No announcements
Found 3602816 threads
-
0 Votes
AutoResetEvent
Hi RobbKirk, As official document states, calling set signals AutoResetEvent to release a waiting thread.Answered | 1 Replies | 771 Views | Created by RobbKirk - Tuesday, December 10, 2019 6:59 AM | Last reply by Daniel_Zhang-MSFT - Tuesday, December 10, 2019 9:05 AM -
1 Votes
Autoresetevent and ++i
It is not 0 because one of your data[j] is different from j.Answered | 1 Replies | 574 Views | Created by Mike Feng - Tuesday, July 7, 2020 3:18 PM | Last reply by Alberto Poblacion - Tuesday, July 7, 2020 7:03 PM -
0 Votes
How to get native handle from AutoResetEvent?
Hi, As far as I know, Windows store app cannot get any native operating system handle .Answered | 2 Replies | 1524 Views | Created by BitFlipper - Thursday, May 29, 2014 2:23 PM | Last reply by BitFlipper - Friday, May 30, 2014 3:24 PM -
0 Votes
Event Handling in Native C++
you should use COPYDATASTRUCT in both(sender and receiver) to transmit data From Sender ...Answered | 5 Replies | 3401 Views | Created by Lavanya Ravindran - Wednesday, August 18, 2010 10:34 AM | Last reply by ildjarn - Thursday, August 19, 2010 3:26 PM -
13 Votes
When and why would one use the AutoResetEvent over ManualResetEvent?
I demonstrate how picking AutoEventReset causes the code to fail.Answered | 9 Replies | 31311 Views | Created by Amateur developer - Tuesday, January 26, 2010 2:04 PM | Last reply by P.Brian.Mackey - Thursday, January 28, 2010 4:44 PM -
0 Votes
Like to understand the usage of AutoResetEvent in c# program
An AutoResetEvent automatically goes back to unsignaled once you've waited for it.Answered | 4 Replies | 1551 Views | Created by Mou_kolkata - Wednesday, May 6, 2015 9:21 AM | Last reply by CoolDadTx - Wednesday, May 6, 2015 7:50 PM -
1 Votes
Event Handling in Native C++
You seem to be mixing things up a bit, the event handling that has been deprecated has nothing to do with "ref" which is a C++/CLI/CX extension.Answered | 1 Replies | 1622 Views | Created by elwolv12 - Saturday, December 15, 2012 3:54 PM | Last reply by Mike Danes - Sunday, December 16, 2012 11:40 AM -
1 Votes
Is AutoResetEvent what I am looking for?
Perhaps you are accumulating your messages incorrectly if you get a message that appears to contain text from multiple responses.Answered | 7 Replies | 888 Views | Created by EduardoMango - Tuesday, January 26, 2016 9:05 PM | Last reply by EduardoMango - Thursday, January 28, 2016 9:54 AM -
0 Votes
Get (Native)ActivityContext of the parent activity
* Exception handling puts a different "due date" on the workflow activity and makes it a kind of end-user task (which required input from a GUI).Answered | 8 Replies | 4419 Views | Created by PDHCoder - Thursday, April 5, 2012 9:31 AM | Last reply by PDHCoder - Thursday, April 26, 2012 11:37 AM -
1 Votes
When and why would one use the AutoResetEvent over ManualResetEvent?
Classes derived from WaitHandle define a signaling mechanism to indicate taking or releasing access to a shared resource, but use the inherited WaitHandle methods to block while waiting for ...Answered | 2 Replies | 4164 Views | Created by Amateur developer - Tuesday, January 26, 2010 2:09 PM | Last reply by SamAgain - Thursday, February 4, 2010 9:40 AM -
0 Votes
How to get DIB handle from HBITMAP?
Hi, Could someone please post the logic to get DIB handle from HBITMAP?Answered | 5 Replies | 2153 Views | Created by rmgs123 - Friday, July 8, 2016 12:57 PM | Last reply by Hart Wang - Monday, July 11, 2016 7:11 AM -
0 Votes
Getting HANDLE as a returned parameter...
From what I can gather from Web searches it is likely to be and Int32 (maybe an Int64 for 64-bit Windows?)Answered | 11 Replies | 2570 Views | Created by Benevolent Deity - Saturday, July 10, 2010 11:15 PM | Last reply by Matthew Watson - Monday, July 19, 2010 12:26 PM -
0 Votes
How to get window handle of FileDialog
Hi Suneel, Actually, OpenFileDialog Class has no these properties to help you get Window handle in .Net Framework.Answered | 3 Replies | 3793 Views | Created by thisissuneel - Wednesday, November 16, 2016 1:14 PM | Last reply by Kristin Xie - Friday, November 25, 2016 7:46 AM -
2 Votes
Coordinating manually-constructed AutoResetEvent array with auto-allocated ThreadPool threads?
I thought the point of using the ThreadPool and the work item queue was to get away from having to manually manage threading?Answered | 13 Replies | 4345 Views | Created by MinnowNoir - Friday, August 28, 2009 1:24 PM | Last reply by MinnowNoir - Tuesday, September 1, 2009 2:42 PM -
0 Votes
How to translate stack traces from .NET Native?
I have spent hours and hours trying to get this to work without success.Answered | 3 Replies | 4643 Views | Created by Lukas F - Tuesday, November 18, 2014 2:47 PM | Last reply by Shawn Farkas [MSFT] - Wednesday, November 19, 2014 10:03 PM -
2 Votes
Event from native C++ code
Using Marshal::GetFunctionPointerForDelegate, you can obtain a function pointer that can be invoked from native code.Answered | 2 Replies | 746 Views | Created by Gerhard - Friday, July 1, 2016 10:49 AM | Last reply by Viorel_ - Monday, July 4, 2016 8:21 AM -
2 Votes
How to tell a GDI Handle from a Memory Handle?
How about GetObjectType?Answered | 8 Replies | 2604 Views | Created by Neil Weicher - Thursday, June 28, 2012 11:32 AM | Last reply by hlem - Monday, July 23, 2012 9:26 PM -
1 Votes
How to get handle of SerialPort?
I will test your solution when I get a chance.Answered | 13 Replies | 8525 Views | Created by Carsten Kanstrup - Tuesday, April 12, 2011 8:01 PM | Last reply by Dick Grier - Tuesday, April 19, 2011 12:53 AM -
0 Votes
Getting a native window's visible rectangle
GetWindowRect() to get its rectangle, CreateRectRegion() and combine that with the original window region using CombineRgn() with RGN_DIFF.Answered | 4 Replies | 2849 Views | Created by sefi_r - Tuesday, July 10, 2012 10:04 AM | Last reply by ziman01 - Wednesday, July 18, 2012 6:42 AM -
1 Votes
how to get the recommend resolution (native resolution)?
As to the GetsystemMetrics method, I am sorry I ignore the native you want, I just want to let you know this method also can get resolution.Answered | 5 Replies | 4919 Views | Created by Davidwdsfafd - Tuesday, February 18, 2014 9:04 AM | Last reply by AlxndrA - Sunday, April 30, 2017 3:51 AM - Items 1 to 20 of 3602816 Next ›
No announcements