|
-
Apr 11th, 2002, 03:15 PM
#1
Access form controls from a general module in .net
In VB6 I could use the following code in a general module to change the text in a textbox on a form
frmMain.tbText.Text = "Hello World"
but this does not work in .NET. I have changed the Modifiers property to Public for each control I want access to, but they still do not show up in the intellisense listing.
Any help?
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
|