
This is a sample of how to use the free VB5 CCE (Control Creation Edition)
to make UI's for IDA plugins.

zIDAVB5CCE.ocx is an activex control created with vb5 cce

it is an activex server and needs to be registered with regsvr32
or compiled once on your system.

mfc.plw is an MFC IDA plugin which has a form that contains an
instance of this activex control.

this version of mfc.plw was compiled for ida4.7

Note that you cannot use any ida api in your ActiveX controls
Usercontrol_initilize. If you do you will not be able to add
the control to the MFC form in the resource editor unless you
find some code to determine if you are in design mode or not
in the hosted control. (it exists i just cant remember where
i saw it)

You will probably need to register the activex dll before you
can compile the plw for your version of IDA

Also note i only used the debug build settings for the vc
project.

You will have to change the following settings to match your
system:

Extra Include Directories
Path to ida.lib

