O.P. RE: Visual Basic 6 or Visual Basic .NET?
Thanks, I'll stick with VB untill I feel like learning C++ (Which won't be for awhile now) o and have any of you (Mnjul, or spokes25) read my post on UserControls? Would you know how to access A UserControl's objects. Like for example:
UserControl4.TextBox1.Text = Form1.TextBox1.Text
OR
UserControl4.TextBox1.Text = UserControl2.Label1.Caption
Just a question, I need to know how for my program. Thats why I thought of swiching to .NET in hope it would help me with that. But I guess there has to be a way to do it in VB.
This post was edited on 08-25-2004 at 04:37 PM by DJeX.
|