Inheriting System.Windows.Forms.Form keeping designer

S

Steve B.

Hi,

In order to have a custom and constant look and feel, I subscribe the
"Paint" of every form in my app to a single static method somewhere in my
app.

I'd prefer building a custom "MyApp.BaseForm" with onpaint override, then
inheriting all forms from this class.
If I create such a class, I loose the designer. Is there any way to reach my
goal ?

Thanks,
Steve
 

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

Top