x marks the spot

BlitzMax Forums/BlitzMax Beginners Area/x marks the spot

gellyware(Posted 2005) [#1]
How do you make the little x appear at the top of the window so the user can close the window in a standard way?


Sarge(Posted 2005) [#2]
You have to use windows api, commands are SetWindowLong / FindWindow / GetWindowLong.


Bot Builder(Posted 2005) [#3]
Whoah... Been a while lucid.

Anyway, check out the win32 module, and see if you can google for it. Probably not a popular topic since windows start with it by default.

(BTW, I've basically moved to c++/irrlicht)