CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    11

    Statusbarlabel bounding to dataset?

    Hi guys

    I trying to link a column from datagridvieuw to statusbarlabel so i mean when i click on a row i want that the statusbarlabel will change to selected row (column4) data. I hope i was clear with my question.

    Any suggestions will appreciated

    Thanks by advance


    ciao
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2007
    Posts
    11

    Re: Statusbarlabel bounding to dataset?

    Ok i fixed this

    I used for this rowenter event of datagrid

  3. #3
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104

    Re: Statusbarlabel bounding to dataset?

    Quote Originally Posted by djramc
    Hi guys

    I trying to link a column from datagridvieuw to statusbarlabel so i mean when i click on a row i want that the statusbarlabel will change to selected row (column4) data.
    Use the CurrentCellChanged event, set statusbar label to Datagridview.CurrentCell.Value
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

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

Featured