Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newbie Problem Pin
kingletas7-Nov-07 8:14
kingletas7-Nov-07 8:14 
QuestionSystem.Net settings [modified] Pin
Stevo Z7-Nov-07 5:10
Stevo Z7-Nov-07 5:10 
AnswerRe: System.Net settings Pin
Judah Gabriel Himango7-Nov-07 7:44
sponsorJudah Gabriel Himango7-Nov-07 7:44 
GeneralRe: System.Net settings Pin
Stevo Z7-Nov-07 21:29
Stevo Z7-Nov-07 21:29 
JokeRe: System.Net settings Pin
Judah Gabriel Himango8-Nov-07 4:17
sponsorJudah Gabriel Himango8-Nov-07 4:17 
QuestionMDI Parent & Child Form Pin
tantja7-Nov-07 4:52
tantja7-Nov-07 4:52 
AnswerRe: MDI Parent & Child Form Pin
Matthew Butler7-Nov-07 5:43
Matthew Butler7-Nov-07 5:43 
GeneralRe: MDI Parent & Child Form Pin
tantja7-Nov-07 5:54
tantja7-Nov-07 5:54 
Thanks for your reply. I came up with another idea....but still need a little guidance.

Okay, so if my childForm1 is maximize then i launch Form1 by itself, not in MDIParent(frmParent) and if I want to launch childForm2 from Form1 but make it in MDIParent, Maximize and close childForm1. Is it possible?


frmChild2 Child2 = new frmChild2();
frmParent Parent = new frmParent();
Child2.MdiParent = frmParent.MdiParent;
Child2.WindowState = FormWindowState.Maximized;
Child2.Show();
foreach (Form childForm in frmParent.MdiParent.MdiChildren)
{
if (childForm != Child2) childForm.Close();
}
break;

But it didn't work.

GeneralRe: MDI Parent & Child Form Pin
Matthew Butler7-Nov-07 6:32
Matthew Butler7-Nov-07 6:32 
Questioni need helllllllllllllllllllllllllllllllllllllp Pin
Mohammed Elkholy7-Nov-07 4:42
Mohammed Elkholy7-Nov-07 4:42 
AnswerRe: i need helllllllllllllllllllllllllllllllllllllp Pin
Pete O'Hanlon7-Nov-07 4:48
mvePete O'Hanlon7-Nov-07 4:48 
GeneralRe: i need helllllllllllllllllllllllllllllllllllllp Pin
Mohammed Elkholy7-Nov-07 4:58
Mohammed Elkholy7-Nov-07 4:58 
GeneralRe: i need helllllllllllllllllllllllllllllllllllllp Pin
Paul Conrad7-Nov-07 12:09
professionalPaul Conrad7-Nov-07 12:09 
QuestionOpening file in VS.NET project Pin
Laoujin7-Nov-07 4:27
Laoujin7-Nov-07 4:27 
AnswerRe: Opening file in VS.NET project Pin
Pete O'Hanlon7-Nov-07 4:31
mvePete O'Hanlon7-Nov-07 4:31 
GeneralRe: Opening file in VS.NET project Pin
Laoujin7-Nov-07 4:56
Laoujin7-Nov-07 4:56 
QuestionDataAdapter Configuration Wizard[modified] Pin
half-life7-Nov-07 3:59
half-life7-Nov-07 3:59 
AnswerRe: DataAdapter Configuration Wizard[modified] Pin
martin_hughes7-Nov-07 8:24
martin_hughes7-Nov-07 8:24 
Questiondatagridview and dataview Pin
Mohammed Elkholy7-Nov-07 3:47
Mohammed Elkholy7-Nov-07 3:47 
QuestionDataset Navigation Pin
jamesorm7-Nov-07 3:13
jamesorm7-Nov-07 3:13 
AnswerRe: Dataset Navigation Pin
Justin Perez7-Nov-07 3:35
Justin Perez7-Nov-07 3:35 
QuestionHelp with images in listview Pin
anu817-Nov-07 2:49
anu817-Nov-07 2:49 
AnswerRe: Help with images in listview Pin
Justin Perez7-Nov-07 3:13
Justin Perez7-Nov-07 3:13 
AnswerRe: Help with images in listview Pin
Luc Pattyn7-Nov-07 4:16
sitebuilderLuc Pattyn7-Nov-07 4:16 
QuestionConvert datareader from datatable Pin
iramg7-Nov-07 2:31
iramg7-Nov-07 2:31 

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.