I want to add the colordialogbox to the form to change the back color and fore color on click of button

Questions by rajunarender02

Showing Answers 1 - 2 of 2 Answers

Radha Krishna Reddy

  • Aug 31st, 2006
 

for ex if form name is form1 then

form1.forecolor=colordialogbox.showdialog()

  Was this answer useful?  Yes

asiqahamed

  • Jan 3rd, 2007
 

'The First Line Shows The Color Dialog

ColorDialog1.ShowDialog()

'The Second Line Changes back color of form

Me.BackColor = ColorDialog1.Color

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions