|
From: Alexander K. <alk...@ya...> - 2015-01-05 07:14:47
|
>#include "hwgui.ch" >Function main >LOCAL oDlg > >INIT DIALOG oDlg AT 100,100 SIZE 200,80 STYLE WS_OVERLAPPEDWINDOW +DS_CENTER+WS_HSCROLL+WS_VSCROLL > >oDlg:Activate() Works here, too. What problems you have with it ? Regards, Alexander. |