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

C#

 
AnswerRe: Multi-Form Set Correct Output Pin
share_holder26-Aug-11 1:53
share_holder26-Aug-11 1:53 
GeneralRe: Multi-Form Set Correct Output Pin
V.26-Aug-11 1:59
professionalV.26-Aug-11 1:59 
GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 21:24
share_holder28-Aug-11 21:24 
AnswerRe: Multi-Form Set Correct Output Pin
BillWoodruff26-Aug-11 3:14
professionalBillWoodruff26-Aug-11 3:14 
GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 21:22
share_holder28-Aug-11 21:22 
GeneralRe: Multi-Form Set Correct Output Pin
V.28-Aug-11 21:31
professionalV.28-Aug-11 21:31 
GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 21:36
share_holder28-Aug-11 21:36 
GeneralRe: Multi-Form Set Correct Output Pin
V.28-Aug-11 21:43
professionalV.28-Aug-11 21:43 
Maybe I misunderstood your code, but if the Facade object (the instance, not the class) is the same for each form it will receive the data of all three forms. If that's the case you need to :

- or initate a different instance for each form
- or find a way to find out who requested the information (maybe it is in the response) and dispatch the information to the correct form.
V.

GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 21:46
share_holder28-Aug-11 21:46 
GeneralRe: Multi-Form Set Correct Output Pin
V.28-Aug-11 21:56
professionalV.28-Aug-11 21:56 
GeneralRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 23:45
share_holder28-Aug-11 23:45 
QuestionC# modify a config file Pin
dcof25-Aug-11 17:14
dcof25-Aug-11 17:14 
JokeRe: C# modify a config file Pin
Firo Atrum Ventus25-Aug-11 17:20
Firo Atrum Ventus25-Aug-11 17:20 
AnswerRe: C# modify a config file Pin
Pravin Patil, Mumbai25-Aug-11 21:19
Pravin Patil, Mumbai25-Aug-11 21:19 
AnswerRe: C# modify a config file Pin
PIEBALDconsult26-Aug-11 2:50
mvePIEBALDconsult26-Aug-11 2:50 
AnswerRe: C# modify a config file Pin
Dave Kreskowiak26-Aug-11 5:24
mveDave Kreskowiak26-Aug-11 5:24 
Questionstack pop and takewhile Pin
cechode25-Aug-11 12:44
cechode25-Aug-11 12:44 
AnswerRe: stack pop and takewhile Pin
SledgeHammer0125-Aug-11 13:12
SledgeHammer0125-Aug-11 13:12 
GeneralRe: stack pop and takewhile Pin
cechode25-Aug-11 13:40
cechode25-Aug-11 13:40 
QuestionArray List to Application Settings. Pin
Herboren25-Aug-11 5:01
Herboren25-Aug-11 5:01 
AnswerRe: Array List to Application Settings. Pin
Nagy Vilmos25-Aug-11 6:20
professionalNagy Vilmos25-Aug-11 6:20 
AnswerRe: Array List to Application Settings. Pin
Subin Mavunkal25-Aug-11 20:49
Subin Mavunkal25-Aug-11 20:49 
Questionsocket class in vista uac Pin
Aisha sharma24-Aug-11 22:08
Aisha sharma24-Aug-11 22:08 
AnswerRe: socket class in vista uac Pin
Dave Kreskowiak25-Aug-11 9:57
mveDave Kreskowiak25-Aug-11 9:57 
GeneralRe: socket class in vista uac Pin
Aisha sharma25-Aug-11 21:37
Aisha sharma25-Aug-11 21:37 

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.