// JP opened flex table

Click to See Complete Forum and Search --> : On the Upper Right Corner of the output window Stays an X mark ?


Homestead
January 7th, 2004, 02:07 AM
I would like to capture it, what is the message I need to pass to the system in case I click it ?

"X mark" is everywhere and is generously :) possessed by all windows. I mean the one that is ready for its window to be closed if the user presses down and gently releases the left button of his mouse...

Thank you very much,

Regards,

homestead

Marc G
January 7th, 2004, 04:26 AM
Do you want to do something when the users click on the X?
Are you using Windows?
If so, you can catch WM_CLOSE in your message procedure.

Homestead
January 7th, 2004, 06:48 AM
Originally posted by Marc G
Do you want to do something when the users click on the X?
Are you using Windows?
If so, you can catch WM_CLOSE in your message procedure.
Actually I also know about WM_CLOSE , I am still new to OpenGL, I thought there would be some GLClose or something similar..:)

Thanks a lot,

Regards,

homestead

//JP added flex table