Valhalla Legends Forums Archive
|
Visual Basic Programming
| Objects and Modules
Author
Message
Time
111787
How do i make a Object, like a list box accessible in a Module?
May 8, 2005, 9:42 PM
darkshift
use the name of the form that the listbox is on
like...
form1.listbox1.backcolor=vbblack
May 8, 2005, 9:57 PM
Search