Tuesday, January 12, 2016

smartphone 2003 menu bar can hide it?




            


smartphone 2003 menu bar can hide it? How can the words hide? ?
Reply:
I also want to know
Reply:
UP
Reply:
UP
Reply:
You mean not want to make full-screen. Or put your client area contains the original menu bar.
With HWND hwnd = FindWindow (L "SipWndClass", NULL), then ShowWindow (hwnd, SW_HIDE). I can hide.
You can look at all forms of Spy ++ name of the form, so that you can hide the form you want.
Such as: Form name HHTaskBar the title bar.
HWND hwnd = FindWindow (L "HHTaskBar", NULL);
ShowWindow (hwnd, SW_HIDE). To hide the title bar.
Reply:
SHFullScreen (hWnd, SHFS_HIDETASKBAR | SHFS_HIDESIPBUTTON | SHFS_HIDESTARTICON);
Reply:
My dear friend upstairs way have tried, to no avail ah

No comments:

Post a Comment