|
-
Oct 19th, 2009, 08:46 PM
#1
Thread Starter
Addicted Member
Static Label?
What is the difference between a regular label and a static label?
-
Oct 19th, 2009, 09:05 PM
#2
Re: Static Label?
This should give you some understanding.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Oct 19th, 2009, 09:08 PM
#3
Re: Static Label?
There is no "offical" thing called a "static label". The only official meaning of the word "static" in VB is a modifier on local variables so that they persist their value while they are out of scope. A variable can be Static but a Label can't.
The general meaning of the word "static" is unmoving or unchanging so, in that sense, a Label might be considered static if you never change its Text. There's nothing special about the actual Label though, just as there's nothing special about a car that you never paint a different colour. The fact that you don't do something to an object doesn't make the object special.
-
Oct 19th, 2009, 09:11 PM
#4
Re: Static Label?
 Originally Posted by weirddemon
This should give you some understanding.
It's worth noting that that documentation relates to Win32 development, not .NET development. Also, if you do consider a control that can't be selected as being "static" then all Labels are static, so a regular Label is a static Label and there's no other kind.
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
|