Hi to all I have the following question, I was wandering if I can use the Web Browser Control(ActiveX) in a C# DLL.
I create a win form from the article:
http://www.c-sharpcorner.com/UploadFile/mahesh/WebBrowserInCSMDB12022005001524AM/WebBrowserInCSMDB.aspx
And every thing is working OK, I want to write a DLL that includes a Web Browser object and do actions I can do in the Windows Form, for example navigate to URL...
I need to create a DLL that has the avality to navigate to URL and them download the page(like you do File->Save As...).
Actually I need all the actions the web browser control can do but without any GUI, Is this possilbe?
Or there is DLL/reference in C# that I can use to do this?
Thanks in advanced:(