- This topic has 7 replies, 4 voices, and was last updated 18 years ago by Departure.
-
AuthorPosts
-
October 16, 2006 at 11:13 am #188333UAEWebMasterMember
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.
October 16, 2006 at 11:47 am #188340DepartureMemberUAE is that the amiga emulator? (Ultimate Amiga Emulator)
October 16, 2006 at 2:02 pm #188339BattleStar-GalacticaMember
lngCount = SendMessage(hwnd, EM_GETLINECOUNT, 0, 0)
lngCount =lngCount-2
Call SendMessageStr(hwnd, EM_GETLINE, lngCount, ByVal strBuffer)
October 16, 2006 at 3:47 pm #188338UAEWebMasterMemberDeparture > 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.
October 16, 2006 at 4:18 pm #188337NewbieMemberUse Sendmessage instead
October 16, 2006 at 8:07 pm #188336UAEWebMasterMemberthanks 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..
October 16, 2006 at 9:07 pm #188335BattleStar-GalacticaMembertry this code
October 19, 2006 at 4:20 pm #188334UAEWebMasterMemberthaaaaaaaaaaaaaaaaaanks 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 ..
-
AuthorPosts
- You must be logged in to reply to this topic.