How to create those kind of usercontrols in Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:
I need to build a user control which has some kind of behavior like the
timer or data connection or the errorvalidator; you know those control do not
represent any shape into the form they are just assigned into a bar at the
bottom of our designer;

How can I do this? Which property into my user control designer attributes
do I have to set?

Thank you very much for your help; I really appreciate.
 
What you are describing is not a user control, it is a component. Just
inherit from the Component class, and you will have a non-visual control
that can be used in the designer.
 
Tks a lot Marina ..
Maybe this is not the space for this kind of question but:
(Where you from ?,)
 
Back
Top