- This topic has 76 replies, 17 voices, and was last updated 1 year ago by attockonian.
-
AuthorPosts
-
August 3, 2013 at 11:03 pm #186794ChikeMember
@Admin wrote:
Source Updated to work with paltalk build 530 🙂
Source corrected to work with any version + some bug fixes.
Didn’t test it LOL you debug itEDIT: made a mistake there change IsVisible to IsWindowVisible
August 4, 2013 at 3:02 am #186793AdminAdministratorNice is working great I gonna test more this Monday AH I also needed to declare IsWindowVisible
Public Declare Function IsWindowVisible Lib "user32" (ByVal hwnd As IntPtr) As Boolean
Thanks alot man 🙂 no more updating hopefully heheh
August 4, 2013 at 10:54 am #186792ChikeMember@Admin wrote:
Nice is working great I gonna test more this Monday AH I also needed to declare IsWindowVisible
Public Declare Function IsWindowVisible Lib "user32" (ByVal hwnd As IntPtr) As Boolean
Thanks alot man 🙂 no more updating hopefully heheh
I declared IsVisible there you could just change the name, or change As Boolean to As Integer, it’s better IMO.
The bot don’t send or read text? I didn’t see any refernces to GetChild to find them.
Last time I checked v11 it was the same so it should work with all versions, I don’t know about the user status though.August 4, 2013 at 3:19 pm #186791AdminAdministratorAh I forgot to change the declaration to IsWindowVisible K i gonna change it to Integer. The bot send and receives text, but I really didnt test it alot just for a few minutes. Well the indexes still the same and I use that for those stuff not the getchild I think 🙂 and for this bot I dont use the user status yet, although Im thinking on putting a small timer talk timer in the future 🙂
August 4, 2013 at 3:57 pm #186790ChikeMemberClean your code, at the winter maybe LOL
I’ve looked at EnumChildWindows documentation and it says the return value is not use so I’ll post better code to make sure the handle was found.August 4, 2013 at 5:46 pm #186789DepartureMember^ agreeded about cleaning your code, you really need to give your components meaningful names instead of checkbox1, textbox1 ect.. and use variables with meaningful names where possiable
August 4, 2013 at 6:00 pm #186788ChikeMember@Departure wrote:
^ agreeded about cleaning your code, you really need to give your components meaningful names instead of checkbox1, textbox1 ect.. and use variables with meaningful names where possiable
I didn’t mean that clean, just get rid of duplicats would be a good start
August 5, 2013 at 3:13 am #186787ChikeMemberDid some cleaning, and changed the way control window is found.
I’m quite sure the marsaling is not needed, but did it anyway.
Didn’t check if running.August 6, 2013 at 12:54 am #186786AdminAdministratorLol man cleaning would take for ever and i don’t remember what texbox goes for what is like reading the whole code line by line 🙂
August 6, 2013 at 2:39 am #186785autopilotMember@Admin wrote:
cleaning would take for ever and i don’t remember what texbox goes for what
that is why you rename as you go, giving them meaningful names
August 7, 2013 at 10:55 pm #186784AdminAdministrator🙂 true cause is also a pain to fix the bugs when you don’t know what goes with what, I’ll see if I stop been a lazy asz and change it 🙂
August 7, 2013 at 11:38 pm #186783ChikeMemberAugust 10, 2013 at 2:17 pm #186782AdminAdministratorChike man the work it requires will mean I have to spend a whole month on it lol no even the holidays is enough
September 18, 2013 at 2:03 am #186781AdminAdministratorHere is the code with Chike changes it works with paltalk 11 too Thanks Chicke 🙂
September 24, 2013 at 3:00 pm #186780Johnny5MemberThe code doesn’t seem to be able to send text on Paltalk Version 11.1 build 537. can someone please confirm this?
-
AuthorPosts
Related
- You must be logged in to reply to this topic.