Page 2 of 2

Re: Start A Program From The Resource

Posted: Sun Feb 28, 2010 4:33 pm
by tedhead2
gawd... you people...

I;m not longer helping. you are not understanding

Re: Start A Program From The Resource

Posted: Sun Feb 28, 2010 6:29 pm
by Lewis
Okay if you were using process start you need to put lets say 'myprog.exe' in the resources and then add this peice of code:
Process.Start(My.Resources.myprog)
You do not add the extention when useing resources :P