pauldboughter Posted February 24, 2010 Report Share Posted February 24, 2010 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now