Who know code pal 8.3 build 125

You can talk about VB programming here

Who know code pal 8.3 build 125

Postby Thomas » Tue Jun 06, 2006 6:27 am


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
Thomas
 
Posts: 2
Joined: Tue Jun 06, 2006 5:55 am
Location: Netherlands

Postby BattleStar-Galactica » Tue Jun 06, 2006 6:30 am

this line >>>atld = FindWindowEx(wtlsplitterwindow, 0&, "atl:0053d798", vbNullString)
User avatar
BattleStar-Galactica
imFiles Master
imFiles Master
 
Posts: 565
Joined: Tue Sep 20, 2005 12:19 am
Location: safest place to hide

Postby locohacker » Tue Jun 06, 2006 7:13 am

yeps as nano say thas the line, you should change it to

Code: Select all
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 :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby Ponies » Tue Jun 06, 2006 7:28 am

yes ty For dlting that pointless post.
Ponies
BANNED
BANNED
 
Posts: 5322
Joined: Sun Apr 30, 2006 8:59 am

Postby Thomas » Tue Jun 06, 2006 8:56 am

The code 0053d798 work not in build 125 :(
Thomas
 
Posts: 2
Joined: Tue Jun 06, 2006 5:55 am
Location: Netherlands

Postby locohacker » Tue Jun 06, 2006 9:01 am

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 :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Postby Departure » Tue Jun 06, 2006 9:10 am

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
User avatar
Departure
Global Moderator
Global Moderator
 
Posts: 996
Joined: Thu Mar 17, 2005 11:26 am
Location: Australia

Postby locohacker » Tue Jun 06, 2006 11:07 am

Ah crap the download on my site has the old atl, :) let me reload it thas why I use the old one weird :roll:
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests