Results 1 to 8 of 8

Thread: [RESOLVED] Change sentence in webbrowser

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2015
    Location
    ANTANANARIVO
    Posts
    464

    Resolved [RESOLVED] Change sentence in webbrowser

    Hello VBForums
    Hello every one
    Dear Gentelmans
    Please ..
    I have DATABASE named DATA1 and Table named Table1 .. like this picture :
    Name:  2.jpg
Views: 258
Size:  31.3 KB
    I have Form1 with WebBrowser1 and Text1 and Command1
    Name:  1.jpg
Views: 247
Size:  16.1 KB
    How to do with this way so that I can change the sentence in webbrowse1 when i change text in Text1 and by click on Command1
    Thank you in advance for help
    Cordially
    MADA BLACK

  2. #2
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: Change sentence in webbrowser

    I really have no idea what you are trying to ask.

  3. #3
    Hyperactive Member
    Join Date
    Mar 2017
    Posts
    500

    Re: Change sentence in webbrowser

    You need to show the web data (the code that displays the page you are looking at in the webbrowser) or post a link to this page.

    Also you need to point out what sentence you want to change and how you want it changed.

    Without additional information your question is meaningless
    Last edited by Ordinary Guy; Mar 18th, 2017 at 04:59 PM.

  4. #4
    Fanatic Member
    Join Date
    Jan 2013
    Posts
    894

    Re: Change sentence in webbrowser

    Interfering with a web browser?

    What are you looking for to do?

    Autocompletion and or automation of web forms filling?.

    if you are trying to do that. I have coded a complete robot, which follows visual pattern recognition and can type anything, and click anything , just acting as the user.

    It can do everything that a human can do... you needs to provide the correct high level language scripting for your target.

    Other way, unless it is your OWN website prepared to do this.... working with "any website" in the "reading/itercepting html data" is a headache due to moderm Internet like java, flash, and such.

    I also has another robot which can navigate and extract data from websites looking for patterns following high level language scripts.
    Last edited by flyguille; Mar 18th, 2017 at 05:33 PM.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2015
    Location
    ANTANANARIVO
    Posts
    464

    Re: Change sentence in webbrowser

    Hiii evey one
    Thanks to all
    Sorry ..my apologies I had poorly expressed my problem
    With this exemple ..i want change text in Text1 by Text2 and Command1
    Cordially
    MADA BLACK
    PUB.zip

  6. #6
    Hyperactive Member
    Join Date
    Mar 2017
    Posts
    500

    Re: Change sentence in webbrowser

    Private Sub Command1_Click()
    US(1) = Text2.Text

    'Not necessary:
    'Text1.Text = US(1) 'or --> Text1.Text = Text2.Text
    End Sub

    This will also make the change to the data base
    Last edited by Ordinary Guy; Mar 18th, 2017 at 06:31 PM.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2015
    Location
    ANTANANARIVO
    Posts
    464

    Re: Change sentence in webbrowser

    Thank you Ordinary Guy
    Thank you very much for help and for your best code
    Perfectly resolved
    Cordially
    MADA BLACK

  8. #8
    Hyperactive Member
    Join Date
    Mar 2017
    Posts
    500

    Re: [RESOLVED] Change sentence in webbrowser

    Well I got to be honest about it and say that I just took a guess but didn't really know if it would work or if it is the correct way of resolving your issue.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width