How can I make my dialog have a constant height and width? I want it to have the same size all the time..
Posted on 2004-12-29 08:08:24 by dev_zero
Hi

Just set SizeBoarder to FALSE

KetilO
Posted on 2004-12-31 02:06:10 by KetilO
Thanks, It works now. :D
Posted on 2005-01-03 15:48:09 by dev_zero
Although a user may not be able to modify the size of the dialog, that size may not be the same for all users. The size will differ depending on the display font size selected by the user when in 800x600 resolution or higher.

If you want to test if this variation will affect your overall program display, you will have to test your program with the various available font sizes. If it should be totally unacceptable, you will have to provide different dialog sizes for each font size.

Raymond
Posted on 2005-01-04 23:12:53 by Raymond