Articles related to "Window Gui Programming"Windows programming is very different from command line programming.To program for Windows, we must understand the Windows architecture, and how it is different to a CLI.
Tutorial, with code, showing how to resize a Win32 GUI window to a specific client area size using GetClientRect, GetWindowRect and Windows GUI Programming API calls.
|