Creating an invisible control (like timer component ) and add it to the toolbox . How ?

S

Sagaert Johan

Hi

Can someone point me to a resource or explain in brief how te create a
component that i can add to the toolbox tab, but that is not positioned on
the form . (like the Timer component )



Johan
 
N

Nicholas Paldino [.NET/C# MVP]

Johan,

You want to create a class that derives from Component. This will allow
you to work with it in the designer, but doesn't necessarily have a visible
component to it (like a control).

Hope this helps.
 
S

Sagaert Johan

Thanks

That answered my question.

Nicholas Paldino said:
Johan,

You want to create a class that derives from Component. This will allow
you to work with it in the designer, but doesn't necessarily have a visible
component to it (like a control).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Sagaert Johan said:
Hi

Can someone point me to a resource or explain in brief how te create a
component that i can add to the toolbox tab, but that is not positioned on
the form . (like the Timer component )



Johan
 

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