Assigning a control to a thread |
Post Reply |
Author | |
erics44
Newbie Joined: 04 December 2009 Location: United Kingdom Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 04 December 2009 at 6:34am |
Hi
I am struggling to understand the need and the methods of assigning a control to a thread. How do i do that? if i already have a control on a page and i want to call it in a thread do i need to use the invoke method? Thanks in advance |
|
VladimirKh
Moderator Group Joined: 20 July 2009 Status: Offline Points: 10 |
Post Options
Thanks(0)
|
< ="Content-" content="text/; charset=utf-8">< name="ProgId" content="Word.">< name="Generator" content="Microsoft Word 12">< name="Originator" content="Microsoft Word 12"><>
Hi, Thread is a separate dependent process containing any code we want to run in the background. If we want to call any method of the control asynchronously, then we have to use BeginInvoke and EndInvoke. Here is a subject from MSDN that explains details: ms-help://MS.MSDNQTR.v90.en/dv_fxadvance/html/38a345ca-6963-4436-9608-5c9defef9c64.htm Regards |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |