CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    VB And Windows CE

    Has anyone written any VB apps that run on Windows CE? I need to write an app that
    will run on this OS for PDA's. I know that C++ has some Windows CE libraries but what about VB?
    Is there anything special that needs to be done in order for a VB app to run on CE?
    Any Information or samples will be greatly appreciated!!!

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  2. #2
    Join Date
    Sep 2000
    Location
    Ottawa, Ontario
    Posts
    356

    Re: VB And Windows CE

    You use the SDK for windows CE, it uses your normal Visual Basic IDE but adds a couple of new items to the project wizard, like New windows CE application. Visual Basic will not do it without the SDK. Also the RUN / Compile is integrated with your CE explorer. (for debugging) also this SDK only works on Windows NT/2000. Microsoft has a new sdk out as well called Microsoft Windows CE Platform Builder 3.0, I have never tried this one though.

    Jean-Guy


  3. #3
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: VB And Windows CE

    I downloaded MS Embeded Visual Tools and that seems to be what I need. Thanks for the input.

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

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

Featured