Smart Device Programming Working example

Hi,

I try to write a simple application with winform and web service for smart Device ( Pocket PC 2003 SE) in VS2005. In the toolbox, I could not find any object such as textbox, button or label controls at all. I downloaded some examples application for smart device in Microsoft website and none of them are working ( may be I do not know how to configure to make those work). Do you have any simple working example like "Hello Wolrd" for me to take a look

Regards,

JDang



Answer this question

Smart Device Programming Working example

  • Billdozer22

    I did the same thing but the tool box is empty. I tried on other machines then I can see some controls on the toolbox. Perhaps, I have to reinstall Visual Studio 2005 and see if the problem goes away.

    JDang


  • R Raghu

  • PAANIS215920

    First of all, I'm using VS2005 Pro Edition. I have no problem seeing toolbox contents once a project is created with File->New->Project->Smart Device->Device Application(you can choose CF1.0 or 2.0).

    You may get empty toolbox and VS displaying Start Page if you choose Empty Project instead of Device Application.

    Hope this helps.

    Shah


  • Bert666

    Hi,

    For now I just want to create a "Hello World" Winform or console application for Smart Device.The version of VS2005 we use right now is Team Suite. I could not see any objects in Toolbox right now.

    Regards,

    JD


  • C.Y. Leung

    JD said:


    I could not see any objects in Toolbox right now.

    I'm not very clear what your problem is but this maybe happens because you are not in designer view of the project. You cannot see anything inside toolbox if you're in Code view.
    Hope this helps.




  • itsRashmi

    ...or if the application is Console app. or the project is empty project too!!!

  • moveit

    Hi,

    You can't create a web service application for smart device from Visual Studio !!! Check your VS2005 version (edition) and when you are starting a new project select Smart device project !

    Regards



  • José

    Hi,

    I have worked with WinForm over 10 years. I know the differences between design mode and coding mode. You can reproduce the problem by create a new project->Smart Device. After creating a new app, I stuck since there are no objects such as label, text box or button controls in the toolBox, the toolbox is empty. I hope you can understand my problem now and give me a solution.

    Regards,

    JDang


  • Smart Device Programming Working example