G
Guest
Hi
To open a notepad file, right now I am using Process.start. But this does not ensure that the file is opened in readonly mode
How can I make a notepad file open in Readonly mode
I do not want to change its attributes to Readonly
I do not want to open it in browser or in any other editor except notepad
I do not want to use MFCAppWizard of VC++ or VB to create my own editor.
I do not want to paste the text in some richtextbox control.(I am concerned with size. What if the file is real huge and textbox cannot accomodate it all)
Is there any way to open notepad editor without the menubar and ctrl+s option disabled?(So that User cannot perform Save operation)
Any pointers to how this can be achieved will be very useful. Please reply ASAP. I am working in VB.NET
TIA.
To open a notepad file, right now I am using Process.start. But this does not ensure that the file is opened in readonly mode
How can I make a notepad file open in Readonly mode
I do not want to change its attributes to Readonly
I do not want to open it in browser or in any other editor except notepad
I do not want to use MFCAppWizard of VC++ or VB to create my own editor.
I do not want to paste the text in some richtextbox control.(I am concerned with size. What if the file is real huge and textbox cannot accomodate it all)
Is there any way to open notepad editor without the menubar and ctrl+s option disabled?(So that User cannot perform Save operation)
Any pointers to how this can be achieved will be very useful. Please reply ASAP. I am working in VB.NET
TIA.