Connecting Tech Pros Worldwide Help | Site Map

Create the dialog box with two text box and buttons

Newbie
 
Join Date: Dec 2007
Location: Pune
Posts: 1
#1: Dec 25 '07
Hi All,

I am very new to Windows mobile programming and .Net framework .

I am using C# for windows mobile 5.0 development purpose.

I got success in creating the form but now i want to show the dialog box with two text box and some button on menu click event.

Can somebody please focus on this?

I am trying to use form as base class for my custom dialog and i am able to set the FormBorderStyle as a Fixed dialog, but it is not work for me.

Regards,
Dipak Baviskar
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#2: Dec 28 '07

re: Create the dialog box with two text box and buttons


Quote:

Originally Posted by dipakbaviskar

Hi All,

I am very new to Windows mobile programming and .Net framework .

I am using C# for windows mobile 5.0 development purpose.

I got success in creating the form but now i want to show the dialog box with two text box and some button on menu click event.

Can somebody please focus on this?

I am trying to use form as base class for my custom dialog and i am able to set the FormBorderStyle as a Fixed dialog, but it is not work for me.

Regards,
Dipak Baviskar

All you need to do is use the visual form creation tools that come with visual studio. Its just drag and drop. You put the controls on the form and thats it.
Reply