copy and paste

  1. H

    Copy excel data to datagrid

    Hi, i have a windows form with a datagrid, and i want the user to be able to copy and paste the data i am going to perform calculations on, into the grid in a certain column. For simpilicity, we can assume that they have copied the correct numerical values to the clipboard from excel, and they...
  2. S

    Question Copy the Contents from a web page and write it in a word/excel file

    Hi everyone, I would like to copy the contents in a web page and write it in the word or excel file. Say for example If I give the URL of a web page then the system has to extract the content of that web page and write it in a word file or excel file. I tried with the following code but I could...
  3. A

    Question Sub-Controls Copying

    I created a multi-column combo box control that inherits from the standard combo box. The control has a custom property which is a list of column definitions. When I copy an instance of the control, this list of column definitions does not copy correctly. How can I do this? Example: I add...
  4. N

    Paste a Command in DOS

    Dear all members, First, I want to say "Hello Everyone!". I've learned VB for 2 years and now I just know a little about VB.NET. I hope this is the right place that I can post my question. I want to know how can I paste a command phrase to cmd.exe (Command Prompt) from VB.NET code. I've tried...
Back
Top