Top "Invoke" questions

Executes the specified delegate on the thread that owns the control's underlying window handle.

WIX invoking Batch file in InstallExecution Sequence

I am new to WIX and I am trying to invoke a batch file from my WIX installer. MyBatch.bat …

batch-file wix invoke
New form on a different thread

So I have a thread in my application, which purpose is to listen to messages from the server and act …

c# winforms multithreading invoke
Help with understanding C# syntax while Invoking a new Action

I am new to c# and do not understand the syntax of invoking a new action or even what an …

c# action invoke
Cleaning up code littered with InvokeRequired

I know that when manipulating UI controls from any non-UI thread, you must marshal your calls to the UI thread …

c# multithreading invoke invokerequired
How to "invoke" a class instance in PHP?

is there any possibility to "invoke" a class instance by a string representation? In this case i would expect code …

php class instance invoke
Invoke and BeginInvoke

Greetings, I am developing some application in C#. At the moment I'm dealing with threading and I have a question …

c# asynchronous invoke begininvoke
ProcessStartInfo and Process in PowerShell - Authentication Error

I have code that uses ProcessStartInfo and Process to invoke another script, and to return the output of that script. …

powershell process invoke processstartinfo
How does the event dispatch thread work?

With the help of people on stackoverflow I was able to get the following working code of a simple GUI …

java user-interface events multithreading invoke
How can I call a Java object/function from Oracle Forms 6i?

I am working on a legacy project that is using Oracle Forms 6i (yes, I know its old) to call …

java class methods invoke oracleforms
PowerShell Invoke-Sqlcmd switches into sqlps session

I am writing a script in PowerShell ISE and I am using Invoke-Sqlcmd. After the command is executed the Powershell …

sql powershell invoke