Hi all
in my windows based application i want to give priview facility to the user.but defaultly all the menu options file,edit,view....visible in that screen .my code is
System.Diagnostics.Process.Start(path);
I want to disable these menu options .just want to view that attached document..
how to make it possible
Thanks in advance