Forum Replies Created
-
AuthorPosts
-
September 18, 2013 at 12:10 am #174840DoubleMMember
did you get it work with v. 11? I am trying to get it work with version 11 but I still have no clue
September 18, 2013 at 12:08 am #175074DoubleMMemberI 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?
September 18, 2013 at 12:03 am #174825DoubleMMemberSweet 🙂
August 3, 2013 at 4:21 am #175085DoubleMMember@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
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 codePublic 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
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
August 3, 2013 at 4:20 am #175086DoubleMMembernever mind. the api spy software in this page is straight forward. thanks to Loco again, who shared his code orginally 🙂
August 3, 2013 at 12:19 am #175088DoubleMMember@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.
April 6, 2013 at 6:40 am #175116DoubleMMember@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 Propertyand 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 versionThanks for highlighting what you changed. That is much better than just fixing it. I’ll try it tomorrow. thump up
March 16, 2013 at 9:14 pm #175131DoubleMMemberI 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.
March 15, 2013 at 11:47 pm #175134DoubleMMemberthe 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
November 29, 2012 at 9:07 am #175164DoubleMMember@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.
November 25, 2012 at 6:01 am #175167DoubleMMemberVery 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?
October 20, 2012 at 10:50 pm #186814DoubleMMemberHi,
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?
-
AuthorPosts