Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. webbrowser and autoviewer

webbrowser and autoviewer

Scheduled Pinned Locked Moved C#
helpworkspace
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    daveice
    wrote on last edited by
    #1

    Webbrowser control doesn't work when opening page "http://photos.weirwindle.org[^]". The problem is: after page is opened, user can click 'start', 'next' or 'previous' only once, after one click, these buttons are disabled!!! I guess there is something wrong with browser configuration, but both internet explorer and firefox can open this page correctly. I can't figured out this problem for a long while... I pasted some code on my test application, one textbox, one button and one webbrowser: private void Form1_Load(object sender, EventArgs e) { string url = "http://photos.weirwindle.org"; txtAddress.Text = url; //webBrowser1.Navigate(url); } private void btnGo_Click(object sender, EventArgs e) { webBrowser1.Navigate(txtAddress.Text); }

    A 1 Reply Last reply
    0
    • D daveice

      Webbrowser control doesn't work when opening page "http://photos.weirwindle.org[^]". The problem is: after page is opened, user can click 'start', 'next' or 'previous' only once, after one click, these buttons are disabled!!! I guess there is something wrong with browser configuration, but both internet explorer and firefox can open this page correctly. I can't figured out this problem for a long while... I pasted some code on my test application, one textbox, one button and one webbrowser: private void Form1_Load(object sender, EventArgs e) { string url = "http://photos.weirwindle.org"; txtAddress.Text = url; //webBrowser1.Navigate(url); } private void btnGo_Click(object sender, EventArgs e) { webBrowser1.Navigate(txtAddress.Text); }

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      Not sure, but maybe this can help you.

      Me, I'm dishonest. And a dishonest man you can always trust to be dishonest.
      Honestly. It's the honest ones you want to watch out for...

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups