Hi Dw.
I'm new to C++ nor Win32 app dev. I want my app to stay open or running even if I'm not interacting with it. And how to write a close call.
In VB to close it you just right:
Close()
How can I achieve these two? Also how to remove the title bar as well with those 3 buttons(minimize,maximize,close)?