Hello all,
My editor seems to not accept the following:
Dim color As New System.Drawing. Color
If node.ForeColor Is color.Violet Then Exit Sub
Form1.vb(363): 'Is' requires operands that have reference types, but this
operand has the value type 'System.Drawing .Color'.
where node is Treenode (of Treeview)
Thanks.
My editor seems to not accept the following:
Dim color As New System.Drawing. Color
If node.ForeColor Is color.Violet Then Exit Sub
Form1.vb(363): 'Is' requires operands that have reference types, but this
operand has the value type 'System.Drawing .Color'.
where node is Treenode (of Treeview)
Thanks.
Comment