| C | C++ | STL | MFC | Win32 | SDK | ATL | COM | DCOM |
| WinCE | Socket | DataStructure | Windows | SQL | Multi Threading |
File Operations Using Windows Shell
Explicit and Implicit Dll Loading
Simple Splitter window and MDI
MDI – Multiple Document Interface
Dynamic Splitter Window MDI and Opening Different Types of Document
ActiveX Directory Control This article demonstrates use of stock property pages in an ActiveX control. The system provides three stock property pages that ActiveX controls can use: a color page for color properties, a picture page for picture properties and a font page for font properties.More……
Creating File List Control Like the standard ‘File’ dialog that lists files of the specified types we wish to create a control that would list files of the specified type present in the specified directory. As against the standard ‘File’ dialog this control can be embedded into a dialog or a form. Steps Involved: We have used the ‘MFC ActiveX Control Wizard’ to develop the directory control.More……
Client For Using Directory And File List ActiveX control This program uses two ActiveX controls: a ‘Dir’ control and a ‘Filelist’ control. Creation of these controls has been discussed in the first two articles of the section ‘ActiveX’ in this same site. We have created the a dialog-based project called ‘client’ using MFC AppWizard. To use the ActiveX controls they have to be registered with the Windows registry.More….
Adding ToolTips On ActiveX Control By default, ActiveX controls do not support tooltips. This article demonstrates how to add tooltip to an ActiveX control. This control can be used to add tooltips to ActiveX controls that we develop. Steps InvolvedMore…..
MFC Articles
Internet Programming – Using FTP
Accessing Database Using ISAPI