
Using WinExec function by radsarma
WinExec is a WINDOWS API function that can be used in case we want to execute legacy applications. This function is used with processes( […]
WinExec is a WINDOWS API function that can be used in case we want to execute legacy applications. This function is used with processes( […]
This article takes a look at developing an IRC client program using Microsoft Visual C++, MFC and WinSock. For the development this uses the IRC […]
This article gives a brief idea about the popular Internet Relay Chat. We’ll be looking at how to write an IRC client with our […]
When writing code for owner-draw combo boxes try to keep these guidelines: Use SetItemData because it easy to get it with the DRAWITEMSTRUCT without making […]
Some of the applications need to be restricted to run as a single instance. This can be achieved very easily in MFC windows applications. When […]
When Dialog boxes in MFC are created using the resource editor, they will have two default Command Buttons. One with caption as OK and other […]
The CFrameWnd class calls a lot of functions before instantiating a window. One of those functions PreCreateWindow, determines the styles of the Window. The styles […]
There are times when we need to dynamically resize the controls inside the Windows/Dialogs. This article tries to give a small sample of how to […]
This project using MFC CComboBox class illustrates an owner-draw combo box. The class uses an abstract object to draw the items. This is similar […]
CComboBox class in MFC is used for manipulating the combo box. MFC allows achieving any custom behaviors on controls by inheriting from its own classes. […]
Copyright © 2025 | WordPress Theme by MH Themes