Results 1 to 2 of 2

Thread: Add Label text to DGV cell

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2018
    Posts
    4

    Add Label text to DGV cell

    Hi Everyone

    I need help with some coding with this program that I am writing. I would like to add the text from a specific label to a selected cell in the datagridview with the press of a designated button

    I know this seems easy but hey as the name suggests I am a noob

    Can you please help

    Thanks in advance

    Michael

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Re: Add Label text to DGV cell

    DataGridView1.CurrentCell.Value = Label1.Text

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width