Hello, the Topic might not have made sense so here is my question
I want to make a PopUpMenu for A richTextBox and this is the code i used
i made only 3 simples menu items in the menu editor Cut,Delete,PasteCode:Private Sub RichTextBox1_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single) If Button = vbRightButton Then Me.PopupMenu mnuCut 'mnuCut is suppose to be the menu name?
and i don't know what u are suppose to do for the MenuName .. .how do you name the menu?
Thats it i hope it makes sense what my problem is !
Thanks for your time.
------------------
Cory Sanchez
Young Student
ICQ#: 18640149




Reply With Quote