Allen Johnson
Guest
|
Posted:
Tue Dec 07, 2004 10:23 pm Post subject:
Do VBA textbox controls not have right click Cut/Copy/Paste |
|
|
Do VBA textbox controls have right click Cut/Copy/Paste methods as in
standard VB controls?
If they do, how can you activate them? When I right-click in a textbox box
in VB, you get a popup Undo/Cut/Copy/Paste/Delete/SelectAll submenu, but I
don't seem to get that with a VBA control.
Also, do VBA Userforms not have the menubars either, say like I wanted to
create my own popup menu?
|
|
Kevin Terry
Guest
|
Posted:
Wed Dec 08, 2004 6:45 pm Post subject:
Re: Do VBA textbox controls not have right click Cut/Copy/Pa |
|
|
you can use windows shortcut keys, such as ctrl+c for copy, but the right
click menu is not an easy thing to create on vba forms. you have to use the
windows api - if you're up for the challenge you might be able to find an
example on cadvault.com (use to be on vbdesign.net anyway...)
Kevin
"Allen Johnson" <ajohnson@dwase> wrote in message
news:41b5e6fb$1_2@newsprd01...
| Quote: | Do VBA textbox controls have right click Cut/Copy/Paste methods as in
standard VB controls?
If they do, how can you activate them? When I right-click in a textbox
box
in VB, you get a popup Undo/Cut/Copy/Paste/Delete/SelectAll submenu, but I
don't seem to get that with a VBA control.
Also, do VBA Userforms not have the menubars either, say like I wanted to
create my own popup menu?
|
|
|