Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ListView Dispose question

Status
Not open for further replies.

Steve415

Programmer
Joined
Mar 12, 2010
Messages
2
Location
US
I am using a common control listview and i am saving the column order and sizes to the regisrty, currently i have a call to a sub with in the dispose event. It appears that the listview has already disposed itself and contains no information. Is their another event that i could call this on where the informaton hasn't already been disposed of


Private Sub ctlListview_Disposed(ByVal sender As Object, ByVal e As System.EventArgs) Handles lvControl.Disposed
WriteFormAttributes()
End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top