Jump to content

Using Toolstripstatuslabel To Show Number Of Records


pauldboughter

Recommended Posts

Well I am alittle stuck on this part.My codePrivate Sub GuestsBindingSource_PositionChanged(ByVal sender As Object, ByVal e As System.EventArgs) _Handles GuestsBindingSource.PositionChangedWith GuestsBindingSource ToolStripStatusLabel1.Text = "Record " & (.Position + 1).ToString() & " of " & .Count.ToString()End WithEndSubI cannot get it to display in the toolstripstatuslabel is there a setting I am supposed to be using on the label or another part of the code i am supposed to be using.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...