Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to add event handler to control created at run time. Pin
TrooperIronMan8-Jan-07 13:33
TrooperIronMan8-Jan-07 13:33 
QuestionSystem Hook Pin
lost in transition 8-Jan-07 6:03
lost in transition 8-Jan-07 6:03 
AnswerRe: System Hook Pin
Stefan Troschuetz8-Jan-07 6:19
Stefan Troschuetz8-Jan-07 6:19 
Questioninterlocked linked list [modified] Pin
mikewinny8-Jan-07 5:11
mikewinny8-Jan-07 5:11 
AnswerRe: interlocked linked list Pin
Luc Pattyn8-Jan-07 7:31
sitebuilderLuc Pattyn8-Jan-07 7:31 
GeneralRe: interlocked linked list Pin
mikewinny8-Jan-07 7:48
mikewinny8-Jan-07 7:48 
GeneralRe: interlocked linked list [modified] Pin
Luc Pattyn8-Jan-07 8:47
sitebuilderLuc Pattyn8-Jan-07 8:47 
GeneralRe: interlocked linked list Pin
mikewinny8-Jan-07 9:01
mikewinny8-Jan-07 9:01 
yes i see using a dummy node makes things a heck of a lot easier with the interlocked stuff and i had considered it but i didnt think it would make it that easy. the queue does have a head btw, from which items are removed (added to the tail). at first thought i would need to look into whether a circular reference of the head would introduce some other issue.
but for simplicity's sake (sister of felicity i believe) im gonna use a good old LinkedList and the sleeplock thing. i usually just lock () { } things but for this i certianly want to keep it lightweight. with a little modification to make it adaptive for an actual multi-processor system (ie. not relinquishing time slice) i think itll be quite scalable.
thanks for your input


I worship his divine shadow. ^

GeneralRe: interlocked linked list Pin
Luc Pattyn8-Jan-07 9:19
sitebuilderLuc Pattyn8-Jan-07 9:19 
GeneralRe: interlocked linked list Pin
mikewinny8-Jan-07 9:23
mikewinny8-Jan-07 9:23 
QuestionTab Control Pin
Gal Edvi8-Jan-07 4:36
Gal Edvi8-Jan-07 4:36 
AnswerRe: Tab Control Pin
Eric Dahlvang8-Jan-07 4:51
Eric Dahlvang8-Jan-07 4:51 
GeneralRe: Tab Control Pin
Gal Edvi8-Jan-07 4:59
Gal Edvi8-Jan-07 4:59 
GeneralRe: Tab Control Pin
Eric Dahlvang8-Jan-07 5:11
Eric Dahlvang8-Jan-07 5:11 
GeneralRe: Tab Control Pin
Gal Edvi8-Jan-07 19:39
Gal Edvi8-Jan-07 19:39 
GeneralRe: Tab Control Pin
Eric Dahlvang9-Jan-07 3:22
Eric Dahlvang9-Jan-07 3:22 
QuestionGenerating a new button, from a button click? Pin
JayBoychuk8-Jan-07 3:58
JayBoychuk8-Jan-07 3:58 
AnswerRe: Generating a new button, from a button click? Pin
Mircea Puiu8-Jan-07 4:01
Mircea Puiu8-Jan-07 4:01 
GeneralRe: Generating a new button, from a button click? Pin
JayBoychuk8-Jan-07 5:50
JayBoychuk8-Jan-07 5:50 
GeneralRe: Generating a new button, from a button click? Pin
Mircea Puiu8-Jan-07 20:48
Mircea Puiu8-Jan-07 20:48 
GeneralA little bit more help Pin
Mircea Puiu8-Jan-07 21:38
Mircea Puiu8-Jan-07 21:38 
AnswerRe: Generating a new button, from a button click? Pin
Eric Dahlvang8-Jan-07 5:32
Eric Dahlvang8-Jan-07 5:32 
QuestionmyClass events Pin
Seishin#8-Jan-07 3:53
Seishin#8-Jan-07 3:53 
AnswerRe: myClass events Pin
Mircea Puiu8-Jan-07 3:55
Mircea Puiu8-Jan-07 3:55 
QuestionDatagrid cell double click Pin
Tyler458-Jan-07 3:37
Tyler458-Jan-07 3: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.