No announcements
Found 355699 threads
-
0 Votes
C++ threading preference/abilities
Hi, I am having difficulties and questions about the different methods to generate and get the results from threads.Answered | 1 Replies | 1255 Views | Created by C_Moe - Thursday, June 5, 2014 3:09 AM | Last reply by Matt Small - Monday, June 9, 2014 1:00 PM -
0 Votes
C# Threading
Hi, I am using C# windows application.Answered | 2 Replies | 3933 Views | Created by sandy gadre - Tuesday, March 31, 2009 9:22 AM | Last reply by Ganesh Ranganathan - Bangalore, India - Tuesday, March 31, 2009 12:46 PM -
0 Votes
[C#] should i use threading/thread pool or async background agent?
kodintent, Actually when you read this document: Call asynchronous APIs in C# or Visual Basic You will see the following:"The ...Answered | 1 Replies | 689 Views | Created by kodintent - Wednesday, September 28, 2016 8:02 AM | Last reply by Barry Wang - Tuesday, October 4, 2016 8:23 AM -
1 Votes
About Threading in C#
Hi, There are some resource you can refer ...Answered | 3 Replies | 1061 Views | Created by G143 - Wednesday, July 23, 2014 11:54 AM | Last reply by Anne Jing - Thursday, July 24, 2014 2:49 AM -
4 Votes
C++11 concurrency (thread / atomic ...) and C++/CLI
Hi, I finally added a "user voice" for this topic: Support c++11 concurrency header files in c++/cli looking ...Answered | 11 Replies | 18644 Views | Created by adjsw - Sunday, March 3, 2013 2:06 PM | Last reply by Elegentin Xie - Friday, April 5, 2013 2:54 AM -
0 Votes
dynamic threading c#
Hi You can get solution with sample try ...Answered | 2 Replies | 7511 Views | Created by GIFTED_VISH - Monday, April 8, 2013 9:51 AM | Last reply by Amersh Singh - Monday, April 8, 2013 11:46 AM -
3 Votes
when not to use thread pool thread in c# program
Thread Pools are usefull if you have a LOT of threads that are not mutually exclusive.Answered | 9 Replies | 3633 Views | Created by Mou_kolkata - Friday, May 8, 2015 12:54 PM | Last reply by Christopher84 - Monday, May 11, 2015 12:30 PM -
0 Votes
C# : Find the thread ID of all the threads spawned by the main thread.
Is there any way to identify all the threads spawned from the min thread using C#?Answered | 4 Replies | 3879 Views | Created by Ashima1994 - Tuesday, June 4, 2013 12:49 PM | Last reply by CoolDadTx - Tuesday, June 4, 2013 1:30 PM -
1 Votes
C# thread
How about Threading ?Answered | 4 Replies | 3151 Views | Created by Sruthi M - Wednesday, June 9, 2010 5:48 AM | Last reply by Paras Sanghani - Wednesday, June 9, 2010 7:03 AM -
0 Votes
RegisterHotkey with GetMessage thread (C++)
Hello, I am using RegisterHotkey with GetMessage loop running in a different thread to catch HotkeyEvents.Answered | 1 Replies | 1010 Views | Created by Danko Barna - Friday, February 19, 2016 12:12 PM | Last reply by Igor Tandetnik - Friday, February 19, 2016 2:40 PM -
5 Votes
Multiple Threads in C# code
You can raise an event when the thread ends as shown below.Answered | 8 Replies | 4297 Views | Created by Ashok K - Thursday, July 2, 2009 9:24 AM | Last reply by A.m.a.L Hashim - Thursday, July 2, 2009 12:51 PM -
3 Votes
C# Multi-threading
It does not cause any delay to the UI-thread.Answered | 5 Replies | 3309 Views | Created by Camuvingian - Tuesday, October 11, 2011 1:55 PM | Last reply by Camuvingian - Wednesday, October 12, 2011 2:48 PM -
0 Votes
semaphore and monitor in c# thread
Hi What is semaphore and monitor in c# Thread?Answered | 2 Replies | 5226 Views | Created by SelvaTpr - Thursday, January 8, 2009 7:07 AM | Last reply by Harry Zhu - Thursday, January 15, 2009 10:55 AM -
0 Votes
C# .NET Threading question
Ideally, the entire UI should be in the main thread, and any blocking operation should be handled in a background thread.Answered | 5 Replies | 2944 Views | Created by mashone - Thursday, April 16, 2009 4:51 PM | Last reply by Reed Copsey, Jr - Friday, April 17, 2009 5:39 PM -
3 Votes
C++ app hosts CLR 4 and invokes .NET assembly (using a thread)
If you prefer a C# Thread, then create another DLL in C#, which exports a “Run” function, which will create a thread and invoke your first ...Answered | 6 Replies | 1439 Views | Created by oufan222 - Wednesday, October 1, 2014 10:00 PM | Last reply by Viorel_ - Friday, October 3, 2014 5:42 AM -
0 Votes
threads in visual c++ 2008 (openmp)
>how can i create threads in visual C++?Answered | 1 Replies | 4694 Views | Created by Jaki Chan - Sunday, October 31, 2010 10:32 AM | Last reply by Tim Roberts - Tuesday, November 2, 2010 5:14 AM -
3 Votes
[Threads] Create a new thread and reuse it
Les Potter, Xalnix Corporation, Yet Another C# BlogAnswered | 13 Replies | 14459 Views | Created by Dcls - Monday, August 31, 2009 2:50 PM | Last reply by Dcls - Monday, August 31, 2009 5:11 PM -
1 Votes
How to use Sqldatareader in Threading in C#
Start the thread.Answered | 12 Replies | 2900 Views | Created by santosh jha - Wednesday, August 27, 2014 9:47 AM | Last reply by Andy ONeill - Friday, August 29, 2014 8:45 AM -
3 Votes
A Question in Threads - C language (not C++)
The operating system requires that a thread function be of type DWORD WINAPI.Answered | 12 Replies | 1462 Views | Created by GeekyBrackets - Saturday, January 5, 2013 7:32 PM | Last reply by Scott McPhillips - Sunday, January 6, 2013 3:00 PM -
3 Votes
C# -> JavaScript events (with threads) in WinRT
Hi Sean, You can get back to the dispatcher thread by calling CoreDispatcher.InvokeAsync (the same as you would in a pure C# app).Answered | 4 Replies | 5195 Views | Created by Sean Meiners - Monday, March 12, 2012 9:58 PM | Last reply by washingweb - Wednesday, March 27, 2013 4:57 AM - Items 1 to 20 of 355699 Next ›
No announcements