Groups | Blog | Home
all groups > vb.net controls > august 2006 >

vb.net controls : Component Registering


Lou
8/22/2006 2:35:24 PM
Is there a function in my VB ocx that gets called when someone tries to
register it?

Lou

Theo Verweij
8/25/2006 11:18:30 PM
This is a vb6 question in a vb.net newsgroup ...

But, yes the registerdll function is called to register a ocx,
And no, you cannot respond to it in code.

[quoted text, click to view]
Ken Halter
8/28/2006 7:13:41 AM
[quoted text, click to view]

It's actually the DllRegisterServer method that's called but.... close
enough.


--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm

Theo Verweij
8/28/2006 5:33:25 PM
Your right - just typed it without looking it up.

[quoted text, click to view]
AddThis Social Bookmark Button