Paltalk 9.9 Programming VB 6.0

You can talk about VB programming here

Re: Paltalk 9.9 Programming VB 6.0

Postby String » Fri Feb 12, 2010 10:50 am


Chike wrote:So all are in iSubItem 0 now instead 0 for cam 1 for hand/mic/reddot & 2 for name before?

Yes.
Chike wrote:The values are decimal or hex?

The values returned by the GetUserStat function?
Chike wrote:Cam and reddot make 6? Hand over reddot make 25, or 26 if also reddoted?

Cam + reddot is 6. If yet another status was also in effect, I would assume that it would be added in. But I haven't tested for this.
Chike wrote:BTW what is LVIF_STATE for? I recall ir is needed in the invite box but why here?

Ive not tested it with pal , but it can return if the name is grayed(ignore in room) or if the name is highlighted.
String
imFiles Senior
imFiles Senior
 
Posts: 282
Joined: Mon Mar 10, 2008 7:06 am

Re: Paltalk 9.9 Programming VB 6.0

Postby NVYE » Fri Feb 12, 2010 12:34 pm

Wow didn't know paltalk has 9.9 ...I guess now I have to modify some of my programs so that it will work with version 9.9.

I see that the userlist is now broken beside that evrything is still working ....

Cheers guys ... thanks for the info ... with the user list !
Add-on Bots for educational and amusement purposes:
http://www.vipbots.com

Website:
http://www.asktechguy.com
User avatar
NVYE
imFiles Senior
imFiles Senior
 
Posts: 230
Joined: Fri Jun 10, 2005 11:29 pm

Re: Paltalk 9.9 Programming VB 6.0

Postby locohacker » Fri Feb 12, 2010 2:23 pm

String :) Thanks again, I was bout to ask bout not getting the nicks, Now is due cause the index change to 0 lol thanks again :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4325
Joined: Fri Dec 31, 2004 6:59 pm

Re: Paltalk 9.9 Programming VB 6.0

Postby jimmyng » Fri Feb 26, 2010 10:46 am

hi guys i couldn't get userstatus work don't know why please send me the sample thanks guys :cry:
jimmyng
imFiles Newbie
imFiles Newbie
 
Posts: 28
Joined: Sun Feb 12, 2006 4:41 pm

Re: Paltalk 9.9 Programming VB 6.0

Postby locohacker » Fri Feb 26, 2010 3:44 pm

If you using this code here the updated one
Code: Select all
Private Function getuserstatus()
Dim dlggroupchatwindowclass As Long, wtlsplitterwindow As Long, atldd As Long
Dim syslistview As Long
On Error Resume Next
dlggroupchatwindowclass = FindWindow("DlgGroupChat Window Class", Form1.Combo1.Text)
wtlsplitterwindow = FindWindowEx(dlggroupchatwindowclass, 0&, "SplitterWindowEx", vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "SplitterWindowEx", vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "SplitterWindowEx", vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "SplitterWindowEx", vbNullString)
wtlsplitterwindow = FindWindowEx(wtlsplitterwindow, 0&, "SplitterWindowEx", vbNullString)
atldd = GetWindow(wtlsplitterwindow, GW_CHILD)
syslistview = FindWindowEx(atldd, 0&, "syslistview32", vbNullString)
Call GetUserStat(syslistview, 0)
'Call GetUserStat(syslistview, 1)
End Function

in the code you needed to change wt_splitterwindow to SplitterWindowEx also chek the post by string in this thread cause they also change the status numbers :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4325
Joined: Fri Dec 31, 2004 6:59 pm

Re: Paltalk 9.9 Programming VB 6.0

Postby wazzzup » Sat Mar 13, 2010 11:05 pm

Hi allz !!! Cool Updated Admin ;) :)
User avatar
wazzzup
imFiles Senior
imFiles Senior
 
Posts: 105
Joined: Fri Feb 02, 2007 8:17 pm
Location: none

Re: Paltalk 9.9 Programming VB 6.0

Postby MrAlone » Tue Apr 06, 2010 2:45 am

Try to use the same code used for Paltalk 9,5 with no modification
MrAlone
imFiles Newbie
imFiles Newbie
 
Posts: 18
Joined: Fri May 30, 2008 2:12 am

Re: Paltalk 9.9 Programming VB 6.0

Postby autopilot » Tue Jul 20, 2010 9:45 pm

here is a link to a vb 2008 project i put together converting Strings function for vb2008:
Paltalk User Status [VB 2008]

Note: if on vista and windows7, you must run as administrator.
User avatar
autopilot
Forum Moderator
Forum Moderator
 
Posts: 356
Joined: Sat Sep 23, 2006 7:19 pm

Re: Paltalk 9.9 Programming VB 6.0

Postby String » Fri Jul 23, 2010 12:12 am

Nice job Autopilot
String
imFiles Senior
imFiles Senior
 
Posts: 282
Joined: Mon Mar 10, 2008 7:06 am

Previous

Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests