Win32 Programming – Add Message Loop to the Application
In our previous article “Win32 Programming – Register the window class“, we have created our GUI-based Application window and successfully displayed it on the screen. And we observed that the window was closed, immediately; because no user interaction code was added. We had a couple of questions in our previous article; we will try to […]