- This topic has 8 replies, 3 voices, and was last updated 9 years ago by
light 2012.
-
AuthorPosts
-
May 17, 2012 at 11:01 am #190259
String
MemberThis example shows how to send text and read text from a pal 10 chat room.
It works in all chat rooms, regardless of color.
I didn’t have time to post many comments on my code, so feel free to post questions about this project here.NOTE* This has only been tested on pal 10.2, build 438.
File removed – See updated file below.
May 17, 2012 at 5:37 pm #190267light 2012
MemberGood work string 😀
Thank you for exampleMay 22, 2012 at 8:17 pm #190266String
MemberThis example shows how to send text and read text from a pal 10 chat room.
I didn’t have time to post many comments on my code, so feel free to post questions about this project here.
NOTE* This has only been tested on pal 10.2, build 438 and 10.2 beta, build 450.
June 14, 2012 at 8:26 am #190265String
MemberIf using Pal version 10.2 build 453, You’ll need to make the following changes to my example above.
Find this code in the ReadPalVersion function:
ElseIf InStr(sVersn, "10.2.1") Then ReadPalVersion = 450
And replace it with this code:
Looks for build 453 specificallyElseIf InStr(sVersn, "10.2.0") Then ReadPalVersion = 450
If you want your code to include compatibility for build 453 and lower 10.2 builds, then add the new code below your existing code instead of replacing it.
I’ll update the above example soon.
February 17, 2013 at 2:06 pm #190264light 2012
MemberGood work
how to get the names from a room to a listbox? in your exampleFebruary 17, 2013 at 9:21 pm #190263String
MemberHere is an example on how to do it using vb2010. It may need updated, but it still shows how to add the room nic list to a listbox.
I found this using the forum search 😉
http://www.imfiles.com/topic/how-to-get-names-in-paltalk-room-to-a-listbox/
February 17, 2013 at 10:41 pm #190262light 2012
Membervb.net ?
what about vb6? please stringFebruary 17, 2013 at 11:03 pm #190261String
MemberIt shouldn’t be that different. Look at the code and at least try to adapt it to vb6. If you cant get it to work after trying… start a new thread and post the code you have so far.
January 26, 2014 at 3:54 pm #190260ocxdll
Memberbrocan you tell me how to make a patcher in zamtalk because noo body answer me here….long time ived posted until now my post is not showing in any fourum….
-
AuthorPosts
Related
- You must be logged in to reply to this topic.