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

C#

 
GeneralRe: Get label text value from ID in C# Pin
asipo24-Mar-09 9:22
asipo24-Mar-09 9:22 
QuestionHow to geht the Solution Items VSX Pin
Dromar24-Mar-09 6:32
Dromar24-Mar-09 6:32 
QuestionLooking for a TCP/IP commercial library Pin
dbambirck24-Mar-09 6:31
dbambirck24-Mar-09 6:31 
AnswerRe: Looking for a TCP/IP commercial library Pin
harold aptroot24-Mar-09 6:45
harold aptroot24-Mar-09 6:45 
GeneralRe: Looking for a TCP/IP commercial library Pin
dbambirck25-Mar-09 4:27
dbambirck25-Mar-09 4:27 
GeneralRe: Looking for a TCP/IP commercial library Pin
harold aptroot25-Mar-09 5:15
harold aptroot25-Mar-09 5:15 
GeneralRe: Looking for a TCP/IP commercial library Pin
dbambirck25-Mar-09 6:11
dbambirck25-Mar-09 6:11 
GeneralRe: Looking for a TCP/IP commercial library Pin
harold aptroot25-Mar-09 6:32
harold aptroot25-Mar-09 6:32 
Ok bad luck, however you could still queue the messages in your program and send them from an other thread, and do something nice with the response, there are plenty of ways to handle that - events, callbacks, put them on a queue to be handled, a combination of queuing and events/callbacks etc..
To improve efficiency (by reducing locking) you could use double-queuing, or use the thread safe queue that comes with the new ParallelFX if you're allowed to use it.



QuestionRe: Looking for a TCP/IP commercial library Pin
CPallini24-Mar-09 7:58
mveCPallini24-Mar-09 7:58 
QuestionDynamic HTML to PDF Pin
ika224-Mar-09 6:19
ika224-Mar-09 6:19 
QuestionQuestion about HTML tag C# Pin
YiXiang_8924-Mar-09 5:26
YiXiang_8924-Mar-09 5:26 
AnswerRe: Question about HTML tag C# Pin
Deresen24-Mar-09 6:00
Deresen24-Mar-09 6:00 
AnswerRe: Question about HTML tag C# Pin
benjymous24-Mar-09 6:03
benjymous24-Mar-09 6:03 
AnswerRe: Question about HTML tag C# Pin
Mbah Dhaim24-Mar-09 6:27
Mbah Dhaim24-Mar-09 6:27 
Questionc# event - when new file is saved to system Pin
andypeeling24-Mar-09 4:20
andypeeling24-Mar-09 4:20 
AnswerRe: c# event - when new file is saved to system Pin
andypeeling24-Mar-09 4:20
andypeeling24-Mar-09 4:20 
AnswerRe: c# event - when new file is saved to system Pin
Ravi Bhavnani24-Mar-09 4:23
professionalRavi Bhavnani24-Mar-09 4:23 
GeneralRe: c# event - when new file is saved to system Pin
Dave Kreskowiak24-Mar-09 7:03
mveDave Kreskowiak24-Mar-09 7:03 
GeneralRe: c# event - when new file is saved to system Pin
Dan Neely24-Mar-09 7:14
Dan Neely24-Mar-09 7:14 
QuestionHow to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 4:04
suthakarkrishnan24-Mar-09 4:04 
AnswerRe: How to find number of bands of an image.. Pin
SeMartens24-Mar-09 4:07
SeMartens24-Mar-09 4:07 
GeneralRe: How to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 4:34
suthakarkrishnan24-Mar-09 4:34 
GeneralRe: How to find number of bands of an image.. Pin
Eddy Vluggen24-Mar-09 4:58
professionalEddy Vluggen24-Mar-09 4:58 
GeneralRe: How to find number of bands of an image.. Pin
suthakarkrishnan24-Mar-09 20:01
suthakarkrishnan24-Mar-09 20:01 
AnswerRe: How to find number of bands of an image.. Pin
Eddy Vluggen24-Mar-09 20:54
professionalEddy Vluggen24-Mar-09 20:54 

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.