Hello!
I just gota question about declaring a Variable as an object
like for instance....
[code/]
Dim txtTextBox as textbox
[code]
now does that just make txtTextBox a textbox object?
so i could write a statment like this.....
txtTextBox.text = "hello"
But if thats true, whats the point? can someone give me an example of why i would do that?
Because i mean thats just like changing the name property of it...and just rename the textbox "txtTextBox"
i just don't understand why you would do that(if u know why, please post an example that is useful)...THanks for listening! :D
