Skip to content
Home > Programming > syslistview32.

syslistview32.

Viewing 15 posts - 16 through 30 (of 34 total)
  • Author
    Posts
  • #189476
    Departure
    Member

    huh i dont understand… first you post a working picture of “getting items from systemlistview from the room” then in your last post you say you need to find some API’s for systemlistview.

    All i want to know if you could show me how you got the items from the room list (systemlistview)

    finding the handel tree structure is no prob, as NVYE has showen, but the only method i know is by using that example that i posted to get items from a systemlistview control.

    or even better send me your code Limit… :O)

    #189475
    Limit
    Member

    ok i prolly will when im on my computer
    but what im saying is..
    yeah i can get the users from syslistview32, i just need to get my api’s straight so it grabs the last user everytime a new user enters the room

    and get the handle code to get to the syslistview32

    and you can work with the fpdedemo2-lv.rar source code to get the syslistview32 users..

    just instead of finding the target with fpdedemo2-lv, have the target as the syslistview32 handle.

    and u can always get it..

    #189474
    AhFox
    Member

    Link download isn’t working !!!

    #189473
    Limit
    Member

    its working fine for me :-/

    #189472
    AhFox
    Member

    Welll … this is great information … but I have a different method to get all users list.

    Since paltalk supports sendKey …

    So if you want to get the nickname of the first user.

    Do it with the keyboard.

    go to system list view …. click on any nickname …

    hit “HOME” > first user position

    hit “END” > last user position

    (IMPLEMENT into Visual Basic language 🙂 ) simple huh ?

    SendKey {“HOME”} ‘This will go to the first person in the list

    SendKey {“END”} the last person in the list.

    Paltalk has a bug that it doesn’t jump on “@” when you hit “@” on your keyboard.
    Well I reported it, hopefully they will fixed it soon.

    Well then you ask me how do you get a user nick ??
    Well that’s easy … as you may know … Paltalk allows you to get “view uid” then you can copy their nick ….

    This will help you to find a user and search for the position of the user.

    Well the source you gave is good … but I think if one doesn’t know what he/she is doing … can kill the whole System.

    * Geting user list is one thing … but finding a user position is another thing … as I mention the method that I stated above will give you the nick and the postion of the user at the same time, this will help you to do the auto bounce and mute.

    Such as !mute
    or !kick

    I’ll try to figure it out … how to implement with the demo RAR above that you gave out. I’ll share it with ya …

    #189471
    Limit
    Member

    yeah home, and end, would work
    to make it click first user or last user
    then using the api to get the Text from that user, meaning going threw syslistview32, and using those api’s.
    which without a kill code, will crash paltalk system
    you have to by pass the method so it doesnt crash paltalk while trying to get the username text.
    which that program that was posted does bypass it allowing you to do anything you want to do with syslistview32.

    you know how to get the handle from syslistview32, then it should be simple to build that into that syslistview32 source code.

    instead of having that source code locate the target handle, have it changed to auto locate it. and thats how easy it is.

    #189470
    AhFox
    Member

    yes … you’re right LIMIT

    Using API to get systemlist index position should returns user nick … that is much faster than get “view uid” … Great tip ….

    But I don’t know how to do that part yet … 🙂 still trying though … Systemview is kinda complicated … you have to go into the memory and process stuff … i’m getting headache when I think about it 🙁

    #189469
    Departure
    Member

    hhehee yeah NVYE systemlistview32 sucks, you have to “hook” the control.

    anyway im glad both you guys found that example usful :O) but i would still like to see how limit did it in the picture he posted

    #189468
    Departure
    Member

    and you can work with the fpdedemo2-lv.rar source code to get the syslistview32 users..

    just instead of finding the target with fpdedemo2-lv, have the target as the syslistview32 handle.

    and u can always get it..

    yes i know how to do this already thats what i meant by saying i use this example to get the userlist, but i want to know how you did it LIMIT because i did’nt post this example until AFTER you posted your picture, so i assume that you use a diffrent method???? I just was interested what method you used in your picture

    #189467
    AhFox
    Member

    What you did is really COOL LIMIT …

    Departure is working is ass off … to do something like you 🙂

    getting total count is easy … 1 line of API … but the nicklist is complicated !!!

    #189466
    Departure
    Member

    lol…

    #189465
    Admin
    Administrator

    @Limit wrote:

    i can make a age checker, its no problem, but i was use to working with systreeview32, not syslistview32, so i gotta get some syslistview32 api’s and shit and update my systreeview32 api’s to syslistview32.

    Just woundering what good a age checker is? now the new nicks that are made no longer have a age on them nor can you add your age.. so a age checker is not much use anymore unless paltalk adds that down the road again i mean perverts/pedofiles can still come in the teens aslong as they have a nick that doesn’t have there age on there profile. i deleted my age checker code because of this reason. and its not like it will be hard to make again..

    #189464
    Johnny5
    Member

    To Departure
    I’ve view your source code, it is very helpfull. I’ve implimented into my Music-Bot v2.1 for my Auto Skip Request function. I hope you don’t mind i’m borrow your code, in return I’ll gives credit where is due, if you don’t mind.

    Thanks for everything guys, especially Departure, you’ve helps me out most.

    #189463
    AhFox
    Member

    I have some hints for you Departure.

    Last night I tried and … basically … After you loaded up the program …

    Drag “Location” to list view of Paltalk ….. It will returns an handle … so from there … it gives you the list of paltalk usernames … simple and easy …

    You can go through the code and put it in your listbox 🙂

    I’ll may play with it when I have time …

    #189462
    Departure
    Member

    hehehe NVYE thanks for the hints, but i would’nt have posted it if i did’nt know how to use it.

    I have been using this way for ages but i was interested in the way limit did it (before i post the example code) , but its really strange how his screenshots disapeared from this topic and i am still waiting for anwser on how he did it. so limit if your reading this how about a bit of input on your behalf???

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