This site is no longer active and is available for archival purposes only. Registration and login is disabled.

how do you disable the standard start menu


how do you disable the standard start menu

Postby bod » Oct 29, 2001 @ 6:30am

I was wondering how you disabled the standard start menu so other programs can't be accessed while quake is running?
bod
pm Member
 
Posts: 2
Joined: Oct 29, 2001 @ 6:30am


Re: how do you disable the standard start menu

Postby Dan East » Oct 29, 2001 @ 9:28am

I just make PQ full screen. You have to call SHFullScreen to hide the existing taskbar, then size your application's window to fill the entire display. You have to do that each time your window receives an activation message (WM_ACTIVATE):<br>[fixed]<br>SHFullScreen(hWnd, SHFS_HIDETASKBAR);<br>MoveWindow(hWnd, 0, 0, GetSystemMetrics(SM_CXSCREEN),<br>GetSystemMetrics(SM_CYSCREEN), TRUE);[/fixed]<br><br>Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: how do you disable the standard start menu

Postby bod » Oct 29, 2001 @ 9:52am

Just what I needed, many thanks.
bod
pm Member
 
Posts: 2
Joined: Oct 29, 2001 @ 6:30am


Return to Pocket Quake 1 and 2


Sort


Forum Description

Discuss Pocket Quake 1 and 2 by Dan East

Moderators:

Dan East, sponge, James S

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum