Re: Form inheritance
From: M.M Ansari (mudasar_ansari_at_hotmail.com)
Date: 05/24/04
- Next message: Muthu krishnan.R: "how to get messages from SQL Server"
- Previous message: M.M Ansari: "How to create VISIO organizational chart in VB.NET"
- In reply to: cmrchs_at_yahoo.com: "Form inheritance"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Form inheritance"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 16:35:34 +0600
hi
keep your base form in class library project.. you have to set reference to
system.Windows.Forms dll in class library project.
Then build the class library project and inherits the window form from your
base class library form...
I think it is the only solution..
M.M Ansari
"Chris C" <cmrchs@yahoo.com> wrote in message
news:OUR4lWXQEHA.3944@tk2msftngp13.phx.gbl...
> Hi,
>
> using form inheritance : how can I inherit from a form that is not part of
the same project ?
>
> I tried setting a reference to my other win-app (exe) that contains the
base form, but references can only be set to DLL's.
>
> So, how can it be done ?
> Thnx
>
> Chris
>
> **********************************************************************
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
- Next message: Muthu krishnan.R: "how to get messages from SQL Server"
- Previous message: M.M Ansari: "How to create VISIO organizational chart in VB.NET"
- In reply to: cmrchs_at_yahoo.com: "Form inheritance"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Form inheritance"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|