Advertisement

1 - 10 of 13 containing alltags:("begininvoke") (0 seconds)
I have 2 forms,  from the Form1 I have ListView with items when Double click an item in ListView I openned a Form2 as following in listView Item Double Click Event I did : first i declared a ...
Zones: C#Date Answered: 10/10/2005 Grade: C Views: 25
I read something yesterday that said something like BeginInoke posts to queue, and Invoke executes, well, I have been using BeginInvoke, but it seems like the execution of that same BeginInvoke aga...
Zones: C#Date Answered: 12/14/2005 Grade: A Views: 15
Would someone show me how to name the thread launched by a BeginInvoke call? Thanks, MT
Zones: C#Date Answered: 04/23/2004 Grade: A Views: 0
I have a method that I call with BeginInvoke and when it is called multiple times, the call becomes really slow.  I am logging the time before beginInvoke is a called and in the first line of the m...
Zones: C#Date Answered: 02/01/2007 Grade: A Views: 4
Hi, I have a web service in C# as follows: I originally derived MyWebService from System.Web.Services.WebService to be able to store login tokens in Session states. I now need to create an As...
Zones: MS Visual C#, Web Services and WCF, .Net Editors & I...Date Answered: 03/21/2007 Grade: A Views: 0
I have the following code, and I am completely lost on why it isnt working......             private void ghiOne_FireNeedWork(int id)             {                   if (!this.InvokeRequired)                   {                         Console.WriteLine("Started...
Zones: C#Date Answered: 12/13/2005 Grade: A Views: 0
Hey, I have an MDI application with a child window that is sort of an "output" window.  I also have buttons that start processes on background threads, and sometimes when the process is done it n...
Zones: MS Visual BasicDate Answered: 11/28/2006 Grade: A Views: 0
Hi experts, i use begininvoke with multithreading application i use a DLL that raise only ONE event and it is triggered twice in my application  :  If Me.InvokeRequired Then             M...
Zones: MS Visual Basic, .NET, .N...Date Answered: 06/06/2007 Grade: B Views: 14
In my Win app, I'm using delegates (and multithreading) because the process (Browse method) that'll be running is time-consuming and it requires parameters (I don't want the user to have to wait wh...
Zones: C#Date Answered: 08/16/2004 Grade: A Views: 0
I have a mouse event handler.  From inside the handler, I want to go off and run another iterative block of code and then when that block is done, I want to return to the main thread. In the mea...
Zones: C#Date Answered: 06/25/2005 Grade: B Views: 0