Modeless Dialog Boxes in MFC – MFC Tutorial Part 6
The previous tutorial dealt with the Creation of Modal Dialog boxes in MFC. This part of our Tutorial deals with the Creation of Modeless Dialog […]
The previous tutorial dealt with the Creation of Modal Dialog boxes in MFC. This part of our Tutorial deals with the Creation of Modeless Dialog […]
Application programs in any language need some interactive screens to give inputs and obtain outputs. All windows based GUIs will definitely use dialogs for such […]
Menu programming is the next step to be learnt in MFC after learning message maps. MFC provides two ways of programming menus. One is by […]
This MFC Tutorial part 3 deals with the task of creating a simple paint brush application. This program will draw a line when the left […]
This article is the next step after MFC Tutorial Part 1 which dealt with a simple task of creating a window. This part tries to […]
MFC provides really nice classes for doing windows programming. It has taken away all the pains of SDK, where a programmer is expected to handle […]
OpenGL is the abbreviation of Open Graphics Library. OpenGL is a standard which is cross platform application programming interface (API) for creating the 2D or […]
Threading is an important part of writing applications. Before you start writing the code, you must think twice on threading. First you have to identify […]
There are two categories of cryptographic algorithms: symmetric algorithms and asymmetric algorithms. Symmetric cryptographic algorithms all use the same key to encrypt and decrypt. Some […]
Preface: Inter Process Communication is major Concept in Windows Programming, there are many ways using which on process is communicate with other process like Memory […]
Copyright © 2024 | WordPress Theme by MH Themes