EDN Admin
Well-known member
Hi,
I am trying to open a local pdf file in a webbrowse control, but it opens a pdf reader instead of displaying in the webbrowser control when I call below code.
string file = @"C:temabc.pdf";<br/>
this.webBrowser1.Navigate(file);
What do I miss?
TIA <hr class="sig Hwasoo Lee
View the full article
I am trying to open a local pdf file in a webbrowse control, but it opens a pdf reader instead of displaying in the webbrowser control when I call below code.
string file = @"C:temabc.pdf";<br/>
this.webBrowser1.Navigate(file);
What do I miss?
TIA <hr class="sig Hwasoo Lee
View the full article