Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# DLL from C++ DLL Pin
Ista12-Jun-06 10:20
Ista12-Jun-06 10:20 
QuestionTimer Control In C# Pin
peshawarcoder12-Jun-06 3:59
peshawarcoder12-Jun-06 3:59 
AnswerRe: Timer Control In C# Pin
Andrei Ungureanu12-Jun-06 4:11
Andrei Ungureanu12-Jun-06 4:11 
AnswerRe: Timer Control In C# Pin
3Dizard12-Jun-06 7:48
3Dizard12-Jun-06 7:48 
Questionhow to attach more than 10mb file Pin
ayyp12-Jun-06 3:48
ayyp12-Jun-06 3:48 
Questionupload 15mb file Pin
ayyp12-Jun-06 3:46
ayyp12-Jun-06 3:46 
Questionswitching between forms Pin
PaulaM12-Jun-06 3:23
PaulaM12-Jun-06 3:23 
AnswerRe: switching between forms Pin
MCSD-Gandalf12-Jun-06 3:33
MCSD-Gandalf12-Jun-06 3:33 
I may be missing something but...

Add a second form to your application, assume it is Form2. In some event on Form1 (button click whatever), put the following code

Form2 frm2 = new Form2();
frm2.Show();

Both forms should be open and available. All you have to do is make sure that neither of them is maximized. You can even limit the size with the MaximumSize property so neither of them takes the whole area.

HTH

Gandalf
GeneralRe: switching between forms Pin
PaulaM12-Jun-06 4:45
PaulaM12-Jun-06 4:45 
AnswerRe: switching between forms Pin
Andrei Ungureanu12-Jun-06 4:09
Andrei Ungureanu12-Jun-06 4:09 
GeneralRe: switching between forms Pin
PaulaM12-Jun-06 4:44
PaulaM12-Jun-06 4:44 
AnswerRe: switching between forms Pin
Jun Du12-Jun-06 4:26
Jun Du12-Jun-06 4:26 
QuestionAntiAliased Form Pin
Sabry190512-Jun-06 3:21
Sabry190512-Jun-06 3:21 
AnswerRe: AntiAliased Form Pin
Roger Alsing12-Jun-06 3:45
Roger Alsing12-Jun-06 3:45 
GeneralRe: AntiAliased Form Pin
Sabry190515-Jun-06 3:39
Sabry190515-Jun-06 3:39 
QuestionSecurity in Web Services Pin
malikjhangirahmed@hotmail.com12-Jun-06 3:13
malikjhangirahmed@hotmail.com12-Jun-06 3:13 
AnswerRe: Security in Web Services Pin
Dustin Metzgar12-Jun-06 3:55
Dustin Metzgar12-Jun-06 3:55 
Questiondatagrid template column Pin
eefron12-Jun-06 2:57
eefron12-Jun-06 2:57 
AnswerRe: datagrid template column Pin
Mr. VB.NET12-Jun-06 18:23
Mr. VB.NET12-Jun-06 18:23 
Questionchanging a column type of datagridview ? Pin
cmpeng3412-Jun-06 2:56
cmpeng3412-Jun-06 2:56 
AnswerRe: changing a column type of datagridview ? Pin
MCSD-Gandalf12-Jun-06 7:14
MCSD-Gandalf12-Jun-06 7:14 
Questiondatagridview delete last row when sort order changes ? Pin
cmpeng3412-Jun-06 2:48
cmpeng3412-Jun-06 2:48 
AnswerRe: datagridview delete last row when sort order changes ? Pin
Elina Blank12-Jun-06 8:10
sitebuilderElina Blank12-Jun-06 8:10 
QuestionHow to Run exe from memory or stream ? Pin
hdv21212-Jun-06 1:58
hdv21212-Jun-06 1:58 
AnswerRe: How to Run exe from memory or stream ? Pin
Super Lloyd12-Jun-06 2:10
Super Lloyd12-Jun-06 2:10 

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.