Home > Software engineering >  VB rc.inet1 OpenURL type does not match
VB rc.inet1 OpenURL type does not match

Time:10-02

RiText. Text=rc.inet1. OpenURL (GetPath (Text1. Text, dd & amp; Ee))
Wrote a similar to web tools such as skinned, in access to CSS, JS within the image path times wrong, prompt type does not match the
"Text1. Text, dd & amp; Ee "as the site of the CSS and JS path
To solve the

CodePudding user response:

OpenURL returns Byte (), not the String

You can use the RiText. Text=StrConv (rc.inet1. OpenURL (GetPath (Text1. Text, dd & amp; Ee)), vbUnicode) and have a look

CodePudding user response:

Use this to get too big file is not appropriate, with XMLHTTP

CodePudding user response:

Web page code,
  • Related