x marks the spot
BlitzMax Forums/BlitzMax Beginners Area/x marks the spot
| ||
| 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? |
| ||
| You have to use windows api, commands are SetWindowLong / FindWindow / GetWindowLong. |
| ||
| 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) |