Hi All.
I crated form with 2 lable. When user click lable he/she has ability to open report. How to chage a color of lable when mouse up on a lable?
Thanks
Thanks for replay.
When I click the label color is changed, but I would like when MouseUp color change and when mouse out label retrive previouse color. My current code is:
Code:
Private Sub lblSummary_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.lblDelivery.ForeColor = "16711680"
End Sub