Name: duh 2008-02-21 13:28
Help, I have no idea how to correctly use the API to create windows and fill them with text and shit.
Give me information, tutorials, etc.
Give me information, tutorials, etc.
RegisterClassEx, CreateWindowEx and WindowProc very carefully. That is the basics of creating a window and you must know how this works. Then, read up on window messages and look up sample code for a message loop. And so on.