Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop-Up Menu Does Not Appear

Status
Not open for further replies.

MarkR2207

Programmer
Sep 19, 2003
7
US
Good Afternoon,

The pop up menu that I have created does not display during runtime. Listed below is the code I am using. I have also set mnuRecordOptions as not visible and the sub menus as visible.

Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)

If Button = vbRightButton Then
frmCellPhone.PopupMenu (mnuRecordOptions)
End If

End Sub

Thanks for your suggestions in advance.

MarkR.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top