Page 3 of 3 FirstFirst 123
Results 81 to 88 of 88

Thread: I need to get data form a web page

  1. #81

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: I need to get data form a web page

    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  2. #82

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: I need to get data form a web page

    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  3. #83
    New Member
    Join Date
    Sep 2009
    Posts
    1

    Re: I need to get data form a web page

    well
    <form action="https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi" method="post">
    <table cellpadding=5>
    <tr>
    <td>Login:</td>
    <td><input type="text" name="login" size=16 style="width:100%" /></td>
    </tr>
    <tr>
    <td>Password:</td>
    <td><input type="password" name="password" size=16 style="width:100%" /></td>
    </tr>
    <tr>
    <td></td>
    <td align=center><input type="submit" value="Premium Zone Login" /></td>
    </tr>
    </table>
    </form>


    login ok
    password ok
    submit ???? please

  4. #84

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: I need to get data form a web page

    what???
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  5. #85

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: I need to get data form a web page

    How do I get upc number?
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  6. #86

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: I need to get data form a web page

    I need the on in vb.net

    Code:
    Dim hDoc As MSHTML.HTMLDocument
    Dim hInp As MSHTML.HTMLInputElement
    
    Private Sub Command1_Click()
        Set hInp = hDoc.getElementById("upc")
        hInp.focus
        hInp.Value = "07800008846"
        SendKeys "{ENTER}", True
    End Sub
    
    Private Sub Form_Load()
        WebBrowser1.Navigate2 "http://www.upcdatabase.com/nocheckdigit.pl"
    End Sub
    
    Private Sub Form_Resize()
        If Me.WindowState <> vbMinimized Then
            WebBrowser1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight - 450 'Make adjustment for command button
        End If
    End Sub
    
    Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
        Set hDoc = WebBrowser1.Document
    End Sub
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  7. #87
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: I need to get data form a web page

    Why not follow Kleinmas code bank example?

    http://www.vbforums.com/showthread.php?t=416275
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #88
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: I need to get data form a web page

    Quote Originally Posted by bob5731 View Post
    I need the on in vb.net
    Hello bob5731,

    If you have a VB.Net Question, it would be best if you were to ask it in the VB.Net Forum, that is where you have the best chance of getting an answer.

    Gary

Page 3 of 3 FirstFirst 123

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