Click here to Skip to main content
15,920,801 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create Bitmapped Context Menu in Windows Explorer Pin
ramesh_nrk28-Jun-07 20:13
ramesh_nrk28-Jun-07 20:13 
QuestionShould I use objects or XML Pin
oceanexplorer28-Jun-07 6:24
oceanexplorer28-Jun-07 6:24 
AnswerRe: Should I use objects or XML Pin
Mark Greenwood28-Jun-07 7:59
Mark Greenwood28-Jun-07 7:59 
GeneralRe: Should I use objects or XML Pin
oceanexplorer28-Jun-07 23:00
oceanexplorer28-Jun-07 23:00 
QuestionHow to manipulate the displaying of the "From" email address Pin
JohnTheDuke28-Jun-07 6:18
JohnTheDuke28-Jun-07 6:18 
AnswerRe: How to manipulate the displaying of the "From" email address Pin
Muhammad Qasim Pasta28-Jun-07 9:46
Muhammad Qasim Pasta28-Jun-07 9:46 
GeneralRe: How to manipulate the displaying of the "From" email address Pin
JohnTheDuke28-Jun-07 10:03
JohnTheDuke28-Jun-07 10:03 
QuestionAllocConsole and Console Pin
CiNN28-Jun-07 5:57
CiNN28-Jun-07 5:57 
AnswerRe: AllocConsole and Console Pin
led mike28-Jun-07 6:26
led mike28-Jun-07 6:26 
GeneralRe: AllocConsole and Console Pin
CiNN28-Jun-07 6:31
CiNN28-Jun-07 6:31 
Questionicon Pin
HexaDeveloper28-Jun-07 5:55
HexaDeveloper28-Jun-07 5:55 
AnswerRe: icon Pin
Luc Pattyn28-Jun-07 6:05
sitebuilderLuc Pattyn28-Jun-07 6:05 
AnswerRe: icon Pin
Giorgi Dalakishvili28-Jun-07 6:14
mentorGiorgi Dalakishvili28-Jun-07 6:14 
QuestionThroughput/Design Problem Pin
tobriain28-Jun-07 5:05
tobriain28-Jun-07 5:05 
AnswerRe: Throughput/Design Problem Pin
Pete O'Hanlon28-Jun-07 5:11
mvePete O'Hanlon28-Jun-07 5:11 
AnswerRe: Throughput/Design Problem Pin
led mike28-Jun-07 5:14
led mike28-Jun-07 5:14 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 5:37
tobriain28-Jun-07 5:37 
GeneralRe: Throughput/Design Problem Pin
led mike28-Jun-07 6:25
led mike28-Jun-07 6:25 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 6:41
tobriain28-Jun-07 6:41 
Thanks again for the help.

It's not the end goal, no. I set variables, do some processing and comparisons based on the updates, fir events, update a GUI, save a log etc. Everything after that is working perfectly. Once the variables are set with the updates, my application works as expected. The only problem is that I'm dropping updates. I'm collecting a value from an 'intray' in an external program - an intray that only has space to store one update. I need a thread that does nothing but collect updates, throw them onto a queue and return immediately.

Then I need to nofify a method that updates are on the queue, and get it to remove the updates in order, set variables accordingly and clear the queue. The problem is that I need to do that without 'locking the queue', because then my other thread will not return to collecting data from the external program in time. . . . Any ideas?

Best regards,

Tom.
GeneralRe: Throughput/Design Problem Pin
pbraun28-Jun-07 11:26
pbraun28-Jun-07 11:26 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 11:34
tobriain28-Jun-07 11:34 
GeneralRe: Throughput/Design Problem Pin
tobriain2-Jul-07 9:36
tobriain2-Jul-07 9:36 
GeneralRe: Throughput/Design Problem Pin
pbraun3-Jul-07 5:48
pbraun3-Jul-07 5:48 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 6:43
tobriain28-Jun-07 6:43 
GeneralRe: Throughput/Design Problem Pin
led mike28-Jun-07 7:00
led mike28-Jun-07 7:00 

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.