Home > Software engineering >  VB6 WebBrowser control TAB title how to modify?
VB6 WebBrowser control TAB title how to modify?

Time:10-27

VB6 under played recently, found that there is a problem with

 Private Sub autoSH () 
Dim root As IXMLDOMNode
Dim XSLT As IXMLDOMNodeList, xlst1 As IXMLDOMNodeList
Dim xn As IXMLDOMNode
Dim XNF As IXMLDOMNode
Dim xe As IXMLDOMElement

The Set XMLDoc=New DOMDocument
XMLDoc. Load the XML "" 'XML file path varies according to the storage path!
The Set xn=XMLDoc. SelectSingleNode (" acountlist ")
'the following content for reads the XML file, here in the ListView control display
The Set of XSLT=xn..childnodes
For Each XNF In XSLT
The Set of xe=XNF
The Set xlst1=xe..childnodes
Brought by (" www.baidu.com ")
FrmWebBrowser. Caption=xlst1. Item (1). The Text
Next
End Sub

In this case, open the TAB of the title how to modify? Please prawns teach

CodePudding user response:

"Open tabs to modify the title?" , what do you mean this? Which come of the TAB

CodePudding user response:

Help the top
  • Related