NEWBIE - Accessing a public variable that is stored in another form's vb code

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Greetings,

How do I access the value of a variable that is stored in another form's vb
code? Thanks.

-Dave
 
Change the visibility of the variable in question to public or provide a
public/friend property that returns the variable.

You may find generic VB questions get faster response time in the vb
newsgroup (and the archives of that would already include answers to FAQ)

Cheers
Daniel
 

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