Slow windowed mode

Started by
9 comments, last by JonW 21 years, 3 months ago
quote:Original post by JonWoyame
Kamikaze : What message do I post with PostMessage ()?


try posting something like a mouse moviment:
PostMessage( hWnd, WM_MOUSEMOVE, 0, 0 );// orPostMessage( hWnd, WM_SHOWWINDOW, 0, 0 ); 


When I first had your kind of problem I posted a WM_MOUSEMOVE to my window
every frame and it ran well, but I didn''t want to post a message to the window
so I looked of what I could do and I found "GetMessage()" to be my problem but
if it doesn''t work with you I relly can''t see what''s wrong...
But I still suspect it''s some kind of window problem because you can run your
app fine when in Fullscreen mode...

KaMiKaZe

This topic is closed to new replies.

Advertisement