You are viewing our Forum Archives. To view or take place in current topics click here.
help with metroform theme
Posted:

help with metroform themePosted:

Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
so im make a mw3 tool and when i change the colors in visual studio it works fine but when i build it and run the application the text stays black heres what it looks like it visual studio [ Register or Signin to view external links. ]
here what it looks like built
[ Register or Signin to view external links. ]
anyone know how to fix
#2. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Double click on your form so you get this :

[ Register or Signin to view external links. ]

Now in form1_load put this :


checkBox1.ForeColor = Color.Lime; //Change lime to the color you want and checkBox1 to the name of your checkbox


now when you run your program the text will be the color you set it as.

Hope this helped
#3. Posted:
Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
RGHJTAGZ wrote Double click on your form so you get this :

[ Register or Signin to view external links. ]

Now in form1_load put this :


checkBox1.ForeColor = Color.Lime; //Change lime to the color you want and checkBox1 to the name of your checkbox


now when you run your program the text will be the color you set it as.

Hope this helped

worked perfect thanks
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.