Page 1 of 1

cant seem to minimize with the new beta

PostPosted: Dec 20, 2002 @ 6:40am
by tedson

PostPosted: Dec 20, 2002 @ 12:18pm
by Johan

PostPosted: Dec 21, 2002 @ 6:46pm
by tedson
I was setting the window to be of type WS_POPUP. Don't do that. Don't pass in anything except maybe WS_VISIBLE to the createWindow call and that will fix a lot of problems.

Thanks for pointing me at the app code it gave me the examples I needed to run this down.