User Profile
Collapse
-
thanks RedSon, does CF support activex controls? may be that's why it's not working for me. -
autocomplete combobox
does anyone out there know how to write code to autocomplete combobox? it's so limited the CF one. .selectionstart , .findstring, etc are not there. Please help. -
Shashi, It's windows CE .Net v2.40. it doesn't have key preview property at allLeave a comment:
-
keyPress event in combobox
using vs 2003, you can not write any code for keypress even for combobox in windows CE .net application. it just doesn't work. Please Help. urgent
I wrote the following but not working at all:
If Asc(e.KeyChar) = Keys.Enter Then
TextBox1.Focus( )
End If
it works just fine for text boxes , but not for combo box at all. -
Thanks RedSon, ,but i already did that. please look at my code:
Private Sub combobox1_KeyPr ess(ByVal sender As Object, ByVal e As System.Windows. Forms.KeyPressE ventArgs) Handles cmbcombobox1.Ke yPress
If Asc(e.KeyChar) = Keys.Tab Then
textbox2.Focus( )
End If
End Sub
when tab key is pressed, i want it to go to textbox 2, but it does nothing. what can I do?Leave a comment:
-
USB flash drive and network card for NEC Mobile Pro 900 win CE .net 4.20
I have NEC Mobile Pro 900. I can not use it with any of my usb flash drive, and network card.it's windows Ce .net 4.0 running on it.
would you please tell me where I can find usb flash disk and network card which is compatible with it? -
Thanks for ur fast reply Shashi but my form doesn't have keyPreview property since it is created using smart devices application using vb.net . what can I do??Leave a comment:
-
Thanks Shashi Sadasivan but it's not working in either. any other solution you can suggest?Leave a comment:
-
tekeste started a topic combobox box - If Asc(e.KeyChar) = Keys.Enter Then textbox2.Focus() NOT WORKINGin .NETcombobox box - If Asc(e.KeyChar) = Keys.Enter Then textbox2.Focus() NOT WORKING
Private Sub combobox1_KeyPr ess(ByVal sender As Object, ByVal e As System.Windows. Forms.KeyPressE ventArgs) Handles cmbcombobox1.Ke yPress
If Asc(e.KeyChar) = Keys.Enter Then
textbox2.Focus( )
End If
End Sub
i want just press enter key to go to the next textbox2 after selecting combobox1, but it's not working. it works fine for for navigating through textboxes, but not for combobox,... -
you need to have a USB cable . then synchronizing software like the one Microsoft ActiveSync 4.5.0Leave a comment:
-
use the XmlTextReader, it works just fine.
example:
dim textReader As XmlTextReader= New XmlTextReader(" \yourxmlfile.xm l", _Nothing)Leave a comment:
-
adding windows control into my smart devices application toolbox
Hello friends. I'm developing a simple smart device application using vb.net for my windows CE.net NEC mobile pro 900. the device toolbox available are very limited. How can I import some controls? i tried to add them by right clicking on the toolbox, but they look inactive in the toolbox so i can't drag and drop them on my form. Please help me. -
I don't know how your connection string look like, check it with this one:
Dim con As New SqlConnection
con.ConnectionS tring = "server=(local) ;database=yourd atabase;
_Trusted_Connec tion=True"
Dim adapter As SqlDataAdapter
adapter = New SqlDataAdapter( "your SQL statements", con)
Dim dsMytable As New DataSet
adapter.Fill(ds Mytable)Leave a comment:
-
Thanks dip_developer,
Why is it inactive in my mobile application form??? please help
it works fine only for windows application. what i wanted was to use in smart device application form. i downloaded the msmask32.ocx and it appear in toolbox as inactive. i can't drag and drop it in my form, but for windows application, i checked it , it works fine.Leave a comment:
-
/ / in textbox. the user can't delete it.
i want / / to be always there in the textbox in vb.net so that the user can just write the date, month , and the year. Please help. it is really urgent
No activity results to display
Show More
Leave a comment: