|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Win 98 acting like dos
You only must create a Window with the CreateWindow - function and take the FLAG
WS_POPUP for fullscreen (not the standart FLAG WS_OVERLAPEDWINDOW)
Function:
hWnd = CreateWindow(szWindowClass, szTitle, WS_POPUP, // FULLSCREEN
CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
=================================================================
To SUBSCRIBE or UNSUBSCRIBE please visit
http://gameprogrammer.com/mailinglist.html
|
|