I'm pretty new to VB - I've done the simple create a application sort of stuff but nothing major.

Can anyone help me find a function or something that is equivalent to the C++ function createProcess(). For any who are unfamiliar with C but are VB experts this function creates a process and its primary thread and subsequently executes the executable file given as a parameter.

I hope someone can help

HD