I am creating a Dialog with a lot of controls:
but the scrollbar doesn't scroll the dialog to see the nether controls.
Am I missing a necessary Style?
Code:
Dialog New %HWND_DESKTOP, m$, _ , row, _ 500, 300,_ %ws_caption Or _ %WS_SYSMENU Or %WS_VSCROLL _ To hdlg3 'lots of controls added here that extend ' to below the size of the Dialog Dialog Show Modal hdlg3 Call CB_Update_Patient
Am I missing a necessary Style?
Comment