- This topic has 10 replies, 3 voices, and was last updated 13 years ago by String.
-
AuthorPosts
-
October 6, 2010 at 1:42 am #187160StringMember
An example of copying your friends list to a textbox using vb6.
Some code in my project is borrowed from other developers. Their credits can be viewed in the source.
Tested on winxp with pal 9.9 build 367November 9, 2010 at 8:16 pm #187170StringMemberThis method will retrieve the list from nearly any treeview, just plug in the correct data for finding the treeview.
December 4, 2010 at 3:55 am #187169StringMemberThis project will not get the pal list from Pal 10. They are now using a CAccordianctrl instead of a treeview.
January 29, 2011 at 10:48 pm #187168honey_34Memberthx string . yes i was able to collect my friend list before the latest release -> paltalk 10 . would you please update it .. ? thank you again
February 1, 2011 at 12:52 am #187167honey_34Memberi tried to change the handle for the pal friends list treeview as follow..
gradienttreeviewclass = getPalSubForm(“seinfeld_superman”, “Paltalk Messenger”, “CAccordianctrl”, 1)im using ms spy++ instead of PAT spy , but am still getting error >> “Run time error : subscript out of range ” in CopyTargetTreeview procedure . could any one tell me what is the problem ? 🙁
February 1, 2011 at 5:34 pm #187166methodMemberString can you tell me how to highlight each user name in buddy list one by one till i reach the end of the tree ?
February 1, 2011 at 5:42 pm #187165StringMember@honey_34 wrote:
“Run time error : subscript out of range ” in CopyTargetTreeview procedure . could any one tell me what is the problem ?
My project above collects the data from a treeview. The Pal 10 friend list is no longer a treeview control.
February 1, 2011 at 5:45 pm #187164StringMember@method wrote:
can you tell me how to highlight each user name in buddy list one by one till i reach the end of the tree ?
Hmm. Off hand I’m not sure. What are you trying to accomplish? Perhaps it can be done a different way.
February 1, 2011 at 5:49 pm #187163methodMemberThanks for reply string. I am looking for a solution for paltalk 9.9 and it is treeview still the buddy list. What i want to do is loop over buddylist and delete each user !! i know there are such programs out there but i want to learn how this can be done using vb6. i know how to send delete command but i dont know how to loop over each buddylist item one by one !
Hope you be able to help me .Thanks in advance.
February 1, 2011 at 6:08 pm #187162honey_34Memberwhat kind of list control paltalk 10 uses . can you show me an example . i read the comments in your previous project and it was very helpful .. thanks in advance
May 20, 2011 at 12:42 am #187161methodMemberI think now we need some how copy buddy list in palalk 10 that uses CAccordionCtl instead of treeview ! did any one come with solution for CAccordionCtl ?
-
AuthorPosts
Related
- You must be logged in to reply to this topic.