c# - Issues with webbrowser control -


i developing windows form application in vs2010.i used webbrowser control view excel files.

its getting delay load file in control. , if click on control before loading file, opened in actual excel application.

i new control, , dont have idea how resolve this.

please me. if suggest other controls operate data excel more grateful.

thank you.

edit

 webbrowser1.navigate(this.fileopencontrol.filename); 

i used above commmad diplay file chosen in fileopen window. , there 2 other same controls used display files. , when switch controls display excel alignment getting changed in same.

i have used visible property switch controls below.

  webbrowser2.visible = false;   webbrowser3.visible = false;   webbrowser1.visible = true; 

which display first selected excel file.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -