whats the prob with this

Started by
15 comments, last by y2jsave 16 years ago
Quote:Original post by y2jsave
to which value do we have to initialise it


Probably SW_SHOW (obviously my edit wasn't ninja enough) but you can look here to get a complete list of options.

Advertisement
thanks ,
window now not disapperaing

but then how to handle mouse clicks in second window?
Quote:Original post by y2jsave
thanks ,
window now not disapperaing

but then how to handle mouse clicks in second window?


With WM_LBUTTONDOWN, like you did for the first window?
ok

but another problem arose
when i closed my second window, my mouse clicks on first window are not recognised by the function ie window i think become inactive

how to correct it
thanks
any suggestions?
any suggestions?
can anyone post here full code where a opengl window creates another opengl window
and when second window is closed , control is rightly passed to the first one...
i need it urgently............

thanks

This topic is closed to new replies.

Advertisement