thierno
New member
- Joined
- Nov 18, 2019
- Messages
- 3
- Programming Experience
- Beginner
I'm a beginner in C# and I've just started a new project. It consists in retrieving data from a website of an internal application of my company. I wanted to know if there is less than to retrieve the data (the DOM tree) from an Internet Explorer page opened in C# . without knowing the address ( the link, nor the title). I used several techniques (HtmlAgilityPack, CallBackPtr and EnumWindows) without success.