I have the following dialog box, I prefer it not be resizeable at all.
Dialog New 0, g_Mine,,, 180,125, %WS_MINIMIZEBOX Or %WS_CAPTION Or %WS_SYSMENU Or %WS_EX_LEFT To hDlg
'Dialog New 0,g_Mine,,, 180,120, %WS_OVERLAPPEDWINDOWNOMAX Or %WS_CAPTION Or %WS_SYSMENU Or %WS_THICKFRAME To hDlg
The WS_OVERLAPPEDWINDOWNOMAX is simply the overlapped minus the maximize box....but I can still resize the box of course, and I don't want that..
However, the status bar I have on this has the nice pattern with the triangular shape on the lowr right corner...is that for resizing only or is there a way to get that without a resizable dialog box?
I think it's eiter not possible or is a matter of how the dialog is created...
Thanks
Scott
-------------
Scott
mailto:[email protected][email protected]</A>
Dialog New 0, g_Mine,,, 180,125, %WS_MINIMIZEBOX Or %WS_CAPTION Or %WS_SYSMENU Or %WS_EX_LEFT To hDlg
'Dialog New 0,g_Mine,,, 180,120, %WS_OVERLAPPEDWINDOWNOMAX Or %WS_CAPTION Or %WS_SYSMENU Or %WS_THICKFRAME To hDlg
The WS_OVERLAPPEDWINDOWNOMAX is simply the overlapped minus the maximize box....but I can still resize the box of course, and I don't want that..
However, the status bar I have on this has the nice pattern with the triangular shape on the lowr right corner...is that for resizing only or is there a way to get that without a resizable dialog box?
I think it's eiter not possible or is a matter of how the dialog is created...
Thanks

Scott
-------------
Scott
mailto:[email protected][email protected]</A>
Comment