+ 1
Displaying Excel file in C# win forms.
After loading the excel file in the Web browser tool in win form, the display is unstable and no control is showing. What other possible way to display the excel file including the headings.
1 Answer
+ 1
Use Process. Start to start the Application and use api SetParent to start the process within your form.
See this link
https://stackoverflow.com/questions/10434658/how-to-open-process-within-windows-form
Here is another link
https://social.msdn.microsoft.com/Forums/en-US/94b4aa87-c79b-456f-8e04-d53b1ea5d2b7/executing-an-external-application-from-vb-in-a-form?forum=vblanguage