Please help with .net problem

  • Thread starter Thread starter Tim Smith
  • Start date Start date
T

Tim Smith

Greetings

I'm a .net newbie with a real problem.

In VB6, in order to change a property of an object on the Main Form from a
module, all you had to do was to implement something that looks like this:

MainForm.txt_MyData.Text="Change the Data"

How do you do this from a .net module.

I don't seem to be able to see any of the objects on the MainForm at all.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top