Hi again... this place is really nice ;)
Could anyone tell me how to get a menu emergent with right click from mouse on a FileList Box.. o maybe i need another object...
i hope i see you soon... betto :)
Printable View
Hi again... this place is really nice ;)
Could anyone tell me how to get a menu emergent with right click from mouse on a FileList Box.. o maybe i need another object...
i hope i see you soon... betto :)
Add a menu to the form (I named it mnuTest), set visible to false. Add at lest 1 submenu to this menu. In the Mouse_Down event of the filelistbox use the PopupMenu method.
Code:Private Sub File1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
PopupMenu mnuTest
End Sub
Your Advice really helped me... Thanx, now i can get the action in the right button with "Button = 2" ....
I said before and I say now: This place is really cool!!! :cool: .. and nice... bye
betto :)