- This topic has 7 replies, 5 voices, and was last updated 18 years ago by BattleStar-Galactica.
-
AuthorPosts
-
June 6, 2006 at 11:27 am #188823ThomasMember
Hello, who know how i can made my greeter working for build 125
i think the code must change here
atld = FindWindowEx(wtlsplitterwindow, 0&, “atl:0053d798”, vbNullString)
atlaxwin = FindWindowEx(atld, 0&, “atlaxwin71”, vbNullString)
X = FindWindowEx(atlaxwin, 0&, “#32770”, vbNullString)i am not sure i just a starter in VB6, hope anyone can help me.
Thomas
June 6, 2006 at 11:30 am #188830BattleStar-GalacticaMemberthis line >>>atld = FindWindowEx(wtlsplitterwindow, 0&, “atl:0053d798”, vbNullString)
June 6, 2006 at 12:13 pm #188829AdminAdministratoryeps as nano say thas the line, you should change it to
atlc = FindWindowEx(wtlsplitterwindow, 0&, "atl:0053c798", vbNullString)
Also change the declaration from atld to atlc
There another way you can do it so it work for all the know paltalk using departure example but thas a little complicated, when i update my programs I give ya an example 🙂
June 6, 2006 at 12:28 pm #188828PoniesMemberyes ty For dlting that pointless post.
June 6, 2006 at 1:56 pm #188827ThomasMemberThe code 0053d798 work not in build 125 🙁
June 6, 2006 at 2:01 pm #188826AdminAdministratory3h c00l one its cool at list you dint post ur other messege u be posting lately lol tha shit sufnny but not nice 🙂
hey Thomas dis you also change the declaration from atld to atlc on the top of the sub where all the declarations are.
i would hook it upf for ya but the my laptop still on the chop and i am waiting for a new one 🙂
June 6, 2006 at 2:10 pm #188825DepartureMemberDeclare???? you dont declare anything,
he does’nt have to change anything but
atl:0053c798
to
atl:0053c400You should know the new handel is atl:0053c400
OLD CODE
atld = FindWindowEx(wtlsplitterwindow, 0&, “atl:0053d798”, vbNullString)
atlaxwin = FindWindowEx(atld, 0&, “atlaxwin71”, vbNullString)
X = FindWindowEx(atlaxwin, 0&, “#32770”, vbNullString)NEW CODE
atld = FindWindowEx(wtlsplitterwindow, 0&, “atl:0053c400”, vbNullString)
atlaxwin = FindWindowEx(atld, 0&, “atlaxwin71”, vbNullString)
X = FindWindowEx(atlaxwin, 0&, “#32770”, vbNullString)dont worry about changing anything eles
June 6, 2006 at 4:07 pm #188824AdminAdministratorAh crap the download on my site has the old atl, 🙂 let me reload it thas why I use the old one weird 🙄
-
AuthorPosts
Related
- You must be logged in to reply to this topic.