L
Lore Leunoeg
How can I test if a form has a specific color?
'This doesn't work
If (Me.BackColor = System.Drawing.SystemColors.Control) Then
Me.BackColor = Color.Tomato
End f
I tried some conversions which didn't work eather.
Thank you
Sincerely
Lore
'This doesn't work
If (Me.BackColor = System.Drawing.SystemColors.Control) Then
Me.BackColor = Color.Tomato
End f
I tried some conversions which didn't work eather.
Thank you
Sincerely
Lore
