Search:

Type: Posts; User: nfdbs

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    42,418

    Re: DataGridView - Add Text To Cell

    G'day jmcilhinney,

    You're right! I've just tried it again and it works.

    I'm converting from VB5 to VB.net so it does feel like driving into a wall a times.

    Thanks for you response.
  2. Replies
    6
    Views
    42,418

    Re: DataGridView - Add Text To Cell

    Hi,
    Thanks for your replies.
    I tried the following but both ways don't seem to work:-

    frmSearch.grdDB.Rows(2).Cells(1).Value = "Test"
    frmSearch.grdDB(2, 1).Value = "Test"

    I've attached a...
  3. Replies
    6
    Views
    42,418

    DataGridView - Add Text To Cell

    Hi,

    I want to add text to a specific row, column in a DataGridView grid. I have tried several ways to do this bit none seem to work.

    Is there a way to do this?

    Thanks.
  4. Thread: VB5 And VB.NET

    by nfdbs
    Replies
    3
    Views
    930

    VB5 And VB.NET

    Hi,
    I am using VB5 on a PC running Windows XP. I've read that in the future, Programs written with VB5 will be 'unsupported' on PC's running Windows 8. Does unsupported mean that Programs created...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width