Need Little Help Listbox To Geckofx Browser Link Opening C#
Hi,
I need little help for c# code.I m trying to open all links loaded in Listbox one by one to geckofx browser.But the code i m using is only open last link and skip other links. I want that after page fully load it shows a message that page loaded.Here is my code i m using.Plz help me to solve this.
Need Little Help Listbox To Geckofx Browser Link Opening C#
I need little help for c# code.I m trying to open all links loaded in Listbox one by one to geckofx browser.But the code i m using is only open last link and skip other links. I want that after page fully load it shows a message that page loaded.Here is my code i m using.Plz help me to solve this.
Code:
private void button3_Click(object sender, EventArgs e)
{
foreach (string s in listBox1.Items)
{
geckoWebBrowser1.Navigate(s)...
by baldeepo via TBN
No comments:
Add Comment