Results 1 to 6 of 6

Thread: VB on CE?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Chicago, IL
    Posts
    26
    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

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    WinCE programming

    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.




  3. #3
    Guest
    A little off topic, but how much room does a protable computer have??

  4. #4
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Arrow Rooms...

    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.


  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Chicago, IL
    Posts
    26
    Hey Chris

    Did you find any of those links to helpful sites about doing stuff in VB for CE?

    Thanks

  6. #6
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb Sure I got alot...

    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...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width