automatically

  1. P

    Automatically pick urls in listbox then load to webbrowser

    My problem i have almost made the program which gives urls from google and collect in listbox and sort found as i typed links and copy into richtextbox. But i need to pick up all urls from google automatically from all pages. Because now it does only 1 page. Here is the part of my code in...
  2. I

    Question Drop down list value change, depending on other value

    Hi folks, I have a drop down list that I have populated like this: drpCountry.Items.Add(New ListItem("Country 1")) drpCountry.Items.Add(New ListItem("Country 2")) drpCountry.Items.Add(New ListItem("Country 3")) drpCountry.Items.Add(New...
Back
Top