Hello World. The First Windows Mobile Application.
Follow the step:
1. Open your visual studio.
2. Press project from create section.
3. New Project wizard will open. Please rename the app as HelloWorld. Note the Location for farther use.Then press OK.
4. For viewing Solution Explorer Select View->Solution Explorer.
5. For viewing Properties Window Select View->Properties Window.
6. From the Solution Explorer Select the Form1. And double click on it if you are not seeing from window on the project window.
7. For viewing Toolbox Select View->Toolbox .
8. From the Toolbox please select a Lable control and double click on it. It will appear on the Form1.
9. Position the Label Control in center by drag and drop.
10. Now open the Properties Window.
11. On the Text Property there is a text label1. Select this text and remove it by pressing delete key. Type here the HELLO WORLD Text. And Save the Application.
Believe it or not we have just finished to develop our first windows mobile application without write a single line of code :D.
Executing The HELLO WORLD:
For executing this application please select The Start Debugging From the Debug menu. Or press F5 key.
After doing that there is the Deploy Wizard Window appeared. Please select the Windows Mobile 5.0 Smartphone Emulator the press the Deploy button.
Please wait some time Visual Studio will deploy the application before run.
When it finished the deployment you will see the result.
This is the very basic level of tutorial. But it might be helpful for those who are not yet familiar with the windows mobile device application development.
I am using the Windows mobile 5.0 Smartphone SDK for this tutorial. But you can use other version of sdk as well.
No comments:
Post a Comment