I have this code which is in HTML;
<div id="progress_info" class="success" style="display: block;">
···
<div id="error_text" style="display: none;"></div>
···
<div id="image" style="display: block;">
···
<div style="float:left; max-width:330px">
···
<div id="status_text" style="display: block;">Video·successfully·converted·to·mp3</div>
···
<div id="title" style="display: block;">
<b>Title:</b>
Developers
</div>
···
<div id="length" style="display: block;">
···
<div id="link_box" style="display:none">
···
<div id="v-ads"></div>
···
<div id="dl_link" style="display: block;">
···
<div id="progress" style="display: none;"></div>
···
<div id="loader" style="display: none;">
···
</div>
and I am just wondering how I would retrieve the title (name of song) known as “Developers” via webBrowser1 control in c#?
I tried searching this question and there were no questions and/or answers.
Thank you.
This is how i have achieved the same thing.
Hope this solves your problem.