hi!
I'm working on VS2008 with silver light, i'm trying to open a chm file
this row does'nt work with silver light:
how could I open a chm file throuh silver light by pressing a button(in c#)?
Thanks!!!
I'm working on VS2008 with silver light, i'm trying to open a chm file
this row does'nt work with silver light:
Code:
Help.ShowHelp(this, "help.chm");
Thanks!!!
Comment