Text only
|
Text with Images
Valhalla Legends Archive
Programming => General Programming => Visual Basic Programming => Topic started by: 111787 on May 08, 2005, 04:42 PM
Title:
Objects and Modules
Post by:
111787
on
May 08, 2005, 04:42 PM
How do i make a Object, like a list box accessible in a Module?
Title:
Re: Objects and Modules
Post by:
darkshift
on
May 08, 2005, 04:57 PM
use the name of the form that the listbox is on
like...
form1.listbox1.backcolor=vbblack
Text only
|
Text with Images