Ok, the first problem. Got this nifty multi-line text box, and for some odd reason, it's cutting off any text after 50 characters. I changed the MaxLength to 500 and also the size of the data type in ...
I'm starting to learn the Win32 API and I'm stuck on this problem that seems like it should be incredibly simple. I want the main window to output various message to the user, line by line, like ...