Hey all
has anyone done any development in VB on Windows CE? Anyone know of some good guides that tell you what you can do and can not do? Like one of the things I found when playing around with VB on CE is you can't do "Unload Me" to exit.
Thanks
Printable View
Hey all
has anyone done any development in VB on Windows CE? Anyone know of some good guides that tell you what you can do and can not do? Like one of the things I found when playing around with VB on CE is you can't do "Unload Me" to exit.
Thanks
Hi Azh! currently I'm developing an application that run under WinCE platform & the processor type is MIPS and x86.
As far as, I know the if yoou wish to unload an application in WinCE platform, you need to type App.End instead of using the End statement.
Also, ADOCE have much much less command as compare to ADO for Win9x and WinNT platform, sometimes you need to use the File or FileSystem object to read write a file. quite difficult as well.
For those WinCE web site, I'll post it in next 2 days, cause I bookmark it in my Lab development PC.
:)
A little off topic, but how much room does a protable computer have??
As far as I know, the latest pocket PC is only have 16MB ROM and 16MB RAM and the CPU speed is 133MHz with MPIS architecture & not x86 archetecture.
So, I there much much less hard disk space available for the WinCE programmer do develop a large application.
My recommendation is to use VC6.0++ to develop WinCE application, cause it much much faster as compare to VB. This becasuse VB is not same the application in EXE format (Bunary) but in *.vb & it need the Pvbload.exe to translate it before it can display on the pocket PC LCD display and it VB still need a lot runtime DLL.
But for fast GUI application VB still the best choice as compare to VC.
:)
Hey Chris
Did you find any of those links to helpful sites about doing stuff in VB for CE?
Thanks
Here it is Azh...
1. CECity http://www.wincecity.com/developers.html
2. CE City Message Board http://www.cecities.com/cgi-bin/ubb/...=30&LastLogin=
3. CEWindows.Net http://www.cewindows.net/
4. VBCE.Com http://www.vbce.com/
5. EZos.Com with latest WAP browser for Pocket PC http://www.ezos.com/Main.asp?Content...zWAP/EzWap.asp
6. TUCOWS with all the Wince Shareware + Freeware http://pda.tucows.com/wince/
7. Some Resource... http://www.hpcmag.com/Buyers_Guide_2000/whatson.htm#dev
I still have a lot, but this is the those that i found more helpful information...
:)