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

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
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&)




Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests