The popupmenu is easyI think you will need to do a left click for the hightlight, and then a right click for the menu.VB Code:
Private Sub MSFlexGrid1_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single) If Button = vbRightButton Then PopUpMenu mnuMyMenu End If End Sub




Reply With Quote