5 references to InvokeMethod
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\Interaction.vb (5)
24Return DirectCast(InvokeMethod("Shell", PathName, Style, Wait, Timeout), Integer) 28InvokeMethod("AppActivateByProcessId", ProcessId) 32InvokeMethod("AppActivateByTitle", Title) 130Return DirectCast(InvokeMethod("InputBox", Prompt, Title, DefaultResponse, XPos, YPos), String) 134Return DirectCast(InvokeMethod("MsgBox", Prompt, Buttons, Title), MsgBoxResult)