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

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

 

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


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


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


Datagrid Copy-Paste range of cells -
Hi, I need to copy-paste range of cells within the datagrid, or from excel to datagrid. Also the context menu on the datagrid cell give the default edit menu, is there a way to get that context menu click event? i tried. Private Withevents dgcm as contextmenu ... in the


[Winforms] Datagrid with cut and paste -
Hi, can you advice me with some .NET component similar to a datagrind (with databinding support) that has cut and paste funcionality? I need to copy data from MS Excel and paste it into my application. ...or a tutotial on how to tweak a common datagrid would do too. thanks, bye


Right Click method dropdown box [Solved] -
What is the code for a right click method? I only see double click and click. edit: Sorry, let me give you a better description. Im trying to make it where if I right click a picturebox it brings down a menu from the click, from which i can chose from a custom set of option


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


Drag/drop or copy/paste in datagrid [2003] -
Hi again I'm wondering about the possibility to copy an excel sheet (not whole sheet, just mark the columns you want to have) and then paste it in to a datagrid i 2003. If this is possible, do I have to figure out the number of rows that has been copied and then make that many new em


Copy and Paste in Datagrid -
Hello Fellow Developers I am working on a component of my project which has a datagrid. This is a windows application. One requirement I have been given is the end user would like to copy and row and paste it into another row similar to what we can do in Excel. The users have be


disable popup menu when right click text box -
when right click on the textbox in form a popup menu will appear with options (cut,copy,paste and undo). is there any way to disable all options. if it is possible to disable items except 'copy' it will be great


How to copy the rows in datagrid and paste it -
I have a data grid wh ich has some rows, I want to copy a row from datagrid and paste in it. (Replicate) I am able to do a Ctrl+C and Ctrl+V once . But, next time if I tried to copy a new row, old row still remains in memory and old data is only pasted but not the newly copied


Calling cut, copy and paste commands -
How can I call the cut, copy and paste commands? I have a right-click menu where I have these options, but how do I actually call these commands? Thanks


Issue related to C1.Win.FlexGrid (Please answer only if u have worked on C1.FlexGrid) -
Hi All, I am using a Component One Flex Grid. I have data populated in it, with one fixed row in the begining. That grid basically shows the present godown stock of the plant (dgMatStockDn). My Requirement: When I right click on the first fixed column of the grid, it should give


DataGrid help please -
I want to copy lots of rows of data in a table in Excel into a DataGrid in VB.Net. Currently, i am able to select all the data in the datagrid in vb.net and delete it. However, when i copy the data in Excel and try to paste it into the datagrid, it only pastes the first row. I


Right mouse click in VB -
In most applications you can right mouse click and it will give you options like cut paste copy, or like in IE view source. Well in VB .net how do you do right click stuff?


detecting right click > paste -
well, i'm making this little launcher and on the ip field, if the user press ctrl+v (paste), it will automaticly copy the port to its own textbox, but now i need to do the same but with right click > paste.. any ideas?


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


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


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


cut copy paste cin msflexgrid -
how to make the cut copy and paste option available in msflexgrid control i can enter text but these options are not available


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


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


Adding options to right click -
I have an app and when the form is up and I right click on a text box, I get the usual copy, paste, etc. If I want to add say filter, search to that is there a way to do it? I am still a fairly new as a programmer (2 yrs) so any examples would be great other than an answer like "


Adding pop-up menu on datagrid cell -
Hi there, I hope someone can help me, its causing me a nightmare this - Basically I have created a context menu, with options such as 'Search', 'Filter' etc. Anyway, this menu works fine when you right-click on the datagrid. The problem is when you highlight a cell, and then pres


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.


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.


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.


Pasting data in datagrid cell -
Hello, I have a datagrid with a column that quite often needs to be updated with identical values. The easiest way is to copy the value in the first cell, and paste it in the following cells. When I do this, the paste works, until I move off the cell, then it reverts to the original


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


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


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


Limiting Right-Click Mouse Options in Word -
How can I alter the mouse options in Word so that, for instance, when I right-click the mouse the "Copy", "Cut" and "Paste" functions are not available?


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


can i use ICollection.CopyTo Method in listview -
Hi everybody I went to find out informations about the ICollection.CopyTo Method in msdn library and realised that there is no example on that to explain how to use this method.....As a newbie in vb.net and also a newbie to programming.....In the screen capture that i have attached


Using DataGrid in VB6 -
I am using VB6 DataGrid to present some 2-dim set of data. I read somewhere how to fill in DataGrid with ADOR.Recordset. It works. Now 2 questions: 1. How can I set up the color and font of some particular cell in the datagrid ? Say, CellBackColor property doesn't work in V


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


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?


Clipboarding an image -
Hi, vb-forum: I have a problem, I have an application that paste an image into a picturebox using this command line: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.Image = Clipboard.GetImage()