I try to create Dialog (RC) and need to hide taskbar() as Dialog command line as below;
- Code: Select all Expand view
- 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.