copy an object or component in .NET (newbie)
Guys, can tell me how to copying an object or component in .NET.
dim A as listview
A = MyListView
MyListView.clear()
MyListView = A
I do like this and in the reality fail to, where is wrong?
Regars,
Mr. TOLIL
(Newbie in .NET)