http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Win 98 acting like dos



The only problem is that this way is slower than do it with DirectX...

-----Original Message-----
From: gameprogrammer-owner@gameprogrammer.com
[mailto:gameprogrammer-owner@gameprogrammer.com]On Behalf Of Beuthan
Sent: Quarta-feira, 15 de Setembro de 1999 15:18
To: gameprogrammer@gameprogrammer.com
Subject: 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
=================================================================
To SUBSCRIBE or UNSUBSCRIBE please visit
http://gameprogrammer.com/mailinglist.html