Hi Everyone,
Is there a way to not at all show the Graphic Window's taskbar button? What I did is that I've changed the parent window (Desktop) to a hidden window right after creating the Graphic Window.
Problem is that, the button is still flashing in the taskbar right after creating the graphic window and then only gets hidden after changing the parent window.
Is there a way to not at all show the Graphic Window's taskbar button? What I did is that I've changed the parent window (Desktop) to a hidden window right after creating the Graphic Window.
Code:
' hDlg - Handle of a hidden DialogBox GRAPHIC WINDOW "", 0, 0, 500, 500 TO gWdw SetParent gWdw, hDlg
Comment