How can I make my dialog have a constant height and width? I want it to have the same size all the time..
Hi
Just set SizeBoarder to FALSE
KetilO
Just set SizeBoarder to FALSE
KetilO
Thanks, It works now. :D
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
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