FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Hide Taskbar after activate dialog?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Hide Taskbar after activate dialog?
Posted: Sun Jun 30, 2013 04:40 AM
Dear All,

I try to create Dialog (RC) and need to hide taskbar() as Dialog command line as below;
Code (fw): Select all Collapse
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)
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Hide Taskbar after activate dialog?
Posted: Wed Jul 03, 2013 03:58 PM

Dutch,

You could try putting a dialog with no borders on a window that has the settings to hide the taskbar. It would still look and work like a dialog.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Hide Taskbar after activate dialog?
Posted: Fri Jul 05, 2013 03:33 AM

Please try changing STYLE in rc file AS WS_POPUP | WS_CHILD

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion