D
daniel.navarro.murillo
Hi all,
I need to open a video player from vb.net and play on it a movie that
is stored in a network folder. I'm trying with Process class but the
movie file is on a protected folder and I need to specify user and
password for accessing it.
The problem is that Process class provides User and Password
properties, but them applies to the application but not to the file
accessed (the movie).
In other words, I need to specify user and password for the movie
file, not for the movie player...
Some ideas???
Thanks in advance,
Dani
I need to open a video player from vb.net and play on it a movie that
is stored in a network folder. I'm trying with Process class but the
movie file is on a protected folder and I need to specify user and
password for accessing it.
The problem is that Process class provides User and Password
properties, but them applies to the application but not to the file
accessed (the movie).
In other words, I need to specify user and password for the movie
file, not for the movie player...
Some ideas???
Thanks in advance,
Dani