Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
Questionwhat is Embedded? Pin
phuong oanh28-Oct-07 10:04
phuong oanh28-Oct-07 10:04 
AnswerRe: what is Embedded? Pin
Paul Conrad28-Oct-07 15:11
professionalPaul Conrad28-Oct-07 15:11 
Questionsocket and mobile PDA connect DDK Pin
phuong oanh28-Oct-07 10:01
phuong oanh28-Oct-07 10:01 
AnswerRe: socket and mobile PDA connect DDK Pin
Malcolm Smart28-Oct-07 11:07
Malcolm Smart28-Oct-07 11:07 
GeneralRe: socket and mobile PDA connect DDK Pin
Pete O'Hanlon28-Oct-07 11:17
mvePete O'Hanlon28-Oct-07 11:17 
GeneralRe: socket and mobile PDA connect DDK Pin
phuong oanh29-Oct-07 2:43
phuong oanh29-Oct-07 2:43 
QuestionStore data that is private to a thread using the thread object. Pin
bradsnobar28-Oct-07 9:41
bradsnobar28-Oct-07 9:41 
AnswerRe: Store data that is private to a thread using the thread object. Pin
TJoe28-Oct-07 12:05
TJoe28-Oct-07 12:05 
bradsnobar wrote:
The problem is that it takes a slot as a parameter and I won't be able to use the same slot name across all the calls to set and get data or the data will just get overwritten by other threads.


When you use GetData and SetData, then slot is thread specific. So if I store data on ThreadA to a slot (say "MySlot"), then ThreadB can store different data to a slot by the same name. ThreadB cannot overwrite the data stored by ThreadA.

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

GeneralRe: Store data that is private to a thread using the thread object. Pin
bradsnobar28-Oct-07 14:22
bradsnobar28-Oct-07 14:22 
QuestionHow to make emboss effect with safe code? Pin
yohanes.luhur28-Oct-07 8:21
yohanes.luhur28-Oct-07 8:21 
AnswerRe: How to make emboss effect with safe code? Pin
Pete O'Hanlon28-Oct-07 10:02
mvePete O'Hanlon28-Oct-07 10:02 
QuestionSqlCeEngine usage in non Pocket project Pin
Ferudun Atakan28-Oct-07 7:50
Ferudun Atakan28-Oct-07 7:50 
AnswerRe: SqlCeEngine usage in non Pocket project Pin
Scott Dorman28-Oct-07 8:57
professionalScott Dorman28-Oct-07 8:57 
QuestionI want to restrict some files by using windowsService application (FileSystemWatcher) Pin
Roney28-Oct-07 7:18
Roney28-Oct-07 7:18 
AnswerRe: I want to restrict some files by using windowsService application (FileSystemWatcher) Pin
mav.northwind28-Oct-07 8:36
mav.northwind28-Oct-07 8:36 
QuestionCould anyone tell me how to retrieve login information in YM chat server Pin
largs28-Oct-07 6:50
largs28-Oct-07 6:50 
AnswerRe: Could anyone tell me how to retrieve login information in YM chat server Pin
Paul Conrad28-Oct-07 7:15
professionalPaul Conrad28-Oct-07 7:15 
GeneralRe: Could anyone tell me how to retrieve login information in YM chat server Pin
largs28-Oct-07 7:39
largs28-Oct-07 7:39 
GeneralRe: Could anyone tell me how to retrieve login information in YM chat server Pin
Paul Conrad28-Oct-07 7:41
professionalPaul Conrad28-Oct-07 7:41 
GeneralRe: Could anyone tell me how to retrieve login information in YM chat server Pin
largs28-Oct-07 8:23
largs28-Oct-07 8:23 
AnswerRe: Could anyone tell me how to retrieve login information in YM chat server Pin
Scott Dorman28-Oct-07 8:49
professionalScott Dorman28-Oct-07 8:49 
QuestionTemplates Pin
MasterSharp28-Oct-07 6:32
MasterSharp28-Oct-07 6:32 
AnswerRe: Templates Pin
TJoe28-Oct-07 6:35
TJoe28-Oct-07 6:35 
GeneralRe: Templates Pin
MasterSharp28-Oct-07 6:38
MasterSharp28-Oct-07 6:38 
GeneralRe: Templates Pin
TJoe28-Oct-07 6:44
TJoe28-Oct-07 6:44 

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.