请教VB的弹出式菜单
VB中文本框text1中设计弹出菜单时,经常会出现系统的菜单,而不是设计的菜单,怎么办?
代码如下:
Private Sub Text1_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then PopupMenu popformat
end sub
用text1.Mousedown()也不行。
[此贴子已经被作者于2006-2-27 12:48:46编辑过]