|
-
May 25th, 2009, 11:32 PM
#81
Thread Starter
Fanatic Member
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
-
May 28th, 2009, 11:28 PM
#82
Thread Starter
Fanatic Member
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
-
Sep 6th, 2009, 03:10 PM
#83
New Member
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
-
Dec 20th, 2010, 10:11 PM
#84
Thread Starter
Fanatic Member
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
-
Dec 20th, 2010, 11:49 PM
#85
Thread Starter
Fanatic Member
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
-
Aug 14th, 2011, 04:08 PM
#86
Thread Starter
Fanatic Member
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
-
Aug 15th, 2011, 05:45 PM
#87
Re: I need to get data form a web page
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Aug 16th, 2011, 12:41 AM
#88
Re: I need to get data form a web page
 Originally Posted by bob5731
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|