this is the code i am using now to open pictures:
CODE
Shell("C:\WINDOWS\System32\rundll32 shimgvw.dll,ImageView_Fullscreen c:\fileName.jpeg ")
i would like to know how to open a file on other computer. just like going to start-run and typing \\[ipaddress]\Foldername\fileName.jpeg
but instead using shell command.
i hope someone would help me.... i've been searching on the internet but still cant find the solution i'm looking for.
thank you