
Problem using VB 5 activex DLL in a VC++ activex control
I developed a activex dll using vb5 and a activex control using VC++ 5.0
In the custom propertypage of my VC control, I am providing a button on
whose click I am CoCreating instance of the VB DLL.
The VB DLL contains a command button with the statement Unload Me.
Though the VB dll gets unloaded, I am not able to close my property sheet
on the click of OK button. All that happens is that the Apply buuton,
which gets enabled on the button click of my property page, gets disabled.
Can anyone tell me how to fix this ?
-Rajesh