struntz
Nov 20th, 1999, 08:50 AM
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
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?
i made only 3 simples menu items in the menu editor Cut,Delete,Paste
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
I want to make a PopUpMenu for A richTextBox and this is the code i used
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?
i made only 3 simples menu items in the menu editor Cut,Delete,Paste
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