'UPGRADE_NOTE: Object CN1 may not be destroyed until it is garbage collected. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6E35BFF6-CD74-4B09-9689-3E1A43DF8969"'
CN1 = Nothing
this is the code to Dispose the object.
' Visual Basic 2008
Dim x As New Button
x.Text = "Goodbye"
x.Dispose()
it will not accept CN1.Dispose
CN1 = Nothing
this is the code to Dispose the object.
' Visual Basic 2008
Dim x As New Button
x.Text = "Goodbye"
x.Dispose()
it will not accept CN1.Dispose