Updating control in FORM from MODULE
Hi All!
I'm new to these forums! I've been programming VB6 for some time now (2.5 years).
In VB6 it was possible to do something like this from a module:
List1.Additem "test"
I can't seem to add anything to a listbox from a module in .NET.
It does work in the form itself...
What are the biggest differences with VB6 on this kind of stuff?
>I know forms have to be declared first before you can access them.
Thanks!
Kevin,