|
-
Mar 3rd, 2005, 07:46 AM
#1
Thread Starter
Junior Member
UserControl??
Hi All,
this is my first post in this forum. i 've being 2 weeks reading posts and they are very usefull.
My Question:
I'am developing a VB.NET-App. and i want to know how to user UserControls, cause i've never used them. What thins kann a UC do, what a normally form can't do?
maybe a stupid question from a newbie!!
PLZ when any body have liks for the topic the post it..
-
Mar 3rd, 2005, 08:33 AM
#2
Hyperactive Member
Re: UserControl??
A user control allows you to create custom controls, either from scratch or by putting several existing controls together to create a single control.
You usually develop them for other developers to use or when there is nothing in the windows toolbox that does what you want it to do.
For example, by default, the status bar control for a form doesn't have a progress bar in it. Yet you can create a control based on the existing status bar control and display a progress bar control in it.
Take a look at this thread :http://www.vbforums.com/showthread.php?t=327201
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
Mar 3rd, 2005, 10:19 AM
#3
Hyperactive Member
Re: UserControl??
 Originally Posted by sizar
maybe a stupid question from a newbie!!
There are no stupid questions here me old mate. Everybody has something to learn that somebody else already knows!
"I'm Brian and so is my Wife"
-
Mar 3rd, 2005, 10:22 AM
#4
Thread Starter
Junior Member
Re: UserControl??
good news
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|