Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
GeneralActive Accessibilty Pin
Warwulfi6-Nov-03 20:58
Warwulfi6-Nov-03 20:58 
GeneralRe: Active Accessibilty Pin
perlmunger7-Nov-03 5:57
perlmunger7-Nov-03 5:57 
GeneralRe: Active Accessibilty Pin
Anonymous10-Nov-03 0:48
Anonymous10-Nov-03 0:48 
GeneralRe: Active Accessibilty Pin
perlmunger10-Nov-03 5:13
perlmunger10-Nov-03 5:13 
QuestionHow to design the dynamic selecting rectangle. Pin
Member 6533996-Nov-03 19:47
Member 6533996-Nov-03 19:47 
AnswerRe: How to design the dynamic selecting rectangle. Pin
J. Dunlap6-Nov-03 19:55
J. Dunlap6-Nov-03 19:55 
GeneralThreading Issue Pls help!! Pin
Cutespn6-Nov-03 19:31
Cutespn6-Nov-03 19:31 
GeneralRe: Threading Issue Pls help!! Pin
perlmunger7-Nov-03 5:51
perlmunger7-Nov-03 5:51 
You're not really providing much for us to go on here, but I'll give it a shot. I'm assuming that your 4 threads are reading data from the same data source so the first question is are you properly synchronizing access to that data source? Second, it seeems strange to me that one of your threads is taking longer than the others to complete its task. It sounds like you might have a Race Condition. Make sure that you are properly synchronizing access to your data source and that you're not letting two threads have the same exact data object to process (or use the same database resource simultaneously if your threads are accessing a database).

Good luck.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralFile Contention Pin
David23g6-Nov-03 14:29
David23g6-Nov-03 14:29 
GeneralRe: File Contention Pin
Heath Stewart7-Nov-03 3:49
protectorHeath Stewart7-Nov-03 3:49 
GeneralRe: File Contention Pin
Anonymous7-Nov-03 8:52
Anonymous7-Nov-03 8:52 
QuestionCompilation to binary (No CLR) ? Pin
jbrydon6-Nov-03 14:09
jbrydon6-Nov-03 14:09 
AnswerRe: Compilation to binary (No CLR) ? Pin
Nick Parker6-Nov-03 17:42
protectorNick Parker6-Nov-03 17:42 
GeneralRemote MAC Address Pin
Shaun Becker6-Nov-03 12:55
Shaun Becker6-Nov-03 12:55 
GeneralRe: Remote MAC Address Pin
Heath Stewart7-Nov-03 3:55
protectorHeath Stewart7-Nov-03 3:55 
QuestionIn C# the fastest way to display a pixel or a full quadrilateral shape ? Pin
Demokritos6-Nov-03 9:38
Demokritos6-Nov-03 9:38 
AnswerRe: In C# the fastest way to turn on/off a pixel or a group of pixels ? Pin
leppie6-Nov-03 9:43
leppie6-Nov-03 9:43 
AnswerRe: In C# the fastest way to display a pixel or a full quadrilateral shape ? Pin
perlmunger6-Nov-03 12:00
perlmunger6-Nov-03 12:00 
GeneralGetting events properly logged in Events.Application Pin
LongRange.Shooter6-Nov-03 9:23
LongRange.Shooter6-Nov-03 9:23 
GeneralRe: Getting events properly logged in Events.Application Pin
Heath Stewart6-Nov-03 11:50
protectorHeath Stewart6-Nov-03 11:50 
GeneralChanging Registry Permissions Programmatically Pin
perlmunger6-Nov-03 9:21
perlmunger6-Nov-03 9:21 
GeneralRe: Changing Registry Permissions Programmatically Pin
leppie6-Nov-03 9:33
leppie6-Nov-03 9:33 
GeneralRe: Changing Registry Permissions Programmatically Pin
perlmunger6-Nov-03 9:59
perlmunger6-Nov-03 9:59 
GeneralReflections question Pin
Den2Fly6-Nov-03 8:06
Den2Fly6-Nov-03 8:06 
GeneralRe: Reflections question Pin
leppie6-Nov-03 9:29
leppie6-Nov-03 9:29 

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.