modal and modeless forms

V

Vishal Garg

Hi,
I have following questions regarding modal and modeless
forms in .NET CF.

1. How do we create modal and modeless forms?
2. What are the differences between PPC forms and
WinCE.NET forms behaviour?
3. Can we resize forms in PPC and WinCE.NET?
4. Any pointers or links for understanding forms in .NET
CF?

Regards,
Vishal.
 
W

William Ryan

Yes, Call either Form.Show (for Modeless forms) and ShowDialog to make them
modal. 2) Not sure
3) PPC yes, definitely just change the border style of the form and shrink
it as you wish. However I don't believe you can make it any larger.
 
V

vishal garg

Thanks for the inputs.
Few more points:-
1.How to resize forms in PPC? They always appear as full
screen?
2.How to shut down the modal forms application gracefully
through system menu of PPC? Can we do this using C#?

Regards,
Vishal.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top