HI all,
I want to know the result of common dialog control. My code is :
CommonDialog1.Flags = cdlCCFullOpen
CommonDialog1.ShowColor
Label1(0).BackColor = CommonDialog1.color
But i want to assing CommonDialog1.color value to label1(0).backcolor only if user click ok button of commondialog control if user click cancel button then default color is assign to that label.
Please can anybody help me for finding result of commondialog control.
I used this code also
dim result as DialogResult
result= commondialog1.showcolor
but it is giving error.
Please somebody help me.
Thanks in advance
Regards
guest11