Q: Couple of quiz regarding custom components.

  • Thread starter Thread starter Visual Systems AB \(Martin Arvidsson\)
  • Start date Start date
V

Visual Systems AB \(Martin Arvidsson\)

Hi!

I have created some classes based on the std classes but with a couple of
new features.

Now some questions.

1. I want to add a neet bitmap to each class that i have made, now when i
add the custom class to the tools page i just get a "Service" like icon, how
can i change that?

2. How can i register the .DLL with my components so that they end up in the
..NET Framework Components tab page, when adding components? Without have to
use browse that is. I must register it some how, but how? Should i use
regsvr32? Or what?

Regards
Martin Arvidsson
 
1: See: ToolboxBitmapAttribute

2: I believe installing the .DLL in the gac will get it in the list.
 

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

Back
Top