Paltalk Buddy List

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #190927
    Snoopy1968
    Member

    can this be adapted for visualbasic:) 😀

    #190926
    Chike
    Member

    @Snoopy1968 wrote:

    can this be adapted for visualbasic:) 😀

    Is there anything that can’t be?
    You’d have to replace the TreeView_* macros to TVM_GETNEXTITEM calls. Look at here for details.
    Declare TVITEM structure and the Windows API functions and constants involved.
    And then there the copying of retrived text that I’m not sure how it’s should be done in basic.

    That’s why I like C. You don’t have to deal with all that stuff.

    #190925
    Snoopy1968
    Member

    cool c program does this work with any trees or just paltalk buddylist

    i would like to find a visual basic code that will read in the winamp systemtreewview

    any idea?

    #190924
    Chike
    Member

    Only the main has some paltalk spesific code, just to make things more clear. The GetTVItem function is a general code and should work with any tree that is a TreeView control or it’s subclass.
    What winamp systemtreewview? The one in Media Library tab?

    #190923
    Snoopy1968
    Member

    Yes thats the one i would like reset Playlist back evertime its been used because there seems to be no button to delete playlists and i have been using reshack and cant to try and find where it says manage manage playlists god knows where i can find its not listed there so i am thinking thebest alternative is scrolll through the tree and reset the playlist back itself

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