Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
AnswerRe: service on window Pin
Dave Kreskowiak23-Jun-06 8:07
mveDave Kreskowiak23-Jun-06 8:07 
QuestionEmbedded Resources Pin
Atlantaazfinest23-Jun-06 7:30
Atlantaazfinest23-Jun-06 7:30 
AnswerRe: Embedded Resources Pin
Josh Smith23-Jun-06 8:18
Josh Smith23-Jun-06 8:18 
GeneralRe: Embedded Resources Pin
Atlantaazfinest23-Jun-06 8:30
Atlantaazfinest23-Jun-06 8:30 
QuestionForm Focus Pin
Cubzfan23-Jun-06 7:27
Cubzfan23-Jun-06 7:27 
QuestionRe: Form Focus Pin
Jun Du23-Jun-06 7:53
Jun Du23-Jun-06 7:53 
AnswerRe: Form Focus Pin
Cubzfan23-Jun-06 8:07
Cubzfan23-Jun-06 8:07 
GeneralRe: Form Focus Pin
Jun Du23-Jun-06 8:22
Jun Du23-Jun-06 8:22 
It looks good, but I think the Next button is something that causes unnecessary complexity. For example, if Form A is not done initialization, the button has to be disabled. I would just get rid of the button and do the following:

When Form A is created (by Form B or any third party), pass the instance of Form B to Form A. When Form A is done initialization, it closes Form B using its instance.

A slightly different approach is starting Form A first. Let Form A create Form B to cover itself. Then Form A can close Form B whenever it needs to. This would further simplify your design.

This way, there is on focus transfer issue.

Best,
Jun
AnswerRe: Form Focus Pin
Dave Kreskowiak23-Jun-06 8:03
mveDave Kreskowiak23-Jun-06 8:03 
AnswerRe: Form Focus [modified] Pin
Nader Elshehabi23-Jun-06 10:48
Nader Elshehabi23-Jun-06 10:48 
Questioncompile a project Pin
waheed awan23-Jun-06 6:56
waheed awan23-Jun-06 6:56 
AnswerRe: compile a project Pin
Not Active23-Jun-06 7:11
mentorNot Active23-Jun-06 7:11 
QuestionCommunicating between applications Pin
smurfy3423-Jun-06 6:40
smurfy3423-Jun-06 6:40 
AnswerRe: Communicating between applications Pin
Jun Du23-Jun-06 7:25
Jun Du23-Jun-06 7:25 
QuestionCOMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 6:37
waheed awan23-Jun-06 6:37 
AnswerRe: COMPILE A CSHARP PROJECT Pin
smurfy3423-Jun-06 6:41
smurfy3423-Jun-06 6:41 
AnswerRe: COMPILE A CSHARP PROJECT Pin
Not Active23-Jun-06 7:09
mentorNot Active23-Jun-06 7:09 
GeneralRe: COMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 7:28
waheed awan23-Jun-06 7:28 
GeneralRe: COMPILE A CSHARP PROJECT Pin
Not Active23-Jun-06 8:17
mentorNot Active23-Jun-06 8:17 
GeneralRe: COMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 9:22
waheed awan23-Jun-06 9:22 
QuestionDragDrop registration did not succeed Pin
Saamir23-Jun-06 6:08
Saamir23-Jun-06 6:08 
GeneralCrossing the process boundry with .NET Pin
suguimoto23-Jun-06 5:39
suguimoto23-Jun-06 5:39 
QuestionPrint RichtTextBox with BackColor Pin
Fco. Javier Marin23-Jun-06 5:32
Fco. Javier Marin23-Jun-06 5:32 
QuestionCatching Exceptions Pin
Colin Angus Mackay23-Jun-06 5:02
Colin Angus Mackay23-Jun-06 5:02 
AnswerRe: Catching Exceptions Pin
Dustin Metzgar23-Jun-06 5:07
Dustin Metzgar23-Jun-06 5:07 

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.