Skip to content

Who know code pal 8.3 build 125

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #188823
    Thomas
    Member

    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

    #188830

    this line >>>atld = FindWindowEx(wtlsplitterwindow, 0&, “atl:0053d798”, vbNullString)

    #188829
    Admin
    Administrator

    yeps 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 🙂

    #188828
    Ponies
    Member

    yes ty For dlting that pointless post.

    #188827
    Thomas
    Member

    The code 0053d798 work not in build 125 🙁

    #188826
    Admin
    Administrator

    y3h 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 🙂

    #188825
    Departure
    Member

    Declare???? you dont declare anything,

    he does’nt have to change anything but
    atl:0053c798
    to
    atl:0053c400

    You 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

    #188824
    Admin
    Administrator

    Ah crap the download on my site has the old atl, 🙂 let me reload it thas why I use the old one weird 🙄

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.