Hi there.
this is what I have... listview on mainform named lstViewFrmMain, 1 textbox and a button on frm 2.
My question is, how do I update the listbox when a user clicks button on the 2nd form?
I've tried using on the main form - this,Refresh(), this,Update(), this.Invalidate () etc and its not helping.
Any help will be tremendous.
this is what I have... listview on mainform named lstViewFrmMain, 1 textbox and a button on frm 2.
My question is, how do I update the listbox when a user clicks button on the 2nd form?
I've tried using on the main form - this,Refresh(), this,Update(), this.Invalidate () etc and its not helping.
Any help will be tremendous.
Comment