This page must be viewed with IE4 or above, and with Active Scripting enabled.

You can download and use these code at your own risk !





Reusables and cool controls
Separating Views to different dlls

We can have multiple documents and multiple views in a windows application. This document explains how we can seperate the different views to different dlls. The sample application explains how this can be done and how the views can be loaded dynamically at run time from their respective dlls.

How to use the code
Download demo project - 60 KB
Read my codeguru article on separating views to dlls

View Holder - March 1998

A view holder control can accomodate multiple views simoltaneously. It also enables easy navigation between the different views using a falp ( tab control ) that is attached with each view. The beauty of the control is that it can hold multiple views beclonging to the same document at the same time it can hold views that belong to multiple document.

How to use the code
Download sample code
Read my codeguru article on view holder

Cools HTML GUIs in Windows/MFC Applications

This article explains how we can incorporate HTML GUIs in windows applications. Latest microsoft products like SQL server 7.0, Office 2000 etc uses this technology to communicate back and forth between HTML and C++ application. Sample code explains how a simple search form is created using HTML and the actual seatching is done by a c++ application. Also how dialogs can be invoked by clicking an HTML link.

Read More..
Download sample code

DHTML static link control

DHTML Static link control is a static text control that acts like a DHTML link. The control can be placed on a dialog box or on a form view and can be associated with a URL or an email address. When the user clicks the control the default browser is opened and will navigate to the associated URL or opens the default mail client with the associated email address.

Read More..
Download sample code

Any Shape Splash Screen

This is an MFC class that impliments an 'any shape' splash screen. The shape can be changed by modifying the class by creating a new region that would define the new shape.

Read More..
Download sample code



Back to Home page
Last Updated: Nov 24, 1999