i used vbforums as example (couldn't reach your given page). When the messagebox appears, a big part of the text is missing. if you look at debug now, it has the full code.VB Code:
Dim Data As String Data = Inet1.OpenURL("http://www.vbforums.com") While Inet1.StillExecuting = True DoEvents Wend MsgBox Data Debug.Print Data




Reply With Quote