No announcements
Found 3330521 threads
-
0 Votes
CPU Intensive, long-running backgroundable tasks
This app will probably run for several hours at a time and utilize all available CPU cores.Answered | 1 Replies | 1626 Views | Created by Jeremy Herbison - Tuesday, November 20, 2012 4:40 PM | Last reply by Andrei Marukovich - Tuesday, November 20, 2012 6:58 PM -
1 Votes
Identify CPU intensive queries currently running
Reference articles: How to find CPU intensive queries SQL SERVER – SSMS: Top Queries by CPU and ...Answered | 1 Replies | 4226 Views | Created by MS_Prog - Wednesday, August 31, 2016 12:59 AM | Last reply by Kalman Toth - Wednesday, August 31, 2016 1:21 AM -
0 Votes
displaying status in comput intensive application
It would appear that one may need to generate a thread and put the compute intensive part in the thread.Answered | 4 Replies | 1631 Views | Created by Mark hubelbank - Friday, July 20, 2012 2:58 PM | Last reply by Jesse Jiang - Monday, July 23, 2012 6:27 AM -
1 Votes
How to run intensive code in background
Assuming the intensive operation is CopyAllRecords then that should be made async and the work pushed off to a background thread by calling Task.Run or by ...Answered | 1 Replies | 613 Views | Created by PDoug - Sunday, November 30, 2014 10:51 PM | Last reply by Rob Caplan [MSFT] - Monday, December 1, 2014 12:01 AM -
0 Votes
How to make a program run in background ?
So, the code was updatedAnswered | 6 Replies | 1977 Views | Created by Sugavanas - Friday, March 22, 2013 2:57 PM | Last reply by Crazypennie - Monday, April 22, 2013 11:35 AM -
0 Votes
How to stop Background Worker?
//this code doesn't actually cancel or kill the thread that is executing the job.Answered | 3 Replies | 2133 Views | Created by Aparna Klk - Friday, September 21, 2012 9:29 AM | Last reply by Mitja Bonca - Friday, September 21, 2012 1:35 PM -
0 Votes
How to translate this: byte intensity = (byte)(~(realDepth >> 4)); from C# to VB.NET
> 4)) Convert between VB, C#, C++, & Java (http://www.tangiblesoftwaresolutions.com)Answered | 3 Replies | 2443 Views | Created by Martin Krüger - Wednesday, March 14, 2012 1:30 PM | Last reply by Martin Krüger - Thursday, March 22, 2012 3:15 PM -
0 Votes
how to run a program on background always?
farzad salehi, Although you are not trying to build malicious codes, please understand your request may lead to malicious program, if we provide public support in ...Answered | 4 Replies | 1856 Views | Created by farzad salehi - Sunday, July 8, 2012 7:55 PM | Last reply by Jason Dot Wang - Monday, July 16, 2012 9:30 AM -
0 Votes
Background Tasks or Keep App Running Without Suspending it.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application ...Answered | 3 Replies | 1497 Views | Created by prasannavl - Friday, November 16, 2012 12:34 AM | Last reply by Matt Small - Friday, November 16, 2012 3:10 PM -
0 Votes
Is logging in SSIS resource intensive?
It also depends on how much you log.Answered | 2 Replies | 5323 Views | Created by Mr Shaw - Wednesday, May 18, 2011 4:42 PM | Last reply by [Ayyappan] - Wednesday, May 18, 2011 5:25 PM -
2 Votes
How to change background image in code?
What are your trying to do with this code, and why do you need to change the name of the file that you are using for your background image?Answered | 11 Replies | 1872 Views | Created by Rahul Y - Sunday, April 7, 2013 8:08 AM | Last reply by Acamar - Tuesday, April 9, 2013 10:14 PM -
0 Votes
How to make a C++ program to run in the background?
On 3/9/2016 3:41 PM, -B-M- wrote: I found this block of code, but I haven't tested it yet HWND ...Answered | 2 Replies | 7934 Views | Created by -B-M- - Wednesday, March 9, 2016 8:41 PM | Last reply by Pintu Shukla - Wednesday, March 9, 2016 9:43 PM -
3 Votes
[UWP]How to run some code every day at midnight in background in UWP?
I'm already using ScheduledToastNotifications triggered by a background task. thanks.Answered | 6 Replies | 1163 Views | Created by Hamza87 - Wednesday, July 27, 2016 7:44 PM | Last reply by andrewbares7 - Wednesday, September 7, 2016 1:15 AM -
0 Votes
An example how to run some action in background?
Here is a basic native C++ example: http://www.codeproject.com/Articles/438/Introduction-to-Multi-threaded-Code Here is an MFC ...Answered | 2 Replies | 1230 Views | Created by TuyenTk - Saturday, April 20, 2013 2:45 AM | Last reply by d'AJBR - Monday, April 22, 2013 8:53 AM -
1 Votes
Program runs in background.
How can I let the program run in background when I click the minimize button on the right up corner?Answered | 3 Replies | 2928 Views | Created by AthlonX4 - Wednesday, June 9, 2010 4:30 AM | Last reply by HrBill32 - Wednesday, June 16, 2010 9:34 AM -
0 Votes
do code in background
RUN /N7 is probably the easiest especially if resource/memory/processor use is not a concern.Answered | 4 Replies | 3726 Views | Created by Alaa Mukhtar - Saturday, August 6, 2011 10:12 PM | Last reply by Claude Fox - Tuesday, August 9, 2011 1:10 PM -
0 Votes
Background worker code not working
There is not one thing wrong in your code, it are many.Answered | 3 Replies | 600 Views | Created by Y a h y a - Sunday, April 27, 2014 4:33 PM | Last reply by Franklin Chen - Monday, May 5, 2014 8:48 AM -
1 Votes
How do you make a program "run in the background"?
Hi, if you want to have a background process, I would recommend to write a windows service.Answered | 1 Replies | 3729 Views | Created by Dwigt - Tuesday, November 30, 2010 11:48 AM | Last reply by Konrad Neitzel - Tuesday, November 30, 2010 12:33 PM -
0 Votes
How to create long running background tasks ?
Background tasks are constrained in order to conserve battery power.Answered | 1 Replies | 867 Views | Created by Alexander.Chaikovsky - Wednesday, September 3, 2014 7:24 AM | Last reply by Oliver Ulm - Wednesday, September 3, 2014 8:59 AM -
6 Votes
How can I use in 'opencv' function that get a color of pixel when I build a hide windows (run in background)?
Standard running is by the main() function that open the program in console. but hide running is a running by APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE ...Answered | 10 Replies | 857 Views | Created by esh11dor - Wednesday, July 27, 2016 11:37 AM | Last reply by RLWA32 - Thursday, July 28, 2016 6:35 PM - Items 1 to 20 of 3330521 Next ›
No announcements