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
Post a Comment