Open applicaiton
-
Hi All, Iam using ShellExecute API function to execute the file. File may be any type. I want to get the Process ID(PID) of the particular file which i executed. I already tried Shell command, but it isn't work.
Thanks & Regards Kumaran
-
Hi All, Iam using ShellExecute API function to execute the file. File may be any type. I want to get the Process ID(PID) of the particular file which i executed. I already tried Shell command, but it isn't work.
Thanks & Regards Kumaran
Process.Start will return the handle. Assuming this is VB.NET.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Process.Start will return the handle. Assuming this is VB.NET.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanks Christian Graus. but i need in vb6
Thanks & Regards Kumaran