window-api

How to check if a window style exists in a hexadecimal?

Hi, I have a question regarding a window style hexadecimal. According to http://support.microsoft.com/kb/111011/en-us, 0x16CF0000 contains window styles of WS_VISIBLE, WS_CLIPSIBLINGS, WS_CLIPCHILDREN, WS_CAPTION, WS_SYSMENU, WS_THICKFRAME, WS_MINIMIZEBOX, and WS_MAXIMIZEBOX. How do I check if a window style exist in a combination of...

Need form to stay on top of parent only.

Hi, I have a multi-window application. My main form is a child of the desktop. My application can create other forms that also become children of the desktop. However, I have a special case where my main form needs to create a form that will always stay on top of it. I had this working to an extent....however, if I then create other wi...

What books are available in market for learning the Windows API for GUI development with C++?

Please give me some titles, preferably not free books. I don't need it to be free; it would be better if published by McGraw Hill, Prentice-Hall, Springer, or any other good publisher. Note that I'm interested here in programming with C++ only. ...