Click here to Skip to main content
15,898,878 members
Home / Discussions / C#
   

C#

 
JokeRe: file in c# Pin
Luc Pattyn7-Dec-10 12:37
sitebuilderLuc Pattyn7-Dec-10 12:37 
GeneralRe: file in c# Pin
Manfred Rudolf Bihy7-Dec-10 16:35
professionalManfred Rudolf Bihy7-Dec-10 16:35 
Questionchange the following code [modified] Pin
maheshwari.vetri7-Dec-10 5:22
maheshwari.vetri7-Dec-10 5:22 
AnswerRe: change the following code Pin
Henry Minute7-Dec-10 5:55
Henry Minute7-Dec-10 5:55 
GeneralRe: change the following code Pin
maheshwari.vetri7-Dec-10 6:04
maheshwari.vetri7-Dec-10 6:04 
GeneralRe: change the following code Pin
Henry Minute7-Dec-10 6:36
Henry Minute7-Dec-10 6:36 
Questionaccessing child thread from the parent thread Pin
prasadbuddhika7-Dec-10 4:50
prasadbuddhika7-Dec-10 4:50 
AnswerRe: accessing child thread from the parent thread Pin
jschell7-Dec-10 10:13
jschell7-Dec-10 10:13 
You have a class A with data (socket)
You have another class B that you want to use with class A (call a method which sends data.)

So class B must have access to the instance of class A and it must call the method.

Nothing in the above has anything to do with threads because threads has nothing to do with it.

What does matter for threads is that you want to insure that both threads do not attempt to use the socket at the same time. A simple lock deals with that.
QuestionHow to scroll ListView from your source code? Pin
Chesnokov Yuriy7-Dec-10 2:50
professionalChesnokov Yuriy7-Dec-10 2:50 
AnswerRe: How to scroll ListView from your source code? Pin
Luc Pattyn7-Dec-10 3:26
sitebuilderLuc Pattyn7-Dec-10 3:26 
AnswerRe: How to scroll ListView from your source code? Pin
Chesnokov Yuriy7-Dec-10 19:47
professionalChesnokov Yuriy7-Dec-10 19:47 
AnswerRe: How to scroll ListView from your source code? Pin
Luc Pattyn7-Dec-10 22:53
sitebuilderLuc Pattyn7-Dec-10 22:53 
AnswerRe: How to scroll ListView from your source code? Pin
#realJSOP7-Dec-10 23:30
professional#realJSOP7-Dec-10 23:30 
QuestionLogon Failed Error For Crystal Report. Pin
Sanket.Patil7-Dec-10 1:28
Sanket.Patil7-Dec-10 1:28 
AnswerRe: Logon Failed Error For Crystal Report. Pin
Alok Sharma ji7-Dec-10 1:51
Alok Sharma ji7-Dec-10 1:51 
GeneralRe: Logon Failed Error For Crystal Report. Pin
Sanket.Patil7-Dec-10 18:04
Sanket.Patil7-Dec-10 18:04 
GeneralRe: Logon Failed Error For Crystal Report. Pin
Alok Sharma ji8-Dec-10 0:45
Alok Sharma ji8-Dec-10 0:45 
GeneralRe: Logon Failed Error For Crystal Report. Pin
Sanket.Patil8-Dec-10 0:55
Sanket.Patil8-Dec-10 0:55 
AnswerRe: Logon Failed Error For Crystal Report. Pin
thatraja8-Dec-10 1:48
professionalthatraja8-Dec-10 1:48 
Question10 digit Crypted Value Pin
Enobong Adahada6-Dec-10 22:48
Enobong Adahada6-Dec-10 22:48 
AnswerRe: 10 digit Crypted Value Pin
OriginalGriff7-Dec-10 0:40
mveOriginalGriff7-Dec-10 0:40 
GeneralRe: 10 digit Crypted Value Pin
Enobong Adahada7-Dec-10 0:59
Enobong Adahada7-Dec-10 0:59 
GeneralRe: 10 digit Crypted Value Pin
OriginalGriff7-Dec-10 1:09
mveOriginalGriff7-Dec-10 1:09 
AnswerRe: 10 digit Crypted Value Pin
Yvan Rodrigues12-Dec-10 13:59
professionalYvan Rodrigues12-Dec-10 13:59 
AnswerRe: 10 digit Crypted Value Pin
Sathesh Sakthivel7-Dec-10 0:52
Sathesh Sakthivel7-Dec-10 0:52 

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.