vb.net - How to Run Server Exe File From Client Pc -


i put 2-3 vb.net application server share folder. create vb application contain 3 button click link specific vb.net application.

example : main ui > 3 buttons (1,2,3) > click button 1 link application 1, click button 2 link application 2,and click button 3 link application 3 .

so user can open main ui choose want use. problem faced path problem:

example :

    process.start("d:\application\app1.exe") 

this path run local pc not server. can ? please me .

try use shared folder address users see. start "\\"


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -