- This topic has 7 replies, 4 voices, and was last updated 19 years ago by Admin.
-
AuthorPosts
-
August 8, 2005 at 7:16 am #189364Johnny5Member
Hello does anyone have any idea how to click “Send Text” button on public room instead of PM window?
August 8, 2005 at 4:51 pm #189371AdminAdministratornot 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..
August 9, 2005 at 12:29 am #189370Johnny5Memberno 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.
August 9, 2005 at 2:54 am #189369CrashypooMembermake it find window handle n focus on that window n then send text
August 9, 2005 at 12:26 pm #189368DepartureMemberhmmm 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.August 9, 2005 at 5:29 pm #189367Johnny5MemberI 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.
August 10, 2005 at 3:17 pm #189366DepartureMembertry 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…
August 10, 2005 at 3:46 pm #189365Johnny5MemberI 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
-
AuthorPosts
- You must be logged in to reply to this topic.