How To run exe from stream?
hi
i was embedded an exe into my vs2005 as resource and in runtime i want to extract it to stream and run it (i don't want to extract it to hdd) .. but how to do ?
i caould extract it into stream but i don't khow how to run it from stream ..
please help me .. thanks..
Dinesh TawarPosted Jul 20, 2006, 5:56 AM
u try this code
dim myprocess as new system.diagnostic.process
myprocess.start("notepad.exe")
this code will help u