J
Joan Delacourt
ok here I go.
after reading (long and long hours of NG reading) finding out that
ActiveX and COM are (dead) dying along with vb.
And that everything is cool with dot net.
I would like to make some user control that acts like activex. like
building some dot net dll that could be called by any other application.
So. I have written a user control. A clock, with a timer and so on. with
some properties (color) too, with a set and get functions.
I have checked the COM interop box in my project option. Built the
program. And then I get a nice dll. But I cannot use it. I mean I can use
this user control in another test VBA, but nothing like activeX.
After reading a little bit more, I find out that there is something to do
with .net registering (I thought dot net library does it by themself!?)
So I use tbl thingy to make a tbl. file and then I register my dll .net
with regasm.
But nothing that I really want happen.
Maybe I have missed something. Or I am going the wrong way I dont know.
Could someone give me some hints (full explanaition would be nice)?
please...
after reading (long and long hours of NG reading) finding out that
ActiveX and COM are (dead) dying along with vb.
And that everything is cool with dot net.
I would like to make some user control that acts like activex. like
building some dot net dll that could be called by any other application.
So. I have written a user control. A clock, with a timer and so on. with
some properties (color) too, with a set and get functions.
I have checked the COM interop box in my project option. Built the
program. And then I get a nice dll. But I cannot use it. I mean I can use
this user control in another test VBA, but nothing like activeX.
After reading a little bit more, I find out that there is something to do
with .net registering (I thought dot net library does it by themself!?)
So I use tbl thingy to make a tbl. file and then I register my dll .net
with regasm.
But nothing that I really want happen.
Maybe I have missed something. Or I am going the wrong way I dont know.
Could someone give me some hints (full explanaition would be nice)?
please...