Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the forms backcolor has no effect.

Status
Not open for further replies.

rambleon

Programmer
Mar 6, 2004
130
IL
Hi,
I have a form that I change the backcolor property. The property displays the new color, but the forms backcolor remains unchanged. Changing backcolor on other forms in the project works ok.
Any ideas what the problem might be. ?
 
Is this begin done right before some heavy processing?
try throwing in a frm.refresh

Also, are you sure the form object you are changing the back color on is the same object that is displayed? Remeber VS 2k2 and 2k3 do not have default instantiations, so if you declare a form in one place, then declare another one of the same type someplace else, they are not the same object.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top