ATL activeX control Initialize
-
Hi, i've just created an ATL dll which houses a full control for activeX support. Basically it's working ok. However i need to run some code once the control has been installed successfully. (after Register server) This control is windowless. In an MFC based control i could use something like OnCreate() but i don't have a clue where to start here. I basically need an event that gets called once the control is installed. Please Help:eek: Thanks in advance!!! Carl
-
Hi, i've just created an ATL dll which houses a full control for activeX support. Basically it's working ok. However i need to run some code once the control has been installed successfully. (after Register server) This control is windowless. In an MFC based control i could use something like OnCreate() but i don't have a clue where to start here. I basically need an event that gets called once the control is installed. Please Help:eek: Thanks in advance!!! Carl
You can add your code to the global function
DllRegisterServer()
, although maybe I'm misunderstanding because the type of control doesn't matter at registration time. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- You cannot stop me with paramecium alone!