Skip to content

problem unchecking New User Gets Mic checkboxe

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #188622
    method
    Member

    Hi all . i am using this code to check checboxes but i do not know how to uncheck checkboxes. could any one show me how this can be done using SendMessageLong method? I am trying to uncheck New User Gets Mic checkbox in admin consoleThanks




    x = FindWindow("#32770", vbNullString)
    Button = FindWindowEx(x, 0&, "button", "New User Gets Mic")

    Call SendMessageLong(Button, WM_KEYDOWN, VK_SPACE, 0&)
    Call SendMessageLong(Button, WM_KEYUP, VK_SPACE, 0&)


    #188629
    AhFox
    Member

    the code doesn’t work buddy

    #188628
    method
    Member

    @NVYE wrote:

    the code doesn’t work buddy

    did u put the api findwindow … functions and constants!!

    #188627
    AhFox
    Member

    Yes I did … oh never mind … this one is new user gets mic …

    lolz … i thought it was “Tell Me When … ” nmd

    #188626
    method
    Member

    @NVYE wrote:

    Yes I did … oh never mind … this one is new user gets mic …

    lolz … i thought it was “Tell Me When … ” nmd

    so did u find away to uncheck them ? I still can not!! I be happy if some one help me here.Thanks

    #188625
    AhFox
    Member

    I think if you send it 2 times … then it becomes uncheck …

    Since you’re sending a space key …

    #188624
    method
    Member

    @NVYE wrote:

    I think if you send it 2 times … then it becomes uncheck …

    Since you’re sending a space key …

    how i send 2 times ? u mean click 2 times?

    #188623
    AhFox
    Member

    yeah click 2 times

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.