Skip to content
Home > Programming > Paltalk List Fast Bouncer Source Code

Paltalk List Fast Bouncer Source Code

Viewing 15 posts - 1 through 15 (of 37 total)
  • Author
    Posts
  • #187990
    Admin
    Administrator

    Aight here the code to this new program I am working on is a fast bouncer via a listbox, where ya just click on the nick in the listbox and bounce that person 🙂

    #188026

    Windows Cannot Open File

    #188025
    Admin
    Administrator

    wow snipplet hell outta the program im a lil intemated by it… whats the BC.exe for?

    #188024
    Admin
    Administrator

    @DJ__GANGSTER wrote:

    Windows Cannot Open File

    thats cus its source code…u probably dont have vb installed…

    #188023

    Ya ninja .. where can i find the VB file ?

    #188022
    Admin
    Administrator

    downloads page… on his site.

    @DJ__GANGSTER wrote:

    Ya ninja .. where can i find the VB file ?

    #188021
    Admin
    Administrator

    The bc.exe is the bouncer itself, I use it cause for what ever reason dont know if its me but when I try calling the bounce action it doest seem to work, directly from the program 🙄 I dont know why

    #188020
    autopilot
    Member

    @Admin wrote:

    The bc.exe is the bouncer itself, I use it cause for what ever reason dont know if its me but when I try calling the bounce action it doest seem to work, directly from the program 🙄 I dont know why

    I have found that on the newer faster pc’s, I have to add a pause to the program execution to allow the bounce reason box to open fully before trying to write the reason to it. I dont know if this is your issue, but you may want to look into it.

    autopilot

    #188019
    Departure
    Member

    Auto pilot that exactly what I was going to suggets to Admin, Yeah implement a pause function…..

    #188018
    Admin
    Administrator

    What you guys mean, like in some codes I have a delay thingy, where I will delay from one step to the other for 2 seconds 😐

    #188017
    autopilot
    Member

    That is exactly what I am saying. You want to do the following:

    PostMessage(iHnd, WM_COMMAND, 32947, 0)
    pause to let window open (about 0.3 to 0.5 of a sec will do)
    SendMessage(iHnd, WM_SETTEXT, 0, Text)

    Play with this and see how it works for you.

    autopilot

    #188016
    Admin
    Administrator

    ah, one thing now i remember why I do like the bc.exe shell so the timer on the program will keep on getting the last line ect… 🙂 so if i use the delay it will stop the program from continuing getting the last message send 🙂 I think

    #188015
    Departure
    Member

    it should only pause the the function (bounce function), depending on how the pause function is written

    #188014
    Admin
    Administrator

    Umm, aigh how about i call it on a separate timer 🙄

    #188013
    autopilot
    Member

    @Admin wrote:

    Umm, aigh how about i call it on a separate timer 🙄

    That was how I had solved it with pal 8 but i had problems with pal9 doing some tasks after the bounce. It would work without the followup tasks, but as soon as i tried to add in the followup, the bounce would crash. I still use a pause but implement it slightly different.

    autopilot

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