stupid color question [resolved]
hey i'm messing around with programatically setting colors and i'm trying to get the backcolor.toargb to work, heres what i got going ignore the registry thing thats all working, i just cant set the backcolor without the color.red for example i read up a bit and i guess i'm supposed to use the toArgB and fromArgB not getting it though
VB Code:
' save setting here
regKey.SetValue("Form", Me.BackColor.ToArgb)
VB Code:
'set setting here
Me.BackColor.FromArgb = regKey.GetValue("Form", "")
any hints? thanx