i there way in .net to copy object for example combobox with all properties
Copying objects in .NET can be a little tricky, since objects are references. You have to clone the object or you can serialize the object to a stream then deserialize it to a new object.
Dont gain the world and lose your soul
Forum Rules