Hi,
Two questions:
I. I'm creating a dynamic instance of a windows form for the project, and i wanna do some stuff when it's closed. Can i somehow override it's FormClosing event or is there any other way to do it?
II. I'm looking for a way to clone a control. I've tryed copying all the properties and controls to the new one - doesn't work so good for some reason. Plus i need the objects to have the same functionality - for example i need the cloned button to call the same events..
Thanks,
Sasha