I want to change form background color permanently at run time. when i start my application next time then i want to see the changed color

please help

thanks in advance

Recommended Answers

All 2 Replies

form1.bgcolor=vbred
form1.refresh

Save background color changed into txt files or you can use registry instead of txt files. Load it when form load.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.