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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top