Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
AnswerRe: urgently required.. pls reply... Pin
CPallini25-Mar-09 8:11
mveCPallini25-Mar-09 8:11 
AnswerRe: urgently required.. pls reply... Pin
MumbleB25-Mar-09 8:23
MumbleB25-Mar-09 8:23 
AnswerRe: urgently required.. pls reply... Pin
DaveyM6925-Mar-09 11:29
professionalDaveyM6925-Mar-09 11:29 
AnswerRe: urgently required.. pls reply... Pin
Henry Minute25-Mar-09 14:30
Henry Minute25-Mar-09 14:30 
AnswerRe: urgently required.. pls reply... Pin
King Julien25-Mar-09 19:33
King Julien25-Mar-09 19:33 
GeneralRe: urgently required.. pls reply... Pin
Nirmala VijayAseelan26-Mar-09 7:12
Nirmala VijayAseelan26-Mar-09 7:12 
GeneralRe: urgently required.. pls reply... Pin
King Julien26-Mar-09 19:29
King Julien26-Mar-09 19:29 
QuestionHow to declare/tie a mdigrandchild form to mdiGrandParent form? Pin
Lecutus125-Mar-09 7:04
Lecutus125-Mar-09 7:04 
How to declare/tie a mdigrandchild form to mdiGrandParent form?
Situ:
I'm writing some code/mdiParent that spawns a child form, child1, that has all the information capturing. Now child1 spawns a child, grandchild. The grandchild is a lean version of child1, readonly type situation. Child1 is not shown, but working. Grandchild is to: Grandchild.show().

Needed:
I need to declare the grandchild to show in the mdiParent. I'm sure it's somthing similar to :

The parent is MainIndiv_Truck_ControlMDI : Form

the child1 is declared in the parent as:

Indiv_Truck_Control TruckForm = new Indiv_Truck_Control();
TruckForm.MdiParent = this.

I know I'm missing something. I can make the grandchildren, but there happening outside the MdiParent. I want them to happen inside MainIndiv_Truck_ControlMDI : Form

Thanks in advance.L.
AnswerRe: How to declare/tie a mdigrandchild form to mdiGrandParent form? Pin
Henry Minute25-Mar-09 11:24
Henry Minute25-Mar-09 11:24 
GeneralRe: How to declare/tie a mdigrandchild form to mdiGrandParent form? Pin
Lecutus126-Mar-09 7:53
Lecutus126-Mar-09 7:53 
GeneralRe: How to declare/tie a mdigrandchild form to mdiGrandParent form? Pin
Henry Minute26-Mar-09 9:07
Henry Minute26-Mar-09 9:07 
QuestionLate Typed List Pin
Adriaan Davel25-Mar-09 7:02
Adriaan Davel25-Mar-09 7:02 
AnswerRe: Late Typed List Pin
Adam Maras25-Mar-09 7:08
Adam Maras25-Mar-09 7:08 
AnswerRe: Late Typed List Pin
Curtis Schlak.25-Mar-09 7:26
Curtis Schlak.25-Mar-09 7:26 
GeneralRe: Late Typed List Pin
Adriaan Davel25-Mar-09 20:01
Adriaan Davel25-Mar-09 20:01 
GeneralRe: Late Typed List Pin
Curtis Schlak.26-Mar-09 0:36
Curtis Schlak.26-Mar-09 0:36 
Questionobject constants in c# Pin
robertkjr3d25-Mar-09 6:05
robertkjr3d25-Mar-09 6:05 
AnswerRe: object constants in c# Pin
J$25-Mar-09 6:10
J$25-Mar-09 6:10 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 7:18
robertkjr3d25-Mar-09 7:18 
GeneralRe: object constants in c# Pin
DaveyM6925-Mar-09 7:26
professionalDaveyM6925-Mar-09 7:26 
GeneralRe: object constants in c# Pin
Skymir25-Mar-09 7:40
Skymir25-Mar-09 7:40 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 8:25
robertkjr3d25-Mar-09 8:25 
AnswerRe: object constants in c# Pin
Pete O'Hanlon25-Mar-09 6:11
mvePete O'Hanlon25-Mar-09 6:11 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 7:30
robertkjr3d25-Mar-09 7:30 
GeneralRe: object constants in c# Pin
robertkjr3d25-Mar-09 8:26
robertkjr3d25-Mar-09 8:26 

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.