Control Library

G

Guest

I have c# express 2005 how do I create a control library that contains four
user controls. I think it is just a class with 4 different method but I have
no idea- can you help me please.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

freddy said:
I have c# express 2005 how do I create a control library that contains four
user controls. I think it is just a class with 4 different method but I
have
no idea- can you help me please.

Must often you create one class per control, so you would have four classes
(Each representing a control) and each class will have several members as
needed
 

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