funkyrabbit Posted September 14, 2005 Posted September 14, 2005 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/newsIconFile=http://sports.espn.go.com/favicon.icoIconIndex=1[Feed]Frequency=60
SenthilKumarM Posted November 9, 2005 Posted November 9, 2005 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now