Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
QuestionCalling a JAVA Webservice from .NET over http/1.0 Pin
Anonymous13-Sep-05 5:39
Anonymous13-Sep-05 5:39 
QuestionCalling a JAVA Webservice from .NET over http/1.0 Pin
SimonPust13-Sep-05 5:24
SimonPust13-Sep-05 5:24 
AnswerRe: Calling a JAVA Webservice from .NET over http/1.0 Pin
Andy Brummer13-Sep-05 6:27
sitebuilderAndy Brummer13-Sep-05 6:27 
QuestionCreate 2 forms from button press Pin
LiamD13-Sep-05 4:31
LiamD13-Sep-05 4:31 
AnswerRe: Create 2 forms from button press Pin
QuietKnight13-Sep-05 4:46
QuietKnight13-Sep-05 4:46 
AnswerRe: Create 2 forms from button press Pin
Dave Kreskowiak13-Sep-05 4:54
mveDave Kreskowiak13-Sep-05 4:54 
AnswerRe: Create 2 forms from button press Pin
LiamD13-Sep-05 21:28
LiamD13-Sep-05 21:28 
GeneralRe: Create 2 forms from button press Pin
Large Data File13-Sep-05 21:39
Large Data File13-Sep-05 21:39 
Yes you can put a modal form on another (though in most cases it is not a correnct implementation)

In any way, is it necessary that frm1 will pop up and immediatly frm2 will pop up above it? or is frm2 dependent on an action in frm1 (which is a more likely option)?

If your case is the first case (i.e. frm1 should open an immediatly open frm2) - you should open frm2 from frm1's OnActivate method. just override it, call the base and open the frm2 using the ShowDialog method.

However, i recommend not doing so since it does not seem the right thing to do.

If you are using option 2 then there is no problem. When a certain event occurs in frm1 (such as button_click), simply open the frm2 and you will get a modal from on a modal form on your main form.

Good luck, hope this answers your question.
GeneralRe: Create 2 forms from button press Pin
LiamD14-Sep-05 0:31
LiamD14-Sep-05 0:31 
GeneralRe: Create 2 forms from button press Pin
Large Data File29-Oct-05 22:43
Large Data File29-Oct-05 22:43 
QuestionDrawing a polygon Pin
subramanyeswari13-Sep-05 2:33
subramanyeswari13-Sep-05 2:33 
AnswerRe: Drawing a polygon Pin
Dave Kreskowiak13-Sep-05 5:51
mveDave Kreskowiak13-Sep-05 5:51 
GeneralRe: Drawing a polygon Pin
subramanyeswari14-Sep-05 4:25
subramanyeswari14-Sep-05 4:25 
GeneralRe: Drawing a polygon Pin
Dave Kreskowiak14-Sep-05 12:42
mveDave Kreskowiak14-Sep-05 12:42 
QuestionHow do I tell .NET where to put my referenced DLLs when using "Copy Local" Pin
MaWeRic13-Sep-05 2:26
MaWeRic13-Sep-05 2:26 
AnswerRe: How do I tell .NET where to put my referenced DLLs when using "Copy Local" Pin
Andrew Kirillov13-Sep-05 3:35
Andrew Kirillov13-Sep-05 3:35 
QuestionConceptual problem with interfaces Pin
Goebel13-Sep-05 1:02
Goebel13-Sep-05 1:02 
AnswerRe: Conceptual problem with interfaces Pin
leppie13-Sep-05 1:24
leppie13-Sep-05 1:24 
QuestionWindows Services Pin
sevan13-Sep-05 1:00
sevan13-Sep-05 1:00 
AnswerRe: Windows Services Pin
leppie13-Sep-05 1:39
leppie13-Sep-05 1:39 
AnswerRe: Windows Services Pin
Dave Kreskowiak13-Sep-05 4:49
mveDave Kreskowiak13-Sep-05 4:49 
QuestionCalling C/C++ function from C# Pin
E6AD13-Sep-05 0:35
E6AD13-Sep-05 0:35 
AnswerRe: Calling C/C++ function from C# Pin
Andrew Kirillov13-Sep-05 0:46
Andrew Kirillov13-Sep-05 0:46 
GeneralRe: Calling C/C++ function from C# Pin
E6AD13-Sep-05 1:07
E6AD13-Sep-05 1:07 
GeneralRe: Calling C/C++ function from C# Pin
Andrew Kirillov13-Sep-05 1:15
Andrew Kirillov13-Sep-05 1:15 

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.