Skip to content

Paltalk 9.9 Programming VB 6.0

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #187261
    String
    Member

    @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.

    #187260
    AhFox
    Member

    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 !

    #187259
    Admin
    Administrator

    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 🙂

    #187258
    jimmyng
    Member

    hi guys i couldn’t get userstatus work don’t know why please send me the sample thanks guys 😥

    #187257
    Admin
    Administrator

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

    #187256
    wazzzup
    Member

    Hi allz !!! Cool Updated Admin 😉 🙂

    #187255
    MrAlone
    Member

    Try to use the same code used for Paltalk 9,5 with no modification

    #187254
    autopilot
    Member

    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.

    #187253
    String
    Member

    Nice job Autopilot

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.