Jump to content

Recommended Posts

Posted

Hi guys, i would like to klick on an internet link an then the programm i will write with VB or .NET copy the text inside the url (see below) to an text file.

Has anyone an idea how i could write those app. thx

[DEFAULT]
BASEURL=feed://sports.espn.go.com/espn/rss/nba/news
[InternetShortcut]
URL=feed://sports.espn.go.com/espn/rss/nba/news
IconFile=http://sports.espn.go.com/favicon.ico
IconIndex=1
[Feed]
Frequency=60

  • 1 month later...

Posted

Hi dude,

In visual basic, using "Web Browser" control you can navigate and save a URL.

WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, "c:\LatestNews.tmp"

For more information, see the VB application I have attached in zip format with this reply.

Thanks and Regards,

Senthil Kumar M.

Latest_News_4.0.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...