Click here to Skip to main content
15,884,672 members
Home / Discussions / C#
   

C#

 
GeneralRe: depicting data in c# in realtime Pin
khomeyni29-Jan-14 6:43
khomeyni29-Jan-14 6:43 
GeneralRe: depicting data in c# in realtime Pin
Eddy Vluggen29-Jan-14 8:01
professionalEddy Vluggen29-Jan-14 8:01 
GeneralRe: depicting data in c# in realtime Pin
khomeyni30-Jan-14 4:26
khomeyni30-Jan-14 4:26 
QuestionNeed help on chat between two computers Pin
larsp77729-Jan-14 1:20
larsp77729-Jan-14 1:20 
AnswerRe: Need help on chat between two computers Pin
OriginalGriff29-Jan-14 2:32
mveOriginalGriff29-Jan-14 2:32 
GeneralRe: Need help on chat between two computers Pin
larsp77729-Jan-14 2:43
larsp77729-Jan-14 2:43 
GeneralRe: Need help on chat between two computers Pin
OriginalGriff29-Jan-14 2:54
mveOriginalGriff29-Jan-14 2:54 
GeneralRe: Need help on chat between two computers Pin
larsp77729-Jan-14 6:13
larsp77729-Jan-14 6:13 
Ok... The other guy whose thread I can´t se now wrote:

I'm guessing that's the line that's causing the problem. The callback method will be called on a background thread; you will need to use
InvokeRequired
and
Invoke
to get back to the UI thread when you want to access the form's controls.
Invoke((Action<object>)listMessage.Items.Add, "Friend: " + receivedMessage);


I Think he was right about the line. Tried to do change the line accordingly but got an error:

C#
int System.Windows.Forms.ListBox.ObjectCollection.Add(object)' has the wrong return type	

GeneralRe: Need help on chat between two computers Pin
Richard Deeming29-Jan-14 7:22
mveRichard Deeming29-Jan-14 7:22 
GeneralRe: Need help on chat between two computers Pin
OriginalGriff29-Jan-14 8:01
mveOriginalGriff29-Jan-14 8:01 
GeneralRe: Need help on chat between two computers Pin
larsp77729-Jan-14 10:28
larsp77729-Jan-14 10:28 
GeneralRe: Need help on chat between two computers Pin
larsp77730-Jan-14 1:48
larsp77730-Jan-14 1:48 
GeneralRe: Need help on chat between two computers Pin
Richard Deeming30-Jan-14 2:02
mveRichard Deeming30-Jan-14 2:02 
GeneralRe: Need help on chat between two computers Pin
larsp77730-Jan-14 2:06
larsp77730-Jan-14 2:06 
GeneralRe: Need help on chat between two computers Pin
larsp77729-Jan-14 6:15
larsp77729-Jan-14 6:15 
GeneralRe: Need help on chat between two computers Pin
Richard Deeming29-Jan-14 3:19
mveRichard Deeming29-Jan-14 3:19 
GeneralRe: Need help on chat between two computers Pin
larsp77729-Jan-14 5:07
larsp77729-Jan-14 5:07 
GeneralRe: Need help on chat between two computers Pin
Rahul VB29-Jan-14 20:39
professionalRahul VB29-Jan-14 20:39 
GeneralRe: Need help on chat between two computers Pin
OriginalGriff29-Jan-14 22:40
mveOriginalGriff29-Jan-14 22:40 
AnswerRe: Need help on chat between two computers Pin
larsp77729-Jan-14 10:35
larsp77729-Jan-14 10:35 
QuestionValidation and Data storing in one step Pin
nitin_ion28-Jan-14 17:47
nitin_ion28-Jan-14 17:47 
AnswerRe: Validation and Data storing in one step Pin
Kornfeld Eliyahu Peter28-Jan-14 20:17
professionalKornfeld Eliyahu Peter28-Jan-14 20:17 
GeneralRe: Validation and Data storing in one step Pin
nitin_ion28-Jan-14 20:27
nitin_ion28-Jan-14 20:27 
GeneralRe: Validation and Data storing in one step Pin
Kornfeld Eliyahu Peter28-Jan-14 20:31
professionalKornfeld Eliyahu Peter28-Jan-14 20:31 
GeneralRe: Validation and Data storing in one step Pin
nitin_ion28-Jan-14 20:38
nitin_ion28-Jan-14 20:38 

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.