Custom Forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kelvin.koogan@googlemail.com

    #1

    Custom Forms

    I want all my forms to derive from a custom base class so that they
    all have extra functionality. i.e. I create MyForm which is derived
    from System::Windows ::Forms::Form and then all my actual forms are
    derived from MyForm rather than System::Windows ::Forms::Form. This
    works fine. However it stops the Form Designer from working which is a
    big drawback. Is there a way to derive forms from a custom form class
    without breaking the Form Designer? (In VC++ 2003).

    TIA,
    KK

Working...