Pocket Pc In VB.Net
-
I am developing a pocket pc application in vb.net 2005.I am using buttons and listview on my form. I have 3 Questions about the application. 1. Is there any property to add image on the button control? 2. Is there any property to draw grid lines in the listview? 3. How can I create a multilingual application? 4. How can I transfer data from my desktop pc to my pocket pc through FTP,HTTP etc... Thanks in advance.
-
I am developing a pocket pc application in vb.net 2005.I am using buttons and listview on my form. I have 3 Questions about the application. 1. Is there any property to add image on the button control? 2. Is there any property to draw grid lines in the listview? 3. How can I create a multilingual application? 4. How can I transfer data from my desktop pc to my pocket pc through FTP,HTTP etc... Thanks in advance.
Hi,
ejaz_pk wrote:
1. Is there any property to add image on the button control? 2. Is there any property to draw grid lines in the listview?
I didn't find them either; trying to emulate a complete Windows-UI takes a lot of custom painting code.
ejaz_pk wrote:
3. How can I create a multilingual application?
There's a cool CodeProject article[^] on that :)
ejaz_pk wrote:
4. How can I transfer data from my desktop pc to my pocket pc through FTP,HTTP etc...
Through various ways, depending on the nature of that data. You can fetch webpages using the HttpWebRequest[^]-class, and even synchronize databases[^]. Hope this gets you started :)
I are Troll :suss: