o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Copy & Paste, but mostly Undo -

Ok, I kinda remember how to copy and paste from and to the clipboard, but I'm going to ask here so I won't have to look it up. But mainly I want to know how to do Undos...

so,
-how do I do an undo and maybe a redo function?
-and how do i copy and paste from and to the clipboard?

thanks people!

 

Copy & Paste, but mostly Undo -
Ok, I kinda remember how to copy and paste from and to the clipboard, but I'm going to ask here so I won't have to look it up. But mainly I want to know how to do Undos... so, -how do I do an undo and maybe a redo function? -and how do i copy and paste from and to the clipboard?


[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.


I need some help with text boxes... (i'm a beginner) -
I have recently started programming w/ visual basic. But, during a project, i have run into some problems. I can't seem to get the code just right for a few commands like: Undo, cut, copy, and paste. I am using these with a text box. If you could tell me how to write the code to un


[2008] Copy,Cut & Paste -
How can i create a code with copy cut and paste... sample : With copying or cutting a text and paste it into another textbox And Also Undo & Redo... Thanks...


About IExplorer's Texboxes -
Hi, I am coding a copy/paste program with VB 6 these days for XP. I want to right a code, which is running on Internet Explorer's textboxes' right click menus. Normally, there are 6 links here (undo, cut, copy, paste, delete, select all). And all I want is add some specific lin


VBA Undo - Excel -
Dear Experts, Can i please have the code to undo an action in VBA. (EXCEL) For example: i have run a macro, and i want to undo the action. I only need one Undo but Please tell me if more than one undo is possible ? The macro to be undone is already available with me, if yo


Paste Special -
Under many edit menus there are Undo/Cut/Copy/Paste/Paste Special. What is Paste Special? Is it possible to code that like it is for the others?


[2005] Undo/Redo -
I thought best to start from the begining. So im doing everything I can manualy. So I have set up my own Save, Open, Select all, Cut, Paste, Copy, Redo,Undo and Colour. All of those work, Except Redo. I also have an Edit Menu, but Undo and Redo do not work for the Edit Menu.


Undo and Redo operations -
Hi everyone, Suppose I have a form that contains an array of commandbuttons. Then, I can add, cut, copy, paste, delete and move them whenever I want. Now suppose I make a mistake and cut a commandbutton by error and then I need recover it. At this point hence I need the undo and


Multiple Copy/Paste and/or Undo/Redo In rich text box. -
I found a tutorial that claimed it could do the multiple undo/redo part but I found that it didn't quite work out for one reason or another (it was pretty poorly explained). So I come here to ask if anyone has any experience or can point me to an example or decent tutorial on this?


Textbox Question -
How can I get rid of the Undo/Cut/Copy/Paste/Delete/Select All popup box in a TextBox_MouseDown event?


Cut copy paste issues in controls -
Dear experts How to cut copy past undo in control at the runtime ? like my form is bellow Best regards P.SASIKUMAR


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


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


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


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 .


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.


[Richtextbox]Getting rid of shortcut keys -
when i clicked mouse2 in richtext box there is some kind of built-in copy,paste,cut and undo... how could i remove or change that in my own shortcutkeys


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


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.


Copy - Paste in Java, fastest method -
Hi everyone. I know java has no way of doing this by default but I can't seem to find a really good solution. I am making some software with copy paste file functionality built in and of course I need to be able to copy paste files as quickly as possible. Another thing I am tryin


How to allow Cut/Paste within the app -
I'm not sure how to allow for the Ctl-C, Ctl-V, and Ctl-X functions within my VB program. I thought this was a built in Windows feature, but maybe I'm wrong. When I right-click some highlighted text, I do have the following options... Undo Cut Copy Paste Select All All th


A reliable Multiple Undo/Redo -
I found some code on the web for multiple undo/redo, but it only holds up to 1000x undo and then throws and out of boundaries error when undo 1001 tries to join the array. I tried writing a function that recycled an undo array when the max limit was reached, but it never replaced the c


Full Edit Menu: Undo, Redo, Cut, Copy, Paste, Del, Select All -
Hey guys, I'm new here, but have dealing with VB.NET for a while now in my university program. I'm finishing off a buy and sell application management and i'm wanting to create an Edit menu with all the standard functionality. Now I've seen a lot of different ways to do it, usually


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


How to Undo/Redo -
sups, In my app, the user can type things into a rich text box, copy strings, cut, and copy... I want the user to be able to Undo and Redo his steps. How can i do this?


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


integrating windows copy/paste/cut with my app... -
Yeah, vb guyz, how do I integrate cut/copy/paste and things like that into my app? Not only copy paste, any other functions. Which means whenever a user use this function, it will point into my app, thus I know he's doing this and do what should I do, then transfer back to windows


Cut, Copy, Paste -
I've looked for this over and over and I still dont know how to do it! I cant get the CUT COPY AND PASTE to work in my program. My program uses a webbrowser, text boxes and more, but how do i get it to copy cut and paste??


Undo Button on UserForm -
Hi, I need an undo button on my UserForm but I can't find how to create one. I don't want to undo macros or anything (which I read is impossible since macros clear undo records). I just want to be able to undo e.g. if I erase something from a cell by mistake. Is that possible?


How do I implement copy and paste -
I've inherited a VB6 project that has multiple forms. Within the project, there are many situations where a good old copy and paste would be real handy. However, the project does not have that ability. How might I go about implementing a copy and paste function into this project?


datagrid right click options (copy/paste) -
Hi I have a grid which has several rows, I want 2 b able to provide copy/paste tools so that the user can click on 1 row and copy row cells and paste into other rows...... Any ideas how i cod do this, or where I can find info 2 do so!!!!!


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, Cut, Paste -
I have a Form with several TextBoxes and RichTextBoxes and 3 buttons (Copy, Cut and Paste). What I want is to copy the selected text on Copy button click, no matter where the text is (in which TextBox or RichTextBox). I want to do the same for Cut and Paste button. I know I can use som


Undo/redo file operations -
i have created a program in VB6 that copies the contents of one folder to another and can also empty folders. i want to include some code for two command buttons on the program that can undo and redo file operations and if possible display what the last operated to be undone/redone is


Copy, Paste, Delete, Cut, Selct All -
does anyone know what the code is for basic editing commands? for example, let's say i have a string of text loaded in a variable called str, and i want to copy tht text and have it pasted to the clipboard so i can paste it where i want to somewhere else. i tried copy.str, and st


General Rules for Undo/Redo -
I'm helping someone implement Undo/Redo functionality in a treeview application (and that's why I have this question in the VB forum). So far the basic stuff works. For example if 3 changes in a row are made to the treeview I can undo/redo them at will. Here's an example where I don't


Icons Needed -
Need the basic icons that are found in standard apps - Open folder - Save - New - Cut - Paste - Copy - Undo - Redo and so on same ones that are found in vb or visual studio thanks


UNDOing -
hi, You know in a basic text editor you can undo what you have just typed? well I want to do that. say: Command1 = undo button text1 = my text area I want two levels of undo if possible. so How do I create the 'UNDO'? and then how would I create the 'REDO'? Tha


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