Hi,
Rizwan Bashir wrote:
I am new to mobile applications and working on my first ever sample application.
I have a couple of blog posts which might help with these issues.
Rizwan Bashir wrote:
1. The application is single form, So when I resize the form in design time and install on my PPC it always cover the complete screen instead of orignal size which is given while designing.
This is by design. The Windows Mobile design guidelines suggest all application windows are fullscreen. You will notice this is how all the built in applications behave. I wouldn't suggest breaking this convention. However if you do want to give it a go, take a look at a blog posting of mine titled "Creating non full screen forms and custom MessageBoxes" http://www.christec.co.nz/blog/archives/134[^]. But the entire technique is rather fragile and not worth the effort in my opinion...
Rizwan Bashir wrote:
2. There is one textbox on my form, When It get focus I need to show the screen keyboard so user can write any thing using touch screen instead of using qwerty keyboard.
For this you should investigate the InputPanel control within the toolbox of the forms designer. A blog post of mine called "Manage soft input panel (SIP)" available at http://www.christec.co.nz/blog/archives/42[^] may be of help. Especially the section titled "Automatic SIP Popup". Hope this helps, Christopher Fairbairn Windows Mobile Development blog http://www.christec.co.nz/blog/