Hello,
In my Visual Basic program, I am using the ShellExecute call to open a file in its own application. I was wondering if there is another function out there that will let me open the file with "read" access only, so that the users cannot modify it. I still would need to open it in its own application (do not want to use the OLE or WebBrowser controls).
Thanks,
TM
In my Visual Basic program, I am using the ShellExecute call to open a file in its own application. I was wondering if there is another function out there that will let me open the file with "read" access only, so that the users cannot modify it. I still would need to open it in its own application (do not want to use the OLE or WebBrowser controls).
Thanks,
TM