
Creating Custom ActiveX Controls in Visual C++ by shours
An ActiveX is class, is a library, is a COM object further more is a concept itself. ActiveX controls are pieces of code compiled and […]
An ActiveX is class, is a library, is a COM object further more is a concept itself. ActiveX controls are pieces of code compiled and […]
The ActiveX is a container with a well-determined functionality. Everybody has heard or seen an ActiveX control. They are everywhere. You could see them in […]
This project gives a sample of a control that displays pictures on the dialog. The control uses the Microsoft GDIPlus library. It displays pictures […]
This project gives a sample of a control that displays the thumbnails of the JPEG pictures in a selected folder. The control uses the Microsoft […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes