|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WebBrowser component in VBI would like to know if is possible to use VB6 to get information from a webpage using the WebBrowser component. I need to retrieve data from a webpage to store in my local database. For exemple, I do a search for books and the results will be stored in my db. Can someone help me? Cheers! Claudi *** Sent via Developersdex http://www.developersdex.com ***
Show quote
Hide quote
"Claudia Fong" <cdolphi***@yahoo.co.uk> wrote in message You can grab the entire web page, place it in a string and parse out the news:%23J8NM02JGHA.2248@TK2MSFTNGP15.phx.gbl... > > Hi, > > > I would like to know if is possible to use VB6 to get information from > a webpage using the WebBrowser component. > > > I need to retrieve data from a webpage to store in my local database. > For exemple, I do a search for books and the results will be stored in > my db. > > Can someone help me? > > > Cheers! > > Claudi parts you need. Here's some code to read the page. The parsing's up to you <g> Looking at the entire page as a string in a WebBrowser control http://groups.google.com.my/group/microsoft.public.vb.controls/browse_frm/thread/2a196e8326d58dae -- Ken Halter - MS-MVP-VB - Please keep all discussions in the groups.. DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm Freeware 4 color Gradient Frame? http://www.vbsight.com/GradFrameCTL.htm Did you try the answer in another group?
-- Show quoteHide quoteChris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp Veign's Blog http://www.veign.com/blog -- "Claudia Fong" <cdolphi***@yahoo.co.uk> wrote in message news:%23J8NM02JGHA.2248@TK2MSFTNGP15.phx.gbl... > > Hi, > > > I would like to know if is possible to use VB6 to get information from > a webpage using the WebBrowser component. > > > I need to retrieve data from a webpage to store in my local database. > For exemple, I do a search for books and the results will be stored in > my db. > > Can someone help me? > > > Cheers! > > Claudi > > *** Sent via Developersdex http://www.developersdex.com ***
Do we have such a container control?
www Link in VB 6... Change language keyboard Connection missing reference Recordset to FlexGrid Word find.selection on formatted text? Run-time error 3706 Monthview control - run time 380 invalid property value System Error &H80004015 (-2147467243) running VB6 IDE ActiveX DLL |
|||||||||||||||||||||||