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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21585676.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21664806.html
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
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20965283.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22140793.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22448376.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21663099.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22050415.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22615674.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21022360.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21442648.html
Zones:
C#Date Answered: 06/25/2005 Grade: B Views: 0