
ActiveX created in Visual C++ 6 gives problems in Visual Basic 6
Hi,
I've created a ActiveX Control in Visual C++ MFC (using a wizard) and placed
it on a Visual Basic 6 Form.
It causes refresh problems on other controls (eg Standard Button) and the
panes of the VB Enviroment (keeps white until it is clicked).
Also when I debug/run the program the button doesn't refresh properly.
I have disabled all the code added by myself in the ActiveX Control in VC++
but the problem still arises.
What could I be doing wrong?
TIA
Wim