- This topic has 13 replies, 4 voices, and was last updated 18 years ago by Admin.
-
AuthorPosts
-
October 6, 2006 at 7:15 pm #188365UAEWebMasterMember
Hi all,
Dear Admin, I found a way to fix the ATL value problem, now i have icluded some code from API SPY vb code, and used it to solve the problem..
i know it is not the full solution, but it is a work around.
here is my code , pls check it and give me your comments.
October 6, 2006 at 7:45 pm #188378AdminAdministratorI see departure did something similar 🙂 using a update.ini work similar to what u do, thas wha i a using for that as of right now.
thanks 8)October 8, 2006 at 4:28 pm #188377BattleStar-GalacticaMemberI don’t know what’s wrong with you guys but there are api constants you can get first child, last child, next window ect.
October 9, 2006 at 2:56 pm #188376AdminAdministratorah damn, so we using the worg getchild on the nick list 🙄
October 9, 2006 at 3:29 pm #188375BattleStar-GalacticaMemberlook this code, ez??
October 9, 2006 at 5:54 pm #188374UAEWebMasterMembernanomachine007 thaaaaaaaaaaaaaaaaaank you so much!!! 🙂
i was looking for something like this … i appreciate it u and Admin .. u guys r the best.
October 9, 2006 at 8:28 pm #188373AdminAdministratorlol man what can i say this is just what i needed nano thanks a lot 🙂
UAEWebMaster you are welcome man 🙂
October 9, 2006 at 9:52 pm #188372DepartureMemberyeah i dont use the update.ini I use GW_Child it works great, ill check your code out namomachine
UAEWebMaster by the way how can you say YOU solved it ?? your using a direct copy and paste of MY code
'Send Text To Paltalk
Public Function Palsend(Sendit As String)
Dim X As Long
Dim xx As Long
Dim xxx As Long
Dim xxxx As Long
Dim xxxxx As Long
Dim xxxxxx As Long
Dim xxxxxxx As Long
Dim xxxxxxxx As Long
Dim xxxxxxxxx As Long
Dim xxxxxxxxxx As Long
X = FindWindowWild("*Voice Room", False) 'I use my FindWindowWild Function To search For - Voice room
If X = 0 Then
Exit Function
End If
xx = FindWindowEx(X, 0&, "wtl_splitterwindow", vbNullString)
xxx = FindWindowEx(xx, 0&, "wtl_splitterwindow", vbNullString)
xxxx = FindWindowEx(xxx, 0&, "wtl_splitterwindow", vbNullString)
xxxxx = GetWindow(xxxx, GW_CHILD) 'This will get the next control after wtl_splitterwindow, the next control is also knowen as Atl:####### what ever...
xxxxxx = FindWindowEx(xxxxx, 0&, "atlaxwin71", vbNullString)
xxxxxxx = FindWindowEx(xxxxxx, 0&, "#32770", vbNullString)
xxxxxxxx = FindWindowEx(xxxxxxx, 0&, "richedit20a", vbNullString)
xxxxxxxx = FindWindowEx(xxxxxxx, xxxxxxxx, "richedit20a", vbNullString)
Call SendMessageByString(xxxxxxxx, WM_SETTEXT, 0&, Sendit$)
Do
DoEvents
xxxxxxxxx = FindWindowEx(xxxxxxx, 0&, "toolbarwindow32", vbNullString)
xxxxxxxxxx = FindWindowEx(xxxxxxxxx, 0&, "wtl_bitmapbutton", vbNullString)
Call SendMessageLong(xxxxxxxxxx, WM_LBUTTONDOWN, 0&, 0&)
Call SendMessageLong(xxxxxxxxxx, WM_LBUTTONUP, 0&, 0&)
Loop Until xxxxxxxxxx 0
End FunctionOctober 9, 2006 at 10:00 pm #188371AdminAdministratori just opened that about 5 mins ago and i was like…uhh, dep totaly coded this…lmfao
October 10, 2006 at 3:59 pm #188370UAEWebMasterMemberi am sorry i didnt mean i have solved it, i was only trying to figure out a solution for the ATL value, since i need to get the users list, believe me , i am no vb guru, i am the last person who knows anything in vb around here.
sorry departure 😳
no hard feelings 🙂
October 10, 2006 at 10:26 pm #188369DepartureMemberIt does’nt bother me…
If you want the user list you go about it the same way by using GW_Child consts
October 11, 2006 at 2:06 pm #188368BattleStar-GalacticaMemberyep my code posted is showing how to get listview handle with all 8.x version
October 11, 2006 at 2:11 pm #188367BattleStar-GalacticaMemberI dont know what loco has tried when we explain him in many posts but he never gets it 😆
October 11, 2006 at 10:41 pm #188366AdminAdministratorlol man i finnaly got well i dint get it i just copy urs and dep code lol, then i saw how easy it was 😆
-
AuthorPosts
Related
- You must be logged in to reply to this topic.