| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
MouseUp change color label
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Use the onMouseup event of the object.
|
|
#3
|
|||
|
|||
|
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
|
|
#4
|
||||
|
||||
|
Read up MouseMove in the Access Help file
|
|
#5
|
|||
|
|||
|
Hi All.
Can someone show me how to code it. Thanks. |
|
#6
|
||||
|
||||
|
Do some research or you will never learn.
Hint. look at how you did the the Mouseup event. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change session.contents | supmktg | ASP and ASP.NET | 0 | 01-16-2007 12:11 PM |
| On Change | blueboron | Forms | 3 | 10-08-2006 10:22 PM |
| Change text Color | rgreene | General | 1 | 02-05-2003 08:16 AM |
| How Can I Change The Print Device For A Report Using Code | jbonacorda | Modules & VBA | 2 | 11-25-2002 01:52 AM |