|
-
Mar 24th, 2006, 07:24 AM
#9
Re: Showing copying progress in a Label
The Label control is one of the most difficult controls to manipulate because it does not have a hWnd property. The functionality of a label, as it is, is what you get.
There have been a number of times when I needed more functionality that I knew I could get out of a label so I used a textbox (which does have an hWnd property). I set the textbox borderstyle to None, and its backcolor to the same backcolor as my form. This gave it the "look" of a label. But, because it was actually a textbox, I could do things with it that I couldn't with a label.
Like add scrollbars.
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
|