Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitleMake a VB program fetch results from an ASP or ASPX page
KeywordsASP, ASPX, active server pages, Web, browser, fetch
CategoriesInternet, Controls
 
Use the Internet Transfer Control to "open" the ASP or ASPX page. The OpenURL method returns the result of the page's execution.
 
Private Sub cmdFetch_Click()
    txtResults.Text = Inet1.OpenURL(cboUrl.Text)
End Sub
 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated