hi,
How to get banner room At the top of the roomtext to textbox using JK’s API SPY
please
i try and get this code
Dim dlggroupchatwindowclass As Long, splitterwindowex As Long, wndgroupheader As Long Dim richeditw As Long dlggroupchatwindowclass = FindWindow("dlggroupchat window class", vbNullString) splitterwindowex = FindWindowEx(dlggroupchatwindowclass, 0&, "splitterwindowex", vbNullString) splitterwindowex = FindWindowEx(splitterwindowex, 0&, "splitterwindowex", vbNullString) splitterwindowex = FindWindowEx(splitterwindowex, 0&, "splitterwindowex", vbNullString) wndgroupheader = FindWindowEx(splitterwindowex, 0&, "wndgroupheader", vbNullString) richeditw = FindWindowEx(wndgroupheader, 0&, "richedit20w", vbNullString)
What is the next step?
thanks, string
No no i need how to get any word or text in pal room to textbox Such as banner text
thanks autopilot
But how? please
What is the next step?
can you read the text from the chat room? do you know how to find the controls? rather then beg for spoon feeding, work it out. learn how to do it for yourself and you will be much farther ahead in the long run.
@light 2012 wrote:
If your wanting to change it, you should get the text from the admin console.
i know that i am asking too much , but u guys are very helpful so can somebody help me
I need get it to textbox and change it
🙄
Glad to see you could work it out for yourself. Now you need to do some searching and reading to learn how to find the controls without having to map directly to the control (JK’s API SPY code). Mapping to the control that way will have to be updated with every new version of the pal client.
the control for the room header is a RichEdit20W so you get its content the same as the room incoming chat.
thank you autopilot
I registered at this forum to learn from you and benefited
i get it by this this code 🙂