new to win32
-
Hi all, I am making one pure win32 windows application by selecting “Win32 Project” template in Visual C++ project type 2005 version. This is my first win32 application but I can’t understand how can I add more controls and use it in the main form created by CreateWindow() function. Or can I get some help or place where I can get tutorial about win32 applications. Thanks in advance, Priyank
-
Hi all, I am making one pure win32 windows application by selecting “Win32 Project” template in Visual C++ project type 2005 version. This is my first win32 application but I can’t understand how can I add more controls and use it in the main form created by CreateWindow() function. Or can I get some help or place where I can get tutorial about win32 applications. Thanks in advance, Priyank
Programming Windows 5th Edition by Charles Petzold is THE book on Win32.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Programming Windows 5th Edition by Charles Petzold is THE book on Win32.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I actually rated you too my surprise, good answer. I do not know what he is looking for exactly, but Win32 implies they want to know.
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra