hey!
i have this code in form2 :
VB Code:
Dim main As New Form1 main.win.BackColor = main.win.BackColor.Black 'win is a listbox control
but it doesnt works and i dont know why
(when i try me.win.BackColor = me.win.BackColor.Black in the form1 it works)
Thanks!





Reply With Quote