CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Witis

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    3,029

    Re: Use WebBrowser to submit data

    I found that I could get the value in the quick reply section using this code:


    WebBrowser1.Document.All("message_backup").focus
    Debug.Print WebBrowser1.Document.All("message_backup").Value

    ...
  2. Replies
    3
    Views
    3,029

    Re: Use WebBrowser to submit data

    Thanks for the reply dglienna, what do you mean by POST?
  3. Replies
    3
    Views
    3,029

    Use WebBrowser to submit data

    Hey,

    I am trying to submit data using the vb6 webbrowser control.
    In the case of google it is quite easy:
    Right click the textbox and select inspect element which reveals the textbox name to be...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured