Posts: 576
Threads: 97
Joined: Aug 2007
That is all that came up in the output box. I will try again once I get home from work but is there a fix for that error you provided?
Thanks.
Just got home...
Tried again, got the same error.
Posts: 12,071
Threads: 140
Joined: Dec 2002
This can be problem with the component. Try to get help here:
http://support.deskperience.com/portal
If you have visual basic 6, try this code:
Dim t As New TextCaptureX
Dim hwnd As Long, x As Long, y As Long, cx As Long, cy As Long
t.CaptureInteractive hwnd, x, y, cx, cy
Also, if possible, try samples in Program Files \Deskperience folder.
Posts: 576
Threads: 97
Joined: Aug 2007
I do not understand where the problem lies. I will try asking on there but I doubt I will recieve any help since I'm not officially a paid subscriber.
I do not have visual basics :/ does it work on there?
Posts: 12,071
Threads: 140
Joined: Dec 2002
My trial version is expired, so I get the same error, but on other computers it works well in VB as well as in QM.
Posts: 576
Threads: 97
Joined: Aug 2007
Okay then the problem must be because it is expired.
Anyway to get around this?
Posts: 12,071
Threads: 140
Joined: Dec 2002
Posts: 576
Threads: 97
Joined: Aug 2007
Was just viewing that. Not sure if what I am trying to do is worth $60 though. Any other programs available free that could do this? Thanks
Posts: 12,071
Threads: 140
Joined: Dec 2002
When I searched for such components 1 year ago, found only these two, both not free.
Posts: 576
Threads: 97
Joined: Aug 2007
Posts: 20
Threads: 9
Joined: May 2007
After installing, uninstalling and reisntalling ScreenScraper Studio I got QM error:
Error in screencrape: this name already exists.
Part of my code is following:
typelib TCaptureXLib "C:\Program Files\Deskperience\ScreenScraper Studio\TCaptureX.dll"
TCaptureXLib.TextCaptureX t._create
str s=t.CaptureActiveWindow
QM points to the typelib
TCaptureXLib "C:\Program Files\Deskperience\ScreenScraper Studio\TCaptureX.dll"
Posts: 12,071
Threads: 140
Joined: Dec 2002
Posts: 20
Threads: 9
Joined: May 2007
Gintaras Wrote:Restart QM.
Thanks. Thought I did that but seems I missed this. Works now.