12-14-2011, 10:03 PM
Help me please to do this in vb.net
1.How do i copy my resources(which is an .exe) to a specific directory and run it.
2.How can i run an .exe file or .rar which i imported into the resources of my project by pressing button .
I tried the following codes but wasnt successful.
Process.start(my.resources.filename)
Shell(my.resources.filename)
Do help me out
1.How do i copy my resources(which is an .exe) to a specific directory and run it.
2.How can i run an .exe file or .rar which i imported into the resources of my project by pressing button .
I tried the following codes but wasnt successful.
Process.start(my.resources.filename)
Shell(my.resources.filename)
Do help me out