How can I make the pop-up dialog resizable ?
-
I have a modal dialog with following properties - Style - popup Border - Dialog Frame Max, min box are both None Titlebar - true System menu - true I am creating the modal dialog on click of a menu-item. The problem is that the dialog is not sizable. Am I missing something here ? Thanks Cage
-
I have a modal dialog with following properties - Style - popup Border - Dialog Frame Max, min box are both None Titlebar - true System menu - true I am creating the modal dialog on click of a menu-item. The problem is that the dialog is not sizable. Am I missing something here ? Thanks Cage
-
I have a modal dialog with following properties - Style - popup Border - Dialog Frame Max, min box are both None Titlebar - true System menu - true I am creating the modal dialog on click of a menu-item. The problem is that the dialog is not sizable. Am I missing something here ? Thanks Cage
The default border of a dialog box is Dialog Frame. If you want the user to be able to resize a dialog box, set its Border value to Resizing.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
The default border of a dialog box is Dialog Frame. If you want the user to be able to resize a dialog box, set its Border value to Resizing.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_