Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 14th, 2003, 07:38 AM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to atingoldy Send a message via MSN to atingoldy Send a message via Yahoo to atingoldy
Default WebBrowser control

Hi I'm very new programmer....I made a applcation that embeds a WebBrowser Control in VB6.0 ..I wanna access a xml document and then parse each tag..this command works fine..
   WebBrowser1.Document.All().tags("head").item.inner text
but problem starts where ..when I wanna parse custom tags...how can I do that :( plz sombody help ..I already wasted many days on it..


Atin
 
Old June 16th, 2003, 06:00 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

If you want to manipulte XML then you really should check out the Microsoft XML parser (MSXML - currently at v4). There are plenty of tutorials on how to use it to manipulate XML, e.g. www.w3schools.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Webbrowser control mussie C# 2005 1 March 2nd, 2010 01:10 PM
Some doubts about WebBrowser Control Xc0d C# 2005 4 November 5th, 2007 11:31 AM
Loading HTML into WebBrowser control osemollie Pro VB Databases 7 August 17th, 2006 03:12 PM
Implement of Interface of webbrowser control vickyj Visual C++ 0 January 18th, 2006 07:15 AM
change page encoding in WebBrowser ActiveX control alexxx_ltd Visual C++ 2 December 16th, 2004 07:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.