Skip to content
Home > Programming > Using JK’s API SPY

Using JK’s API SPY

Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • #190428
    Admin
    Administrator

    locos gay, so that automatically makes him wrong and me right.

    #190427
    Admin
    Administrator

    so if i just follow loco’s instructions and skip that step…..its will work right? or do i need to know more? ❓

    #190426
    Admin
    Administrator

    I didn’t even read the fkin thing so I have no idea what step you’re talking about, but you said that you dragged the ring over the window border and you don’t need to do that, you can, but don’t need to.

    #190425
    Admin
    Administrator

    lol ghost is wrong I am right lol, but really where you stuck at cause I am confuse now too 🙄

    #190424
    Admin
    Administrator

    never say I’m wrong bitch

    #190423
    Admin
    Administrator

    lol, butthe thing I dont know why u might be wrong since I dont know where he stock at 😯

    #190422
    Admin
    Administrator

    fine, I’ll cave and read the damn thing to see if I can tell where hes at…

    #190421
    Admin
    Administrator

    @YeaAnd wrote:

    @Admin wrote:

    now drang the yellow ball to the borders of the paltalk room window and you should get this code

    Dim dlggroupchatwindowclass As Long
    dlggroupchatwindowclass = FindWindow("dlggroupchat window class", vbNullString)

    um…loco….im confused here…..i tried all diff things….n i dont get that code u posted…..can u please show a picture of that so i can see exactly wut ur talkin bout….cus i put it on the border of da room n i got diff code… 😕

    #190420
    autopilot
    Member

    The reason that you want to find the main window info first, is to find the text box (RichEdit20A), which is a child of the main chat window. You would be hard pressed to find the text box and post text to it without the parent info. If you just search for a RichEdit20A control, there is nothing to let you know which one you found… If you find the parrent (using the window class and name), then you know that the child is correct and that the text will post to the correct room.
    That being said, the example that loco posted that is causing some confusion, looks like it is for paltalk v9. Code for paltalk v8.x would look like the following:

    Dim mywindowclass As Long
    mywindowclass = FindWindow("my window class", vbNullString)

    Now to really make this code useful, the “vbNullString” should be replaced with the window caption(example:”Paltalk Help Lobby 1 – Voice Room” would find the chat room for Paltalk Help Lobby 1 – Voice Room if that room was open)

    Also it should be noted that the code samples that are posted by loco are for use with VB6. If you are using a newer version of VB, the syntax will have to be modified to reflect the changes.

    Hope this helps to clear things up

    Autopilot

    #190419
    Admin
    Administrator

    where the fuck did you come from?!

    but yea, I understand what you mean by it being useful to find the parent window first, however, if you wanted to make this program work in both pm and rooms, then using that method would take more coding than needed… the only reason I said that you didn’t need to find the parent window first, is because I have never done that… I always found it easier to just find the text box, but like you said, it would go to any room or pm window… which could be good or bad, depending on what kind of program you make…

    P.S. I haven’t seen weather the api’s on pm windows and rooms on 9.0 is the same, but it used to be on 8.x and thats why I said it would work for both…

    #190418
    autopilot
    Member

    @Ghost wrote:

    where the f**k did you come from?!

    LMAO
    i have been here in the shadows for a long time… i admin in an adult room and have written a tool to help our admins… i am self taught in VB2005, but would not have been able to get my project off the ground without all the info here. thanks to all the people that contribute here in the forums!

    autopilot

    #190417
    Admin
    Administrator

    lol then welcome to the forums! glad we could be of help to you, and I can already see that you can be of help to us!

    ohh and, for the record, this is probably the nicest post you will ever see me make on here…

    #190416

    @Ghost wrote:

    lol then welcome to the forums! glad we could be of help to you, and I can already see that you can be of help to us!

    ohh and, for the record, this is probably the nicest post you will ever see me make on here…

    wow omg ghosst you just said something nice wtf happing to you are you going crazy or some thing? your never nice but i guess ppl gota chage some times

    #190415
    Admin
    Administrator

    rofl…..gotta agree wit u there vinnie….lol 😆 Ok ill have to think about all this….i gotta figure this out….i wanna see what loco has to say about this….cus …..call me stupid….but where am i supposed to drop that yellow ball? other than the text box….can i have a little pic to illustrate? This is driving me nuts cus i cant understand how to make a simple text sender…lol….

    #190414

    I never use this tool in my life, if you have vb6 you have spy++ tool, on the menu spy choose window and there you can explorer what spy++ list window structure like class name of window or window caption and many other thing…

    try check them and open the code text sender or get text made by someone on here then if you can understand that, you will never ask for help 😆 when you use some thing auto you will not learn nothing and still ask for help again and again if pt chagne version.

    the first step is alway difficult but if you got it, all thing are simple to you.

Viewing 15 posts - 16 through 30 (of 35 total)
  • You must be logged in to reply to this topic.