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

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.

please suggest me another method to handle this thing

 

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.


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


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


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


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??


Copy/Paste a Word Textbox -
Anybody have an idea on how to programatically in VBA copy and paste a textbox. I have given the TextBox a name (also tried with Bookmarks). What I basically want to do is to copy the text box from one document and paste it into another document. Bookmarks don't work. If you b


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


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


CUT,COPY and PASTE in MSFLEXGRID. -
Hi friends, I want to make my MSFLEXGRID work just like EXCEL sheet in terms of cut,copy and paste.Can anybody post the code for making Cut(ctrl + X) , Copy(ctrl + C) and Paste(ctrl +V) work in MSFLEXGRID just as in EXCEL sheet. Its very urgent pleaseeeeee.


EXCEL VBA: How To: Copy Hyperlink while Preserving Target Format -
Esteemed Forum Participants and Lurkers: =============================== Excel 2003 VBA I need a process (code) to copy Hyperlinks from a cell on one sheet to a specific related cell on another sheet while preserving the format of the target cell. The Target Cell may have any num


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


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 .


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


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


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


Help with copy and paste -
I am wondering if its possible to copy and paste rows from one datagrid to another datagrid? I want to be able to select a row, press ctrl-c to copy, then ctrl-v to paste into the other datagrid on the same windows form. So far ctrl-c and v doesn't work. thanks cally


name new worksheet by copy and paste -
I am trying to write code that creates a number of new worksheets and I want the name for each new work sheet to be copy and paste from list of names in one other worksheet. Is this possible?


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


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


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


Excel -
Hey everyone- I'm trying to copy a page full of charts and cells with formulas from one worksheet into another through VBA code. The problem I'm having is that when I copy, the formula gets all screwed up. has anyone seen this? Ex: Cell A1 = Control!C3 (worksheet "control"


Cut, Copy, Paste on multiple RTB's -
Please bear with me. I have a SStab on a form with three tabs. On each tab there is a richtextbox. I know the code to use the cut, copy, paste, and delete for a single textbox or richtextbox. How can I change this to work with whichever RTB on whichever tab is being used? Thanks


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?


cut,copy, paste code for web browser control -
What is the cut, copy, paste, and select all for the text inside of a web browser control? The standard code for a regular textbox for that doesn't work. thanks in advanced


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


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


cut,copy,paste, select all in a browser -
hello, does anyone know the cut,copy,paste,select all code for a browser? I tried the regular code for text boxes but that doesnt work. please help.


Copy and Paste to text boxes from Excel -
Suppose I have 12 text boxes(months) on a userform, and I want to copy & paste 12 cells in sequential order from excel. is there a way to do this? I notice that when you simply select the 12 cells and paste it in the first text box, it pastes all of them that one text box and s


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


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


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?


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??


Paste some records in Access -
I have an Excel file with some data. I don't have time to insert them in an Access DB using the customized input form. I just want to copy the data from Excel and paste into the .mdb file (records or columns). Is there any quick mode? I've tried the usual copy&paste but it doesn't


How to Copy and Paste Registry Key -
Anyone know the code to copy key and paste into other key so that i can backup the important key to a safe place. I know it can be export. But i wanna try using Visual Basic .NET cos i just start learning this...


Copy Paste - ERROR -
Hi there all.... I have a slight problem with copying, and pasting... If I cut a value and paste not a problem, if I copy then paste, then that value gets repeated twice...Any Ideias??? Many thanks


Copy Paste / Copy to Cilp Board.. -
Is it possible to Copy and paste to a Picture Box? ---OR--- Copy from a picture box to Clipboard. Or even save as a pcx or jpg/gif file?... Thanks...