Hi,
I have recently written a simple DLL using VC++ 6.
The DLL basically displays a dialogue box with a progress bar in it and carries out some calculations and processing in the 'background'. once finished i simply press ok and the app closes down.
The DLL is called from a VB application. I would like to make the dialogue part of the VB user-interface to embed the dialogue in the VB form so thought converting the DLL into an ActiveX component would be what I need?
If so, are there any software packages that convert DLL's into ACtiveX components? If not, can anybody reccommend some quick approaches of converting this DLL?
Thanks in advance,
MrPeds
I have recently written a simple DLL using VC++ 6.
The DLL basically displays a dialogue box with a progress bar in it and carries out some calculations and processing in the 'background'. once finished i simply press ok and the app closes down.
The DLL is called from a VB application. I would like to make the dialogue part of the VB user-interface to embed the dialogue in the VB form so thought converting the DLL into an ActiveX component would be what I need?
If so, are there any software packages that convert DLL's into ACtiveX components? If not, can anybody reccommend some quick approaches of converting this DLL?
Thanks in advance,
MrPeds