Active x

D

Dave

Hi,
I have an active x control that been createted when i drop it on a win form
and sent event to the form event function(like button click event for button
control or so),
This active x send event every 1 sec to the event function.

Can i create active-x control dynamicly at run time with no win form if yes
how?
What function to initiate the active x i need to implement?
How can i create the active x events???

Thanks.
 
A

Alvin Bruney [Microsoft MVP]

should be as easy as creating the object by the CLSID. It would have to be
registered on the system for the call to work though.

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top