Click here to Skip to main content
15,900,724 members
Home / Discussions / C#
   

C#

 
AnswerRe: Inheritance [modified] Pin
Shameel26-Aug-11 4:40
professionalShameel26-Aug-11 4:40 
AnswerRe: Inheritance Pin
ClockEndGooner27-Aug-11 19:00
ClockEndGooner27-Aug-11 19:00 
GeneralRe: Inheritance Pin
ClockEndGooner27-Aug-11 19:05
ClockEndGooner27-Aug-11 19:05 
QuestionADD "CorelDraw" file into C# App Pin
Mahtab77726-Aug-11 2:08
Mahtab77726-Aug-11 2:08 
AnswerRe: ADD "CorelDraw" file into C# App Pin
Wayne Gaylard26-Aug-11 2:36
professionalWayne Gaylard26-Aug-11 2:36 
GeneralRe: ADD "CorelDraw" file into C# App Pin
Mahtab77728-Aug-11 2:59
Mahtab77728-Aug-11 2:59 
GeneralRe: ADD "CorelDraw" file into C# App Pin
Mahtab77729-Aug-11 21:01
Mahtab77729-Aug-11 21:01 
QuestionMulti-Form Set Correct Output Pin
share_holder26-Aug-11 1:41
share_holder26-Aug-11 1:41 
Hi again!
This is my scenario:
I have an API that opens several forms (instances of the class frmPpal.cs)
I save a FormList such as:

FormsList = new List<frmPpal>();


Once all forms are opened, user can push in a Connect button and also in a Receive Data button.

When Receive Data is clicked, there is also an Output Window (in each form) which shows sequentially all the received data (each 5 seconds, aprox)

My doubt is how can I set the proper Output Window (chosing from all the Forms that are opened) for showing the received data. For example, if I have 3 Forms, each one must show in its Output window the Data that it requested.

All the Forms are opened and can be closed by user, and user can also click on Connect and Receive Data whenever he wants.

Any ideas?

Ty in advance.
Regards,
D.
QuestionRe: Multi-Form Set Correct Output Pin
Wayne Gaylard26-Aug-11 1:45
professionalWayne Gaylard26-Aug-11 1:45 
AnswerRe: Multi-Form Set Correct Output Pin
share_holder26-Aug-11 1:50
share_holder26-Aug-11 1:50 
QuestionRe: Multi-Form Set Correct Output Pin
Wayne Gaylard26-Aug-11 1:55
professionalWayne Gaylard26-Aug-11 1:55 
AnswerRe: Multi-Form Set Correct Output Pin
share_holder28-Aug-11 21:25
share_holder28-Aug-11 21:25 
QuestionRe: Multi-Form Set Correct Output Pin
V.26-Aug-11 1:48
professionalV.26-Aug-11 1:48 
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 
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 

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.