dan turner | Hi Guys , Can you perhaps offer some guidance as to where i'm going wrong with the script below... it crashes at the line "cip.loadCIPFromBuffer(BWScreenshot)"
Dim BWScreenshot objSvrHTTP.open("Get", "http://" + IP + "/CGI/Screenshot", False, UserID, PIN) objSvrHTTP.send() BWScreenshot = objSvrHTTP.responseText Dim cip As New CIPIMAGE.ImageProcessor cip.LoadCIPFromBuffer(BWScreenshot) cip.SaveGIFToBuffer() PBSCREEN.Image = BWScreenshot |
| Please sign in to flag this as inappropriate. |