(adsbygoogle = window.adsbygoogle || []).push({});
I have a problem with visual basic , when i press button1, then must my exe file (F.E lol.exe) open , so i write the code :
System.Diagnostics.Process.Start(My.Resources.lol) but then i get an error ?
the reason why i will run it from my resources is that if someone else get the program he also the other exe fil can run and that's why i don't write these code : System.Diagnostics.Process.Start("C:\lol.exe") cause i don't know if he have also the exe file
sorry for my bad english but i'm trying to write ok ...
Thanks !