
Animation Control derived from MFC CStatic class using GDI Plus
This project gives a sample of a control that animates a group of pictures on a dialog box. The control uses the Microsoft GDIPlus library. […]
This project gives a sample of a control that animates a group of pictures on a dialog box. The control uses the Microsoft GDIPlus library. […]
GDI Plus Description: GDIPlus is a Microsoft object-oriented C++ library, which provides better access to the graphic devise interface of windows. 2D drawing and using […]
Socket servers are slightly difficult to write when compared with the client sockets. A windows socket server program should wait, accept and exchange data with […]
This is a Win32 Application, which shows a Transparent MFC Window such that the Window looks same as the background window present on the desktop. […]
In this Program the Create Api Call to create the window takes the third parameter that is window style as WS_POPUP, which is responsible […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes