If you're into books, you can try buying "Sams Teach Yourself Visual C++ 6.0 (or .NET) in 24 Hours." That series helped me a lot to get around the IDE as well as offering some introduction into Win32 Programming.
Hey! I just found this on the MSDN website.
Basically, they give the code on how to change the window size/attributes before the window is created. The following code goes into the "PreCreateWindow" function in the "MainFrame" class.
// Create a window without min/max...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.