|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to create those kind of usercontrols in NetHi:
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. 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. > 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. > > > > > |
|||||||||||||||||||||||