Sunday, July 12, 2009

How I Know Cursor Is Over My Button ( Without MFC )?

Please Explain This With Win32 API %26amp; C++ , Please Dont Use MFC , Thanks.

How I Know Cursor Is Over My Button ( Without MFC )?
There is no event associated with a button control in Win32 that lets you know if the cursor is over the button.





However, if you know the position of the button on the screen, you can use the GetCursorPos function to note when the cursor is over the button.





http://msdn.microsoft.com/library/defaul...


No comments:

Post a Comment