Hi there,
VB6 : I'm trying to open a file with appropriate registered windows application.
To do this, I use the Shell command this way (found it in the FAQ section) :
A = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & FilePath, vbMaximizedFocus)
This works quite well.
The problem is that the file should be open as read-only !
Is it possible by using this line in a different way ?
Or do I need something more 'complicated' ? Like ???
Thanks in advance !
Lemox
VB6 : I'm trying to open a file with appropriate registered windows application.
To do this, I use the Shell command this way (found it in the FAQ section) :
A = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & FilePath, vbMaximizedFocus)
This works quite well.
The problem is that the file should be open as read-only !
Is it possible by using this line in a different way ?
Or do I need something more 'complicated' ? Like ???
Thanks in advance !
Lemox