- This topic has 36 replies, 10 voices, and was last updated 16 years ago by ThE DJ GaNgStER.
-
AuthorPosts
-
March 2, 2007 at 3:40 am #187990AdminAdministrator
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 🙂
March 2, 2007 at 3:42 am #188026ThE DJ GaNgStERMemberWindows Cannot Open File
March 2, 2007 at 4:02 am #188025AdminAdministratorwow snipplet hell outta the program im a lil intemated by it… whats the BC.exe for?
March 2, 2007 at 4:10 am #188024AdminAdministrator@DJ__GANGSTER wrote:
Windows Cannot Open File
thats cus its source code…u probably dont have vb installed…
March 2, 2007 at 4:11 am #188023ThE DJ GaNgStERMemberYa ninja .. where can i find the VB file ?
March 2, 2007 at 4:18 am #188022AdminAdministratordownloads page… on his site.
@DJ__GANGSTER wrote:
Ya ninja .. where can i find the VB file ?
March 2, 2007 at 9:03 pm #188021AdminAdministratorThe 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
March 5, 2007 at 5:37 am #188020autopilotMember@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
March 5, 2007 at 8:05 am #188019DepartureMemberAuto pilot that exactly what I was going to suggets to Admin, Yeah implement a pause function…..
March 5, 2007 at 2:12 pm #188018AdminAdministratorWhat 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 😐
March 6, 2007 at 12:17 am #188017autopilotMemberThat 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
March 6, 2007 at 5:02 am #188016AdminAdministratorah, 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
March 6, 2007 at 9:14 am #188015DepartureMemberit should only pause the the function (bounce function), depending on how the pause function is written
March 6, 2007 at 3:27 pm #188014AdminAdministratorUmm, aigh how about i call it on a separate timer 🙄
March 7, 2007 at 12:16 am #188013autopilotMember@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
-
AuthorPosts
Related
- You must be logged in to reply to this topic.