locked
how to design web browser RRS feed

  • Question

  • explain me how to design web browser
    Wednesday, March 14, 2007 3:31 AM

Answers

  • it is very easy for example

    just place the webbrowser control

    to run the page

    axwebbrowser1.navigate(url)

    axwebbrowser1.goback()

    axwebbrowser1.gonext()

    such we can do

    Wednesday, March 14, 2007 5:23 AM

All replies

  • it is very easy for example

    just place the webbrowser control

    to run the page

    axwebbrowser1.navigate(url)

    axwebbrowser1.goback()

    axwebbrowser1.gonext()

    such we can do

    Wednesday, March 14, 2007 5:23 AM
  • thanks for the information. Smile
    Saturday, March 17, 2007 10:09 AM