|
-
Apr 6th, 2004, 04:59 PM
#1
Thread Starter
New Member
VB.NET Newbie
I previous projects I used Module.bas to handle most of my code. In VB.NET How do I call these from my forms. For an example
I have a Module called Main.bas and Something.bas. In VB6 I used
Main.DoSomething()
Sonething.AnotherThing()
Also, when I refer to textboxes on the form from the Module I used.
Form1.Textbox1.text = "Hello World."
How would I handle these two examples. Thanks in advance.
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
|