Search:

Type: Posts; User: theintrat1

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    716

    VS 2017 Re: [VB17] Replace text from Text file

    Thanks man its work like magic
  2. Replies
    2
    Views
    716

    VS 2017 [RESOLVED] Replace text from Text file

    hello guys,
    i have a file.txt that include a list of NAME:LAST:AGE
    file.txt:


    what im trying to do is to replace the name in the file.txt i used this code but its replace all the NAMES in the...
  3. Replies
    3
    Views
    608

    VS 2015 Re: Webbrowser geting attribute value

    maybe its called : Substring textbox ? where sVL=""
  4. Replies
    3
    Views
    608

    VS 2015 Re: Webbrowser geting attribute value

    u have to register to get into this page , this code is in <script> </script> name tag in the website
    the problem is the webcontrol on visual basic not recognize the innerhtml as attributes and...
  5. Replies
    3
    Views
    608

    VS 2015 Webbrowser geting attribute value

    i used this code to get every innerhtml in scrript nametag.. into textbox4.text

    Dim PageEleme As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("script")
    For Each...
  6. Replies
    4
    Views
    832

    Re: webbrowser [help]

    the links work in case of normal Internet Explorer browser? Then you have to set (manually or programmatically) some special registry values, up to four:

    ...
  7. Replies
    4
    Views
    832

    Re: webbrowser [help]

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    WebBrowser1.Document.GetElementById("Kf1").SetAttribute("value", TextBox1.Text) 'username
    ...
  8. Replies
    4
    Views
    832

    webbrowser [help]

    Hi guys, I need help with this program.

    I am trying to display an ad on WebBrowser2 but it does not show up and so I need help with finding a solution for this.

    My Visual studio is using...
  9. Replies
    3
    Views
    565

    VS 2015 Re: webbrowser scripts

    any solution?
  10. Replies
    3
    Views
    565

    VS 2015 Re: webbrowser scripts

    i tried

    WebBrowser1.ScriptErrorsSuppressed = True
    WebBrowser2.ScriptErrorsSuppressed = True

    still not working
  11. Replies
    3
    Views
    565

    VS 2015 webbrowser scripts

    hello guys ,
    i have 2 webbrowsers on my app
    Webbrowser1
    Webbrowser2
    so what im trying to do is to click a button on webbrowser1
    and get opened on webbrowser2
    and here the code I wrote
    ...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width