Inherits form problem

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I new a inherited form (named frmSearch)
I can inherit it sucesfully, Now, I add a new button to that form . and want
all the form can be renew automically.
After i complie the project. remove the library under "reference", add the
library again.

Fianlly, i am fail to renew all the form ,why ????
Please help
 
Agnes said:
I new a inherited form (named frmSearch)
I can inherit it sucesfully, Now, I add a new button to that form . and
want all the form can be renew automically.
After i complie the project. remove the library under "reference", add the
library again.

Normally you don't need to do anything. The button added to the base class
will be shown automatically after a recompile of the solution.
 
I had rebuild the solution, BUT nothing changed.

Herfried K. Wagner said:
Normally you don't need to do anything. The button added to the base
class will be shown automatically after a recompile of the solution.
 
Back
Top