Results 1 to 7 of 7

Thread: stupid color question [resolved]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2003
    Location
    US
    Posts
    68

    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:
    1. ' save setting here
    2. regKey.SetValue("Form", Me.BackColor.ToArgb)

    VB Code:
    1. 'set setting here
    2. Me.BackColor.FromArgb = regKey.GetValue("Form", "")

    any hints? thanx
    Last edited by NeonBurner; Jan 3rd, 2004 at 04:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width