V
Visual Developer
Guest
Hi,
I can't seem to set the BackColor property of a Windows Form.
Whenever I do:
VB.NET says it can't convert the integer values passed to a System.Drawing.Color object.
Whats wrong?
Thanks,
Visual Developer
I can't seem to set the BackColor property of a Windows Form.
Whenever I do:
Code:
Me.BackColor = RGB(100, 200, 250)
VB.NET says it can't convert the integer values passed to a System.Drawing.Color object.
Whats wrong?
Thanks,
Visual Developer