Home All Groups Group Topic Archive Search About

How to create those kind of usercontrols in Net

Author
15 Nov 2005 4:29 PM
Josue Avila Mendoza
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.

Author
15 Nov 2005 5:56 PM
Marina
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.

Show quote
"Josue Avila Mendoza" <JosueAvilaMend***@discussions.microsoft.com> wrote in
message news:82C53408-5C80-4691-882D-7D76E4285929@microsoft.com...
> 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.
>
Author
15 Nov 2005 6:18 PM
Josue Avila Mendoza
Tks a lot Marina ..
Maybe this is not the space for this kind of question but:
(Where you from ?,)

Show quote
"Marina" wrote:

> 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.
>
> "Josue Avila Mendoza" <JosueAvilaMend***@discussions.microsoft.com> wrote in
> message news:82C53408-5C80-4691-882D-7D76E4285929@microsoft.com...
> > 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.
> >
>
>
>

AddThis Social Bookmark Button