Click here to Skip to main content
15,885,216 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalnew to .net Pin
dipti1730-Sep-04 8:15
dipti1730-Sep-04 8:15 
GeneralRe: new to .net Pin
Colin Angus Mackay1-Oct-04 1:15
Colin Angus Mackay1-Oct-04 1:15 
GeneralRe: new to .net Pin
dipti171-Oct-04 7:28
dipti171-Oct-04 7:28 
GeneralRe: new to .net Pin
Vasudevan Deepak Kumar7-Oct-04 3:56
Vasudevan Deepak Kumar7-Oct-04 3:56 
Generalp from ur side will be appreciablenew to .net Pin
Anonymous30-Sep-04 8:11
Anonymous30-Sep-04 8:11 
GeneralRe: p from ur side will be appreciablenew to .net Pin
sreejith ss nair7-Oct-04 0:28
sreejith ss nair7-Oct-04 0:28 
GeneralQuestion about .NET Visual Inheritance and MDI apps. Pin
rolst530-Sep-04 6:36
rolst530-Sep-04 6:36 
GeneralRe: Question about .NET Visual Inheritance and MDI apps. Pin
sreejith ss nair7-Oct-04 0:38
sreejith ss nair7-Oct-04 0:38 
You Wrote:

Can I make a MDI application into which each child is a based on a master “template” form (dll).

Sure you can make a common MDI for you child which is inherited from a common .dll.

You Wrote:
My hope is that each child would be its own DLL – easing future modifications and upgrades. Can this be done with .net’s virtual inheritance?

See once you created an inherited form. I mean child form you will get all the feature of your parent form. And this child form is entirly separate in nature with your parent. And you must care about one thing. See the modifiers of controls( members of your template).

You wrote
If this is possible, is there a way I can dynamically add new children DLL’s (which are visually derived from a master template form) to the MDI application without recompiling the base MDI application (that would be my dream)? Each new child would add new functionality to the core application – but maintain the same base “look”. Obviously this would take some coding, but is this possible?

See i don't know why you want to recompile the application. I mean the base. Are u going to make any updation after inheriting the form. Do you want to reflect it back to your child form ?

Sreejith Nair
[ My Articles ]
General.net Redistrubitable Pin
Gavin Jeffrey29-Sep-04 21:48
Gavin Jeffrey29-Sep-04 21:48 
GeneralRe: .net Redistrubitable Pin
Colin Angus Mackay29-Sep-04 23:04
Colin Angus Mackay29-Sep-04 23:04 
GeneralRe: .net Redistrubitable Pin
Gavin Jeffrey29-Sep-04 23:19
Gavin Jeffrey29-Sep-04 23:19 
GeneralRe: .net Redistrubitable Pin
Colin Angus Mackay29-Sep-04 23:25
Colin Angus Mackay29-Sep-04 23:25 
GeneralRe: .net Redistrubitable Pin
sreejith ss nair7-Oct-04 1:05
sreejith ss nair7-Oct-04 1:05 
GeneralQuestions about Exporing Types from an Assembly. Pin
jamie__smith29-Sep-04 21:17
jamie__smith29-Sep-04 21:17 
GeneralConvert int to byte [] and vice versa Pin
Vadim Tabakman29-Sep-04 21:01
Vadim Tabakman29-Sep-04 21:01 
GeneralRe: Convert int to byte [] and vice versa Pin
Gavin Jeffrey29-Sep-04 21:44
Gavin Jeffrey29-Sep-04 21:44 
GeneralRe: Convert int to byte [] and vice versa Pin
Vadim Tabakman30-Sep-04 13:15
Vadim Tabakman30-Sep-04 13:15 
GeneralRe: Convert int to byte [] and vice versa Pin
Nnamdi Onyeyiri30-Sep-04 2:29
Nnamdi Onyeyiri30-Sep-04 2:29 
GeneralRe: Convert int to byte [] and vice versa Pin
Nnamdi Onyeyiri30-Sep-04 13:23
Nnamdi Onyeyiri30-Sep-04 13:23 
GeneralRe: Convert int to byte [] and vice versa Pin
Vadim Tabakman30-Sep-04 13:26
Vadim Tabakman30-Sep-04 13:26 
GeneralRe: Progress Bar that moves Pin
kayhustle29-Sep-04 10:42
kayhustle29-Sep-04 10:42 
GeneralRe: Progress Bar that moves Pin
sampoo29-Sep-04 10:53
sampoo29-Sep-04 10:53 
GeneralFileNotFoundException for dll reference in project Pin
kayhustle29-Sep-04 6:00
kayhustle29-Sep-04 6:00 
GeneralRe: FileNotFoundException for dll reference in project Pin
Nnamdi Onyeyiri30-Sep-04 2:31
Nnamdi Onyeyiri30-Sep-04 2:31 
GeneralMultiple executables based on compilation flag Pin
marsusf29-Sep-04 5:07
marsusf29-Sep-04 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.