Dear All,
I try to create Dialog (RC) and need to hide taskbar() as Dialog command line as below;
I copy from samples\Metro4.prg. It works well but from resource cannot hide() the taskbar as Metro4.prg. I try oDlg:nStyle := nOr( WS_CHILD, WS_POPUP ) but doesn't work.
How can I do it?
Thanks any idea.
I try to create Dialog (RC) and need to hide taskbar() as Dialog command line as below;
DEFINE DIALOG oDlgs SIZE nWndWidth, nWndHeight + 100 ;
STYLE nOr( WS_CHILD, WS_POPUP ) ;I copy from samples\Metro4.prg. It works well but from resource cannot hide() the taskbar as Metro4.prg. I try oDlg:nStyle := nOr( WS_CHILD, WS_POPUP ) but doesn't work.
How can I do it?
Thanks any idea.
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)