I'm trying to figure out what type the drop-down menu control is in applications such as File Explorer on Pocket PC 2003. This control is at the top of the form and has two drop downs: one for current directory and one for sort type. I haven't been able to find any information on this type of form o...
more >>
Okay so I want to be lazy, I dont particulary want to have to write my own messagebox class (although it's becoming likely)
Anyone know of a way to set keys to the buttons of a messagebox so that the user doesn't have to tap the screen and doesn't have to use the arrow keys to naviage to the right ...
more >>
Hi
I have a strange problem with text binding in CF: the following command works with no problem in forms application, while it returns AgrumentException in SD application
Me.txtCar.DataBindings.Add("Text", dsTest , "tblCar.Name"
The modified version works well in CF
Me.txtCar.DataBindings.A...
more >>
hi everyone!
does anyone know how to bind a listview to a table so that it displays the result of a particular query?
I tried using a reader but it does not work. This is the first time am using a listview so please help!!! :)
thanks Alot!
...
more >>
How can i lauch the browser from within my CF app. ? Opening the url i want.
Johan
...
more >>