G
Guest
C#, VS .Net 2003.
In my winform application I added a menu item that is suppose to open a .chm
help file (as commonly available in win application).
I tried the following code on the menu item's click event but it is not
working:
File.Open(Application.StartupPath + "\\sc2p_h.chm", FileMode.Open,
FileAccess.Read);
Can someone please advise what is wrong or how to do that?
Thanks.
In my winform application I added a menu item that is suppose to open a .chm
help file (as commonly available in win application).
I tried the following code on the menu item's click event but it is not
working:
File.Open(Application.StartupPath + "\\sc2p_h.chm", FileMode.Open,
FileAccess.Read);
Can someone please advise what is wrong or how to do that?
Thanks.