This sample demonstrates how to write a VBX control using MFC 2.0.
This sample uses _USRDLL. This enables this sample to be used used
by MFC and VB applications.  Using _AFXDLL will restrict this sample
to be used only by MFC applications.

It is important that the MODEL, Property and Event structures be
declared NEAR in order for this control to work correctly.  It is
also important that you create an object of a class derived from
CWinApp.  This allows some MFC initializations to take place.  

Depressing the left button inside the control when your application
is executing will display a message box indicating the point of your
mouse click.

For more information on _USRDLL and _AFXDLL refer to technote 33.





