From one class to the next

  • Thread starter Thread starter Gerry A
  • Start date Start date
G

Gerry A

A sub in class A needs the value of a property in class B.
What's the best way to get it.
 
Gerry said:
A sub in class A needs the value of a property in class B.
What's the best way to get it.
ClassAInstance.DoWork(ClassBInstance.Propery)
 

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