Skip to content

Anyone done programs for inspeak?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #189037
    Admin
    Administrator

    🙂 have anyone made programs for inspeak can they share the code 🙂 I interested in knowing how to send text for starters 🙂

    #189041
    AhFox
    Member

    i’ve tried but with no sucess .. inSpeak is weird …

    but can be done though … if I put more time on it … then i’ll figure it out!

    #189040
    Admin
    Administrator

    I was trying to, wtf is this tmemo lol I cant send no text to that shit but I keep on trying when I have time

    #189039
    AhFox
    Member

    Trying to figure it out …

    1. Use different method instead of finding the class like Paltalk.

    2. Think of another way ……

    3. See if you can solves the problem ….

    I’ll post my method next time ….. share with me what have you come up.

    #189038
    Newbie
    Member

    The Send Text Does Work , But For Some Reasons API Can’t Find The Right Child ClassName Look At This:

    Dim tchatroom As Long, tspanel As Long, tmemo As Long
    tchatroom = FindWindow(“tchatroom”, vbNullString)
    tspanel = FindWindowEx(tchatroom, 0&, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, 0&, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, tspanel, “tspanel”, vbNullString)
    MsgBox (tspanel) ‘ lost Focus Here
    tspanel = FindWindowEx(tspanel, tspanel, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, 0&, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, 0&, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, 0&, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, tspanel, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, tspanel, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, 0&, “tspanel”, vbNullString)
    tspanel = FindWindowEx(tspanel, 0&, “tspanel”, vbNullString)
    tmemo = FindWindowEx(tspanel, 0&, “tmemo”, vbNullString)
    Call SendMessageByString(tmemo, WM_SETTEXT, 0&, “This Is Only A Test”)

    Try This :
    tmemo = FindWindowEx(tspanel, 0&, “tmemo”, vbNullString)
    Call SendMessageByString(tmemo, WM_SETTEXT, 0&, “This Is Only A Test”)
    replace the tspanel = temporary handle that you see in API Spy . Ex: 856574

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