Access controls in a class

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i access controls from a form from other class in a class library??

[]s...
 
you can pass the reference of the form object to the constructor of the
other object.

Ricardo said:
How can i access controls from a form from other class in a class library???


[]s...
 
What I need is to populate a listbox from a class in a dll file..

[]s...
 

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