Make a PopUp Menu... No API's
Make a PopUp Menu... No API's
Rate Make a PopUp Menu... No API's
(1(1 Vote))
'add at least one sub-menu
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then
PopupMenu mnuFile
End If
End Sub
Make a PopUp Menu... No API's Comments
No comments yet — be the first to post one!
Post a Comment