September 14, 200520 yr 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
November 9, 200520 yr 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