- This topic has 23 replies, 8 voices, and was last updated 14 years ago by Chike.
-
AuthorPosts
-
February 12, 2010 at 3:50 pm #187261StringMember
@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.
February 12, 2010 at 5:34 pm #187260AhFoxMemberWow 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 !
February 12, 2010 at 7:23 pm #187259AdminAdministratorString 🙂 Thanks again, I was bout to ask bout not getting the nicks, Now is due cause the index change to 0 lol thanks again 🙂
February 26, 2010 at 3:46 pm #187258jimmyngMemberhi guys i couldn’t get userstatus work don’t know why please send me the sample thanks guys 😥
February 26, 2010 at 8:44 pm #187257AdminAdministratorIf you using this code here the updated one
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 🙂
March 14, 2010 at 4:05 am #187256wazzzupMemberHi allz !!! Cool Updated Admin 😉 🙂
April 6, 2010 at 7:45 am #187255MrAloneMemberTry to use the same code used for Paltalk 9,5 with no modification
July 21, 2010 at 2:45 am #187254autopilotMemberhere 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.
July 23, 2010 at 5:12 am #187253StringMemberNice job Autopilot
-
AuthorPosts
Related
- You must be logged in to reply to this topic.