hi guy i need some help i am using the visual basic 6.0 and downloaded the visual basic api from decaptcher.com service and i am getting the error as below....
syntax error on this line on this line
ret = CCprotoLogin(id, host, YOUR PORT, name, LENGTH_NAME, password, LENGTH_PASSWORD)
i am trying to used this captcha to work with my admaster software to work with craigslist captcha i can not get this to work...
i would be really appriciated guy i just puchase the decaptcher software for 8 dollar and can't get this to work at all..please any advised would be appriciated...thank you guy....
Can you help me out my application , program take a screenshot automatically saves the screenshot as "c:/151.jpg" I add the api as a module on my vb6 program. What do you change on the API , i change this
host = CStr("92.48.84.124") ' think I leave this the same don't I?
name = CStr("YOUR NAME") ' this is my user name
password = CStr("YOUR PASSWORD") ' my password
pic_name = "C:\Users\Nicky\Desktop\api_vb6" 'where the pic is
syntax error on this line on this line
ret = CCprotoLogin(id, host, YOUR PORT, name, LENGTH_NAME, password, LENGTH_PASSWORD)