From: Miro on
I was playing with 3rd party controls and downloaded a www.devexpress.com
control.

They use skins, and have 'extra skins' in other dlls' that have to be
registered.
Link below is on someones Question and answer
http://www.devexpress.com/Support/Center/p/Q22422.aspx?searchtext=bonus+skin+register&p=T4|P0|0

It was just a matter of me putting the "register()" meathod somewhere.



"Family Tree Mike" <FamilyTreeMike(a)ThisOldHouse.com> wrote in message
news:%232tFf6$NKHA.504(a)TK2MSFTNGP06.phx.gbl...
> Miro wrote:
>> What about using the application events and put it into the startup?
>> Or you are saying you would still just put it into the main form's Public
>> Sub New() just after the initialize component?
>>
>>
>
> You probably should not be registering dlls (for COM, I presume), unless
> you are writing a setup application. What is the scenario where you want
> to register a dll at application startup?
>
> --
> Mike