Click to See Complete Forum and Search --> : Derived class from Button


RY33
February 16th, 2003, 11:09 AM
I derived a class from System.Windows.Forms.Button, named Cell.
I created Button, and than changed it be a Cell.
It was complied, and run.
BUT, if I change anything in the form, my cell is removed from the code.
What can I do?

pareshgh
February 17th, 2003, 01:51 PM
do you have a sample snippet of the code that you are trying.
avoid writing in Initialize method, coz sometimes VS.NET editor with remove code , I have seen that

;)


paresh