Click here to Skip to main content
15,894,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Open my website with FireFox navigator Pin
Pete O'Hanlon3-Aug-11 23:37
mvePete O'Hanlon3-Aug-11 23:37 
AnswerRe: Open my website with FireFox navigator Pin
Shameel3-Aug-11 23:17
professionalShameel3-Aug-11 23:17 
GeneralRe: Open my website with FireFox navigator Pin
Pierre besquent3-Aug-11 23:25
Pierre besquent3-Aug-11 23:25 
GeneralRe: Open my website with FireFox navigator Pin
Shameel4-Aug-11 0:30
professionalShameel4-Aug-11 0:30 
GeneralRe: Open my website with FireFox navigator Pin
Pierre besquent4-Aug-11 0:41
Pierre besquent4-Aug-11 0:41 
QuestionDevComponents problem Pin
md_refay3-Aug-11 21:31
md_refay3-Aug-11 21:31 
AnswerRe: DevComponents problem Pin
eqtidar8-Aug-11 18:29
eqtidar8-Aug-11 18:29 
QuestionOpening a form to a different mdi container [modified] Pin
MAW303-Aug-11 15:50
MAW303-Aug-11 15:50 
How do I open a form to a different container then the one currently in use, using the following.

I have a video card which gives me the ability to view data on 2 separate monitors.

I setup two Mdi Containers FormContainerA and FormContainerB.
In FormContainerA there is FormA with a button on it to open another form FormB which I wish to open in FormContainerB.

In the constructor of FormB I used the following code.

FormContainerB B = new FormContainerB();
this.mdiParent = B;

This does not seem to be working.

Can anyone hlp me with this problem.
Thanks in advance,
Michael

modified on Wednesday, August 3, 2011 11:06 PM

AnswerRe: Opening a form to a different mdi container Pin
OriginalGriff3-Aug-11 21:48
mveOriginalGriff3-Aug-11 21:48 
AnswerRe: Opening a form to a different mdi container [modified] Pin
Shameel3-Aug-11 22:42
professionalShameel3-Aug-11 22:42 
QuestionHelp with wmi enumerator for exchange Pin
turbosupramk33-Aug-11 10:36
turbosupramk33-Aug-11 10:36 
QuestionSearch Engine Pin
Software20073-Aug-11 8:55
Software20073-Aug-11 8:55 
AnswerRe: Search Engine Pin
jschell3-Aug-11 9:55
jschell3-Aug-11 9:55 
GeneralRe: Search Engine Pin
Software20073-Aug-11 9:59
Software20073-Aug-11 9:59 
GeneralRe: Search Engine Pin
Alan Balkany4-Aug-11 4:38
Alan Balkany4-Aug-11 4:38 
GeneralRe: Search Engine Pin
jschell4-Aug-11 8:10
jschell4-Aug-11 8:10 
GeneralRe: Search Engine Pin
Alan Balkany4-Aug-11 8:41
Alan Balkany4-Aug-11 8:41 
GeneralRe: Search Engine Pin
jschell5-Aug-11 11:38
jschell5-Aug-11 11:38 
GeneralRe: Search Engine Pin
jschell4-Aug-11 8:14
jschell4-Aug-11 8:14 
QuestionRepetitive calling of code in web application Pin
vanikanc3-Aug-11 4:37
vanikanc3-Aug-11 4:37 
AnswerRe: Repetitive calling of code in web application Pin
Matt Meyer3-Aug-11 4:56
Matt Meyer3-Aug-11 4:56 
AnswerRe: Repetitive calling of code in web application [modified] Pin
Keith Barrow3-Aug-11 5:24
professionalKeith Barrow3-Aug-11 5:24 
Questionlist collections Pin
Satish_S3-Aug-11 2:06
Satish_S3-Aug-11 2:06 
AnswerRe: list collections Pin
BobJanova3-Aug-11 2:17
BobJanova3-Aug-11 2:17 
AnswerREPOST Pin
Not Active3-Aug-11 2:26
mentorNot Active3-Aug-11 2: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.