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.
 
Back
Top