I have a question of VB event handler and color picker.
Now I have a label, and I want when user click it, it pops up a color picker dialog and let user to change the background color of the label.
Not sure how to implement this, can anyone give me a direction?
Thank you
Use the .NET Framework’s
ColorDialogclass in yourLabel‘s click handler.