Skip to content
Home > Programming > VB6 – Send and Read Text (Pal 10)

VB6 – Send and Read Text (Pal 10)

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #190259
    String
    Member

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

    VB6PalExampleByString

    #190267
    light 2012
    Member

    Good work string 😀
    Thank you for example

    #190266
    String
    Member

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

    #190265
    String
    Member

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

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

    #190264
    light 2012
    Member

    Good work
    how to get the names from a room to a listbox? in your example

    #190263
    String
    Member

    Here 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/

    #190262
    light 2012
    Member

    vb.net ?
    what about vb6? please string

    #190261
    String
    Member

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

    #190260
    ocxdll
    Member

    brocan 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….

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