Not maximized dialog box

  • Thread starter Thread starter Romu
  • Start date Start date
R

Romu

I know this topics has already been posted, but I failed
finding it on the forum.

The question is: how can I create a dialog box which is
NOT maximized (so floating) with .Net CF ?

Thanks.
 
Set the FormBorderStyle property of your dialog to None. The dialogbox will
display its title in the titlebar of the main form.
 

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

Back
Top