Hi...Just a quick question about popup menus. I have a menu popup using
the code below:
Private Sub fraAccBal_Mouse Down(Button As Integer, Shift As Integer, X
As Single, Y As Single)
If Button = 2 Then
PopupMenu mnuHi
End If
End Sub
After then menu pops up, I click on an item, but nothing happens. Where
do I put the code to make things happen?
Thanks.
the code below:
Private Sub fraAccBal_Mouse Down(Button As Integer, Shift As Integer, X
As Single, Y As Single)
If Button = 2 Then
PopupMenu mnuHi
End If
End Sub
After then menu pops up, I click on an item, but nothing happens. Where
do I put the code to make things happen?
Thanks.
Comment