Win Mob 2003 dialogs always maximised...

  • Thread starter Thread starter Daniel Bass
  • Start date Start date
D

Daniel Bass

I'm trying to display a progress bar, on a little modal dialog.

After creating a little dialog, I call it with Show() and update it with new
progress bar values.

the problem is it always appears maximised... I changed the dialog location
and size, with the windows state to normal, but it's still maximised. I've
also tried changing the border style sizeable and it's the same result.

This should be an easy thing to do? Surely?

Thanks!

Dan.
 
If you change the FormBorderStyle to None you are able to show a
non-fullscreen dialog but you will not have a form border or titlebar.

Peter
 
That'll do nicely,

Thanks. =o)

Dan.

Peter Foot said:
If you change the FormBorderStyle to None you are able to show a
non-fullscreen dialog but you will not have a form border or titlebar.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

"Daniel Bass" <DanielBass TAKE at OUT CAPS WORDS Postmaster.co.uk> wrote in
message news:%[email protected]...
 
Back
Top