Skip to content

DoubleM

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: [Request] Get Paltalk Room Text #174840
    DoubleM
    Member

    did you get it work with v. 11? I am trying to get it work with version 11 but I still have no clue

    in reply to: Paltalk Bot #175074
    DoubleM
    Member

    I was updating the NicListClass value and the program was working for 10.x . But now I am trying v 11.1. I am not able to get read/send text in the current version. I don’t know what I should look at. Any ideas?

    in reply to: Paltalk 11 Programs Updates #174825
    DoubleM
    Member

    Sweet 🙂

    in reply to: Paltalk Bot #175085
    DoubleM
    Member

    @Admin wrote:

    Okay I updated to work for 530 get it again 🙂

    Yea chike I know I had to do it differently but ya know how I am in the summer lol only time for quick updates :mrgreen:
    DoubleM if you using PAT or JK’s Api spy all you need to do is put the mouse pointer on top of the room nick list when you using the APi Spy Tab of the program there you will see right next to where it says “Windows Class Name:” a number starting with ATL: in the window of the api spy. You need to change in the program code in the mdlPalInfo.vb module this code

    Public ReadOnly Property NicListClass() As String
    Get
    Return "ATL:00AE2508"
    End Get
    End Property

    Where you see the ATL to the new ATL that each build has 🙂 but is a pain I need to change it like Chike says :mrgreen:

    Okay guys try it out see if the new version works

    aah I did not see your post but I found it anyway 😀 you’re the man :mrgreen:

    in reply to: Paltalk Bot #175086
    DoubleM
    Member

    never mind. the api spy software in this page is straight forward. thanks to Loco again, who shared his code orginally 🙂

    in reply to: Paltalk Bot #175088
    DoubleM
    Member

    @deeva2 wrote:

    Ohh nevermind I got it now! I used API Spy for the first time 🙂

    I’m on 10.4 build 530 and having that problem too. I am trying to figure it out myself using the API spy. However, I don’t know what to look for and where. I chose the paltalk.exe process and looked inside it, but that is it. I have no idea where to find that particular value.

    in reply to: Paltalk Bot #175116
    DoubleM
    Member

    @Admin wrote:

    @usenet7 wrote:

    @autopilot wrote:

    @DoubleM wrote:

    the auto-redot-ing is not working anymore. I always get the nick not found message. Any thoughts on how to fix it? I believe that happened after updating my paltalk to the latest build

    Most likely reason is the name change of the syslistview control.

    I changed

        Public ReadOnly Property NicListClass() As String
    Get
    Return "ATL:00A2DFF0" 'fomerly "SysListView32" in 10.2
    End Get
    End Property

    and it worked after that.

    Yeps that works 🙂 the bad news is that paltalk always changes that with every new Build 🙁
    And did they change the way they send whispers? cause with the /w command everyone can see it 😆
    here the updated version

    Thanks for highlighting what you changed. That is much better than just fixing it. I’ll try it tomorrow. thump up

    in reply to: Paltalk Bot #175131
    DoubleM
    Member

    I don’t know what the last working build was. I don’t update the paltalk very often. I am not a VB programmer. things look to me encapsulated. but my best guess is that the function that search for the neckname is not working anymore.

    in reply to: Paltalk Bot #175134
    DoubleM
    Member

    the auto-redot-ing is not working anymore. I always get the nick not found message. Any thoughts on how to fix it? I believe that happened after updating my paltalk to the latest build

    in reply to: Paltalk Bot #175164
    DoubleM
    Member

    @String wrote:

    @DoubleM wrote:

    but I could not find any function that allow the unredot.

    To UNredot a user, you simply use the redot function. Send the function to a user who is already redotted, and they are UN redotted.

    Thanks String. That was it :), but I could not implement what I wanted. I now need something to tell me whether the nickname is red-dot or not. It does not seem that there is any function that returns that info.

    in reply to: Paltalk Bot #175167
    DoubleM
    Member

    Very good program. Thanks for having it as opened source code. I’m thinking about adding a safeList to it so that any nickname in the list is automatically unreddot. but I could not find any function that allow the unredot. is there anyway to add it?

    in reply to: Paltalk Bot Source Code VB .net 2010 #186814
    DoubleM
    Member

    Hi,

    I am not a VB coder but I can understand it’s sayntax and make some changes. I am trying to understand how to get the text from the paltalk room window/private message and send them. I figure out a way for sending a text via using ChatRTB1 control and SendChat() method as follow:

    ChatRTB1.Text = "my message comes here"
    SendChat()

    I don’t know any other way to send text and write my custom formatting.

    I also want to read line by line but I have not figured that yet. I am using

    Dim hnd As IntPtr = ReadTxtHnd()

    to do so but I still don’t have full controll over it cuz I don’t know how those methods work

    any hints?

Viewing 12 posts - 1 through 12 (of 12 total)