static class members in VB

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

i need to pass some values bitween the classes of my
my VB 2002 windows form app

can u plz help
TIA
 
* "John Smith said:
i need to pass some values bitween the classes of my
my VB 2002 windows form app

Pass instances of the classes (references) or use static ('Shared')
members.
 

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