No announcements
Found 3533040 threads
-
0 Votes
how to pass arguments to a background task from a UI thread?
LocalSettings; It is the same as the Background task ...Answered | 1 Replies | 2380 Views | Created by S u k u - Monday, October 15, 2012 3:55 AM | Last reply by Jesse Jiang - Tuesday, October 16, 2012 6:45 AM -
0 Votes
Background Tasks and Arguments
thank youAnswered | 3 Replies | 1029 Views | Created by zakkar - Friday, January 11, 2013 11:58 AM | Last reply by zakkar - Friday, January 11, 2013 1:06 PM -
2 Votes
UI update from background task
Sample apps have been published on how to send metro UI toast notifications from desktop apps.Answered | 14 Replies | 7530 Views | Created by MikeHowey - Wednesday, October 26, 2011 2:00 PM | Last reply by Florin F Micle - Friday, April 6, 2012 6:40 PM -
0 Votes
[UWP]Background task - UI - how to hide the UI ?
I don't care if it's called "hidden" or how it's called.Answered | 4 Replies | 1544 Views | Created by Dragan Juric - Thursday, October 6, 2016 4:34 PM | Last reply by Barry Wang - Monday, October 10, 2016 11:02 AM -
0 Votes
WIC object created in Background tasks and accessed in main UI thread
If you create a new task from a task(not UI thread), you will detect that what ever you do, you couldn't use UI element ever.Answered | 7 Replies | 1744 Views | Created by naiveCoder - Wednesday, November 27, 2013 7:03 PM | Last reply by Xiaoliang Chen - MSFT - Tuesday, December 3, 2013 2:36 AM -
0 Votes
Starting task from UI thread
F()); GG() and HH() will be executed sequentialy (but probably in different threads)?Answered | 8 Replies | 5890 Views | Created by sergunok - Tuesday, February 8, 2011 5:33 PM | Last reply by Stephen Toub - MSFT - Sunday, February 20, 2011 4:29 PM -
3 Votes
Passing Argument from Execute Process Task (SSIS) to a Batch File
See below thread...Answered | 11 Replies | 54642 Views | Created by VickyG1 - Tuesday, November 16, 2010 3:47 PM | Last reply by wattyjnr - Tuesday, February 22, 2011 2:32 PM -
0 Votes
Are Task threads considered "background" threads?
At that time, any background threads are still running, and the OS will simply terminate them.Answered | 3 Replies | 8145 Views | Created by Mystereman - Sunday, June 6, 2010 11:11 PM | Last reply by Reed Copsey, Jr - Monday, June 7, 2010 7:19 PM -
3 Votes
MVVM with background thread but UI is not updated
Addition: background thread uses BackgroundWorker and notification to UI-thread is fired via RunWorkerCompleted which, according to documentation, always runs ...Answered | 2 Replies | 5696 Views | Created by sn75 - Monday, July 26, 2010 1:02 PM | Last reply by Riana Rambonimanana - Monday, July 26, 2010 3:52 PM -
2 Votes
How to update a WinForms UI from multiple threads
Hi, first I have developed my task using Background worker.Answered | 6 Replies | 14405 Views | Created by William256 - Monday, December 19, 2011 4:27 PM | Last reply by Neddy Ren - Wednesday, December 21, 2011 8:08 AM -
0 Votes
How to Return Results from background tasks
I think that was the only solution I could use to share the data from background task with the GUIAnswered | 9 Replies | 817 Views | Created by Laksjay - Wednesday, February 24, 2016 7:55 PM | Last reply by Laksjay - Monday, February 29, 2016 7:49 PM -
0 Votes
MFC, Poking the UI thread from another thread.
This pointer can be used to do PostMessage from the thread.Answered | 9 Replies | 5834 Views | Created by Mark Duffill - Thursday, December 4, 2008 2:27 PM | Last reply by Mark Duffill - Friday, December 5, 2008 8:56 AM -
0 Votes
Calling Winrar.exe from Execution Process Task by Passing Arguments
Should be something like: unrar x c:\yourfile.rar *.gif c:\extractfolder\ Executable: C:\Program ...Answered | 2 Replies | 1301 Views | Created by shashi bharat - Wednesday, August 6, 2014 3:53 PM | Last reply by SSISJoost - Wednesday, August 6, 2014 6:40 PM -
1 Votes
Passing a control from a thread
to update a form control from another thread.Answered | 22 Replies | 3481 Views | Created by Jamie Brown - Tuesday, December 21, 2010 11:03 AM | Last reply by JeZteRicp - Friday, October 7, 2011 4:35 PM -
2 Votes
Get back to the UI thread
If you want the delegate provided to the ActionBlock to run on the UI thread, you can pass an ExecutionDataflowBlockOptions to the ActionBlock constructor, and set ...Answered | 3 Replies | 9976 Views | Created by Relam.pago - Sunday, February 5, 2012 8:39 PM | Last reply by Stephen Toub - MSFT - Monday, February 6, 2012 3:53 PM -
0 Votes
sharing in memory data among UI and background task In UWP app
Hi shushant arora, There are two method in this thread, please refer it in this link:Answered | 3 Replies | 847 Views | Created by shushant arora - Monday, August 29, 2016 3:52 AM | Last reply by Jayden Gu - Thursday, September 8, 2016 1:04 PM -
0 Votes
Pass argument in .BAT file from SSIS
Hi Mehul_, Since I don’t know how you set the argument to change the server name, but based on my test, the value of the variable could be passed ...Answered | 2 Replies | 5068 Views | Created by Mehul_Mehta - Friday, July 22, 2016 7:53 PM | Last reply by Seif Wang - Monday, July 25, 2016 8:41 AM -
4 Votes
How to get the main UI thread?
I need the main UI thread, I do not want to create a new one.Answered | 11 Replies | 30642 Views | Created by SnowJim - Thursday, September 22, 2011 7:11 AM | Last reply by SnowJim - Wednesday, November 30, 2011 1:53 PM -
0 Votes
How to pass values from Custom UI in Custom Task in SSIS
Hi Jim, Personally, I don’t think we can use the user’s input in the custom component UI as the validation error message of a custom component.Answered | 2 Replies | 1401 Views | Created by _Joe_King_ - Thursday, December 5, 2013 4:40 AM | Last reply by COZYROC - Monday, December 9, 2013 3:37 AM -
0 Votes
Threads in WPF.
Yes, the invoked delegate happens on a background thread.Answered | 3 Replies | 7676 Views | Created by Michael Hockstein - Tuesday, February 9, 2010 6:32 AM | Last reply by Michael Hockstein - Wednesday, February 10, 2010 2:07 PM - Items 1 to 20 of 3533040 Next ›
No announcements