hi!(i'm italian..sorry 4 my bad english)
i've read in one topic to call this function to execute a file:
code:
Interop.Call("shell32.dll", "ShellExecuteW", null, "open", "C:app.exe", "param1 param2", "", SW_SHOWDEFAULT)
but it says that SW_SHOWDEFAULT is not defined...what shall i do?