Need help with Registration quick filler :)

You can talk about VB programming here

Need help with Registration quick filler :)

Postby locohacker » Thu Oct 27, 2005 11:10 am


Hi my peeps , just wondering if there is a way to tell if a checkbox is check on another program :)

cause i am working on a quick registration form for paltalk, but this is bein a pest check it
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby locohacker » Thu Oct 27, 2005 11:15 am

lol i just can make so this is always uncheck, i mean i can uncheck it using this code

Code: Select all
X = FindWindow("#32770", "Paltalk Nickname Registration")
button = FindWindowEx(X, 0&, "button", "Block Pop-Ups with the Free Mysearch Toolbar ")
If Label5.Caption = "d" Then
Label6.Caption = "d"
Else
Call SendMessageLong(button, WM_KEYDOWN, VK_SPACE, 0&)
Call SendMessageLong(button, WM_KEYUP, VK_SPACE, 0&)
Label5.Caption = "d"
End If


lol but when i use anther feature of the program which aoutomatically submits, the damn thing is check again :?

lol anyways i keep on checking but if any of u got any idea hook me up

here the source code for it :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby locohacker » Thu Oct 27, 2005 12:03 pm

wha a dumdass i am lol this what i suppose to do lol

Code: Select all
X = FindWindow("#32770", "Paltalk Nickname Registration")
button = FindWindowEx(X, 0&, "button", "Block Pop-Ups with the Free Mysearch Toolbar ")
Call SendMessageLong(button, WM_KEYDOWN, VK_SPACE, 0&)
Call SendMessageLong(button, WM_KEYUP, VK_SPACE, 0&)


without all if label crap lol
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby Newbie » Thu Oct 27, 2005 1:27 pm

If Label5.Caption = "d" Then
Label6.Caption = "d"

That is this ?
User avatar
Newbie
imFiles Junior
imFiles Junior
 
Posts: 95
Joined: Fri Oct 07, 2005 2:51 pm

Postby locohacker » Thu Oct 27, 2005 3:25 pm

well i was using that to test it, so i told the program that if label = "d" then dont the click on the checkbox then if its not = d click on the checkbox,

okie I did this so it only click once cause if click twice then the checkbox will have the check thingy again confusing :? lol

but I did that to test the program and I forgat to remove it lol

now it works great :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Fri Apr 07, 2006 10:19 pm

locohacker could u share the auto registeration filler i need to learn some stuff from it.thank
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Sat Apr 08, 2006 11:02 am

her ya go it hasnt being updted yet :)
Attachments
Nick Registration Fillercode.zip
(34.08 KiB) Downloaded 72 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm

Postby method » Sat Apr 08, 2006 12:00 pm

Many thanks loco . I still use the one from download section and it still works so no need for an update i think! or may be have some ideas to improve it ?
method
imFiles Master
imFiles Master
 
Posts: 686
Joined: Tue Oct 18, 2005 11:12 am

Postby locohacker » Sat Apr 08, 2006 12:16 pm

well, i think the only thing is to make it so u can out login then open paltalk auto login some crazy thing lol but its a cool code :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4363
Joined: Fri Dec 31, 2004 6:59 pm


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests