|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
running embeded filethat exe? thanks -- You're not paid to think. A mindless worker is a happy worker. Shut up and do your job! - Tata Feudalac! Certified Social Engineering Specialist (Because there is no patch for human stupidity) -------------------------------------------------------- http://www.fotozine.org/index.php?stranica=clan&uid=1352 http://www.thinkgeek.com/brain/gimme.cgi?wid=81d35dc8f http://groups.google.com/group/fejkneraddangub http://capetans.bloger.hr -------------------------------------------------------- I was young, I need gold pieces... Hello, feudalac!!
f> Is it possible to embed an exe into my app and then during runtime, f> run f> that exe? yes, it is possible. other exe can be embedded into into your exe's resources. When running your app get that exe from resources copies and launches via Process.Start(...) method. Have a look at ( http://msdn2.microsoft.com/en-us/library/7k989cfy.aspx ) to see how to deal with resources. Vadym Stetsyak wrote:
Show quote > Hello, feudalac!! thanks> > f> Is it possible to embed an exe into my app and then during runtime, > f> run > f> that exe? > > yes, it is possible. > > other exe can be embedded into into your exe's resources. When running your app > get that exe from resources copies and launches via Process.Start(...) method. > > Have a look at ( http://msdn2.microsoft.com/en-us/library/7k989cfy.aspx ) > to see how to deal with resources. > > -- > Regards, Vadym Stetsyak > www: http://vadmyst.blogspot.com -- You're not paid to think. A mindless worker is a happy worker. Shut up and do your job! - Tata Feudalac! Certified Social Engineering Specialist (Because there is no patch for human stupidity) -------------------------------------------------------- http://www.fotozine.org/index.php?stranica=clan&uid=1352 http://www.thinkgeek.com/brain/gimme.cgi?wid=81d35dc8f http://groups.google.com/group/fejkneraddangub http://capetans.bloger.hr -------------------------------------------------------- I was young, I need gold pieces... |
|||||||||||||||||||||||