LIStVIEW

franz081227

Member
Joined
Sep 1, 2008
Messages
8
Programming Experience
Beginner
Can you help me I don't know how to refresh the listview if I will try it to do in another form/... ??


Here is my sample code... thus my code is correct guys???? help me... anyreply here will be gratefully accepted

Private Sub frm_M_part_Main_Closing(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Enter
txtPartMainCode.Text = ""
txtPartMainDesc.Text = ""
M_part.P_LOAD_M_PARTICULARS()
End Sub
 
Back
Top