hi,i want design a feature which allows the forms to be changed to any theme color during runtime based on user specification
can help me..

Recommended Answers

All 2 Replies

Myform.BackColor = VbWhite 
MyForm.Backcolor = RGB(255,255,0) 

have a look Here

Make a ComboBox, and name some colors and set some variables containing the color data. then change it based on the selected item, using the above code.

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.