Can someone please tell me how I would create a clone or a copy of an existing ComboBox object?
I thought perhaps:
ComboBox newBox; newBox = (ICloneable)((Object)existingBox).Clone();but I was mistaken.
Thank you :)
Edited by Jaan, 09 June 2009 - 04:46 AM.
Please use code tags when you're posting your codes!


Sign In
Create Account

Back to top









