Skip to content

How to get the Last Chat Text ?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #188333
    UAEWebMaster
    Member

    hi again,

    i really need to find out a way on how to get the last chat text from paltalk room, i have checked some of the example codes like the greeter made by Admin, but it is not updated and requires the ATL…

    any one help pls.

    #188340
    Departure
    Member

    UAE is that the amiga emulator? (Ultimate Amiga Emulator)

    #188339

    lngCount = SendMessage(hwnd, EM_GETLINECOUNT, 0, 0)

    lngCount =lngCount-2

    Call SendMessageStr(hwnd, EM_GETLINE, lngCount, ByVal strBuffer)
    #188338
    UAEWebMaster
    Member

    Departure > UAE = United Arab Emirates 🙂

    nanomachine007 > thanks for the code, but i dont have this function, i have searched the site if someone posted this function (SendMessageStr) and i didnt find any, how can i use it ?

    can u pls post the function and how i can retrieve the last line 🙂

    thanks all.

    #188337
    Newbie
    Member

    Use Sendmessage instead

    #188336
    UAEWebMaster
    Member

    thanks newbie, but i am no vb guru , i just use the code which i find it available here…

    i know that i am asking too much , but u guys are very helpful so can somebody look up the attached code and see it ..

    i made a button which suppose to get the last chat line, but i dont have any real function to call it, i want the last chat text to appear in the richtextbox2 text.

    here is the code..

    #188335

    try this code

    #188334
    UAEWebMaster
    Member

    thaaaaaaaaaaaaaaaaaanks alot nanomachine007 u r a life saver

    yes this is exactly what i am looking for…

    thanks a million all of you…

    i will try to do something with the code and i will post the results ..

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