I am trying to figure out how to automatically close a simple windows application in C.
I know how to create the window. But I have no idea how to get it to automatically close when it has opened without user input/interaction. Basically when it is called upon, I want it to close again.
Thanks