Skip to content

How to Distinguish "Send Text" button?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #189364
    Johnny5
    Member

    Hello does anyone have any idea how to click “Send Text” button on public room instead of PM window?

    #189371
    Admin
    Administrator

    not sure i understand what your talking about but if your talking about sending the text into the paltalk room this is what i use….

    Call SendMessageLong(richedita, WM_KEYDOWN, 13, 0&)

    has no problems like using the LButton ect..

    #189370
    Johnny5
    Member

    no Syxx, I mean 2 instance:

    you play music bot in public room, also PM with others, the “Send Text” button on both window is the same, I’m trying to click on public room.

    #189369
    Crashypoo
    Member

    make it find window handle n focus on that window n then send text

    #189368
    Departure
    Member

    hmmm johhny its funny that you post code that does what you want but you dont understand it, If you go and read the case about the stolen mic holder source code, you your self has written the code that included my FindWindowWild function but yet you seem to not understand thats excatly what you need to “Distinguish “Send Text” button”

    read the first line of code where is says

    mywindowclass = FindWindowWild("*- Voice Room", False)

    you wrote this your self on how you would make a mic holder!!!
    that means it will find only the controls for that window, which is the Voice Room window not the – IM window and 1 + 1 = a window. anyway if you still have problems working it out just yell out and ill write an example.

    #189367
    Johnny5
    Member

    I know, it settext to the room that i wanted to

    but when it got into the Do While Loop some how it not able to click the button.

    OK. the bot i made when people runs AND ALSO trying to type in PM it switch the window to public room and settext but not able to click sent button.

    this happen to later version of paltalk, but Old Paltalk version 5xx is ok

    Basicly I trying to find a way so that the program runs (send text to room) without any dirruption while PM.

    #189366
    Departure
    Member

    try adding a pause or change the setting of your timer (if you have one). im guessing its running the code to fast and by the time you have set focus on the voice room window it has already ran your function…

    #189365
    Johnny5
    Member

    I think so too, what i do is add add sendmsg leftclick one more time, so it click twice instead of once. it works keke, but it focus on the public room and send pm to back

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