CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Posts
    35

    How to populate TextFields of displayed 3rdParty webpage with data from my VB2012 pgm

    I am using vb 2012 express.

    When the user displays the Name/Address web page of a 3rd Party, I would like for the user to start my program and then Click a button in my program that will transfer Name/Address info from my VB database into the appropriate fields in the 3rd party Web Page. When the user sees that the transfer is complete, the user will then click enter (or whatever) to send the data to his 3rd party server.

    I don't want to reverse-engineer or deal with the 3rd party web page code. I want this to be totally User controlled.

    I assume I need to find the hWnd of the 3rd party Web page and of the different input fields.

    1. What code do Use to find these hWnds?
    2. What code do I use to transfer data from my program to the like fields in the 3rd party Web page?

    I've researched Google but can't figure it out! Thanks for your help!!!!!!!!!!!!

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to populate TextFields of displayed 3rdParty webpage with data from my VB2012

    I don't want to reverse-engineer or deal with the 3rd party web page code.
    If they don't want you to scrape it, then what can you do? Read the AUP
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured