DESMAN2003
Programmer
Hi,
I was recently given a program to modify in VB .NET
I am very new to this language and am having trouble trying to select a column and copy it. What is currently there is 3 columns. If you right mouse click on the row, and select "copy", you can copy the whole row. What I am trying to do is make it so that you can right mouse click and choose to either copy column1 or column 2 or column 3 or all of them for the row you are clicking on. I know how to make the menu using the context menu, but what I have no idea about is how to make it copy parts of the row so that it can be "pasted" into notepad or something like that.
Does anyone have any suggestions on how I could do this?? Thanks in advance!
I was recently given a program to modify in VB .NET
I am very new to this language and am having trouble trying to select a column and copy it. What is currently there is 3 columns. If you right mouse click on the row, and select "copy", you can copy the whole row. What I am trying to do is make it so that you can right mouse click and choose to either copy column1 or column 2 or column 3 or all of them for the row you are clicking on. I know how to make the menu using the context menu, but what I have no idea about is how to make it copy parts of the row so that it can be "pasted" into notepad or something like that.
Does anyone have any suggestions on how I could do this?? Thanks in advance!