Copy and Paste for Menu(resolved) -
How do you use a drop down menu for Copy and Paste. How would you make it so whatever the user highlights, they can copy it and paste it??
Copy and Paste for Menu(resolved) -
How do you use a drop down menu for Copy and Paste. How would you make it so whatever the user highlights, they can copy it and paste it??
Can anyone help me with Cut , Copy and paste -
I having a menu called Edit and inside i have Cut , Copy , and Paste . How can i get the selected text in the webbrowser control to paste to notepad ( for example ) . And i wanna to have that popup menu ( cut copy paste ) . I am using the Smart Menu XP from vbsmart.com .
Crazy Clipboard makin' me angry! -
I have an app with a copy/paste built into the menu.
When I use the menu to copy/paste, all works well.
When I copy with the menu, and ctrl+v to paste, I get what I last copied with ctrl+c.
When I ctrl+c to copy & use the menu to paste, I get what I ctrv+c'd.
I'm confus
Enable Copy Menu on Read Only Text -
It appears that the Copy/Cut/Paste comands on the Edit Menu Bar are directly linked as a group to the Edit/Read/Disable property.
I have a form that when set to Read-Only disables the Copy (I don't want cut/paste enabled so that's good)on the menu bar. However, I am able to highl
Add Commands to Menu -
If you using Windows explorer, and you right click on a file, you get a menu with explore, copy, paste, etc. Other programs ie winzip are able to add things to this menu.
How do I go about adding things to that menu.
Secondly can anyone tell me or tell me where to find good docume
Copy & Paste! -
I Have been trying for ages to get a copy and paste function to work in my application, but I just cant figure out how to do it! All I want to do is highlight something in one of my text boxes, go to the edit menu, click on copy and then paste the data into a new text box using the edi
Catching cut, copy & paste events -
Hello everybody
In my app I`ve a toolbar which, among other uses, the user can use to have cut, copy or paste functionality. The problem is that a user can also press the right mouse button and cut, copy & paste from the context menu that pops up. In that case my code gets shunt
MSFlexGrid copy/paste cell contents -
I am using MSFlexGrids to display data from an array. I would like to be able to copy and paste contents of a cell to a text box, but I can't figure out how to make the right button on the mouse bring up the copy/paste menu. I can capture "pressing right mouse" button event
[2005] How to Cut , Copy , Paste and Undo -
i have an 'Edit' menu in the main menu of my form , which contains the cut,copy,paste and undo menu items. The form also contains many textboxes.
i want to how to write an common code for the cut , copy , paste and undo menu items so that they work on all the textboxes in the form.
IE browser cut/copy/paste *RESOLVED* -
Hi,
When you right click on an IE browser you get the "cut/copy/paste/select all/print". I want to invoke these functions from my menu.
How do I do this.
Cut, Copy, Paste from File Menu - Edit -
I'm trying to figure out a solution to something that has to be pretty easy to do, but with my limited experience in VB6, I am unable to do this as of yet.
The Program I have written is used to convert Temperatures from Fahrenheit to Celsius and vice versa.
All is fine with the mai
POPUP Menu not working **SOLVED** -
Well I really do feel silly now.
I want that a PopUp Menu pops up when I click a Button.
So I created a menu like this:
File
...Copy
...Paste
you get the idea.
In my Button Click methos I call this menu:
PopupMenu mnu_file
Now i get the Error message that my po
Clipboard.... Copy Paste -
OK here the wholllle issue... im creating a little Word program( like a note pad or somethign) .... Ive got a Menu bar.... File edit search Ect., under edit there is ... .. cut copy paste...... i cant get the Copy or paste cmd to work.... my code is something like .....
(copy)
dim
Copy PasteSpecial issues -
Excel XP:
I have created shortcut menus and us the copyface and paste face method to have icons displayed in my shortcut menu. However I am having a problem:
I have Copy and Paste commands in the shortcut menu. So once I have performed a Copy I right click again to paste what I c
[2008] Multiple events, same task -
Hi,
I'm dealing with cut, copy paste menu and I wrote the code for them in the edit menu. Now I wish to use the same code for the ContextMenuStrip with the same Cut, Copy and Paste commands. Should I make a common subroutine or it is possible to link them together?
Also I can call th
Cut, Copy & Paste handling (Resolved) -
Hello everybody
I`ve placed Cut,Copy & Paste functionality in my application. Unfortunately, some controls I use cannot accept text input and thus crash when a user tries to paste something within. Similarly, other controls crash when the user tries to Copy or Cut.
The obv
need help in context menu -
hi, i have one richtextbox in my form and i want to use contex menu ie.if i write something in richtextbox and then if i right click in the seleted word i have to copy and paste and cut option in context menu.i used the context menu i couldn't get the cut,copy,paste and right click
RichTextBox Cut & Paste ** -
I have a Richtextbox from which I want to copy some selected text to be able to paste elsewhere (Cut & Paste in VBCodebook .NET). In VB6 (as far I can remember!) once you've selected your text, you pressed the right mousebutton and up popped a cut & paste menu, I don't get tha
[2008] Disable menu popup in textbox upon right click -
I have a textbox on my form and I am showing a contextmenustrip when the user right clicks on it. That all works but the only problem is the copy,paste,cut etc menu is appearing above it. How can I disable the copy,paste and cut menu from appearing?
Thanks in advance.
Add custom menu item to windows right click context menu -
Hi everyone
Earlier today there was a thread with this Q in it but it wasnt ever resolved. What i want to do is add my own custom entry to the windows menu that pops up when you right click on an something in particular to the edit menu. So when you select some text no matter wh
Cut copy paste Prob.... -
I'm using MDI windows in which different form with textboxes and combo, I want to creat menu for cut copy paste.If something is selected from any textbox in any form it should copy that content. and paste content accordingly on different form.
Please help me
Thansk a lot
Weird reaction on a popup menu *RESOLVED* -
I have text box which has has a popup menu associated with the right click of the mouse, however, the user is required to click twice in order for my menui to appear. The first click displays the Cut,Copy,Paste menu and then the next click shows my menu. I have stepped through the code
Cut, Copy and Paste Over-ride -
Hello all
I'm developing an application where I'm using a custom popup menu.
I would like to override the textbox's built in right click popup menu.
I'm not sure how to do this, but I would like to place custom code in the Cut, Copy and Paste events.
If anyone can help me
RichTextBox Cut/Copy/Paste [Solved] -
I have this "texteditor" program that are using a richtextbox!
I have problem with the cut/copy/paste..
When i press in the menU(Cut/Copy/Paste) it works great.
But When i press: CTRL+X (Cut) It runs the cut in the menu, AND it runs it on the RichTextBox!
So if i use t
[3.0/LINQ] Right click (cut, copy, paste) menu on a rich text box. -
Hi. If you create a rich text box, the shortcut commands like copy (ctrl & c), paste and cut could be done with shortcut keys. However by default if you right click on a rich text box, nothing happens (although if you use the shortcut keys it works fine). is there any way of showin
cut, copy, paste, help and other newbie stuff -
Hi guys!
I want to add an "Edit" menu in my menu bar of my application. I just want to add basic stuff like cut, copy, paste, and maybe undo too. All my controls are textboxes and combos, so i'll just be cutting and pasting strings and text. How do I go about implementing
Treview - how to select multilple nodes -
I have a treeview where you can copy and paste between nodes. When you rightclick a node a popup menu comes up and lets you copy, cut or paste the folder or file of that node. I want to be able to select several files to copy, using Cntrl+click like you would do in windows explorer.
Menu Not Visible/Offscreen -
When you create a new form, it automatically creates a new menu to go with it. That's nice and all, but lets say I want to copy a menu I already created from another form over to this one so that I don't have to recreate the menu for each form. So, I copy and paste it over. However, it
Multiple Menus (menu Editor) -
I have about 20 forms in a vb 6 project. I want to have the same menu for all of them (using the menu editor). Is there anyway to copy and paste or have the same menu on all without entering the entire menu into each form?
Copy paste files.. -
How do i use Copy paset comands how wold the script look like if...So when click or forum unload load...Copy a file it the same folder as the exe and then paste it to i destination..(C:bla/)...And the rename it to another name..
Like Copy app.path /bleh.ini
Paste C:/Programfile
copy, cut & paste functionality (RESOLVED) -
Hello VB community
I would like to add cut, copy & paste functionality to a small application I`m building. Can anyone point me in the right direction?
thx
George Papadopoulos
Shutting off AutoVerb Menu does not shut off shortcut keys... Why -
Does anybody know why and/or know a fix for this? Here is the issue:
We have a RTB and set AutoVerbs = False. Then create a menubar with an edit menu and it contains Cut, Copy, & Paste with the normal hotkeys assigned to them. When we call the functions through the hotkeys we
code that can work as ctl+c (Copy) and ctl+v (Paste) in vb -
hello everybody
is it possible to write code that can work as ctl+c (Copy) and ctl+v (Paste).
user can copy and paste any text or image by clicking on the command buttons instead of pressing ctl+c (Copy) and ctl+v (Paste) again and again.
i don't want to use clipboard method here.
Windows 95 No Copy Paste -
RESOLVED
THANKS
Have a Problem which could do with some advice on
Have a Dell Laptop, windows 95
Everything is working, Apart from the copy and paste function
Ive tried reinstalling over the top windows 95, that didn’t help
I cant format and
Simple Copy And Paste -
I have a MSHFlexGrid useed to store components for a database. Sometimes end users would like to copy and paste one row into another. Can I somehow program this functionality to do that?
I either want a button or just pressing ctrl-c.
I will need to paste it into another grid...s
Menu used in several forms -
I want to create a menu used in several forms, example a popup menu include Edit,Copy,Paste,Delete items.
Every form has its private sub to process menu selection.
How can I do that
copy, paste and cut -
how do i copy, paste and cut selected text from/in a
textbox? I mean when it's running... so I can cut, paste
and copy stuff to/from the clipboard like a texteditor.
Cut, Copy, Paste -
Hello....
If no text is selected in my textbox, I don't want the copy or cut functions to be available on my toolbar/menu. Likewise if the clipboard is empty I don't want to Paste to be available.
I'm thinking that on the keypress/mousemove/any activity events of my textbox I co
Implementing a good Cut/Copy/Paste feature! -
I'm making an ordinary program, it consists of many controls such as Webbrowser, Text Box, Rich Text Box, etc.. I have a menu that has Cut/Copy/Paste in it. I want those to work just as they would in any other program... How do I do that??
ssdbgrid -
To be able to cut/copy/paste from "ssdbgrid" at run time what property should be set so when user right click on that grid cell the regular menu with cut/copy/paste etc appears.
Thank you,
Laxmi