Search found 23 matches

by acidburn
Wed Sep 20, 2006 10:17 am
Forum: Coding Questions
Topic: about sublass tutorial
Replies: 0
Views: 723

about sublass tutorial

is there existing tutorial for windows sublass class or parent and child?
by acidburn
Thu Sep 14, 2006 8:53 am
Forum: Coding Questions
Topic: how to get pixel position in another application?
Replies: 10
Views: 2232

wow thank you guyz...

sir PB thank you very much and sir kale thanks for the code and the links. i'll try it now


EDITED:

yup its working on Ragna client, but not in FLYFF client, may be you're right, it will not work in fullscreen app coz flyff is running in fullscreen mode. but there is a trick ...
by acidburn
Wed Sep 13, 2006 2:24 pm
Forum: Coding Questions
Topic: how to get pixel position in another application?
Replies: 10
Views: 2232

thanks kale!

thanks GOD kale you hit the point. thats what am trying to say, i wanna know the exact pixel of the game. by checkng the health of the skills am now may be able to used potion without pressiing keys. my main goal is for skills only, bcoz levelling skills in flyff is to hard. by the way ...
by acidburn
Wed Sep 13, 2006 12:59 pm
Forum: Coding Questions
Topic: how to get pixel position in another application?
Replies: 10
Views: 2232

sir PB, all of the players already doing that in flyff by means of using toothpick or paper inserting to a keyboard function key to keep their skills levelling while theiy are sleeping or while they are doing something and i think game moderator knows that. and i think that's not illegal in flyff ...
by acidburn
Wed Sep 13, 2006 11:50 am
Forum: Coding Questions
Topic: how to get pixel position in another application?
Replies: 10
Views: 2232

hello netmaestro!

thank you for replying. about my question, its a kinda AI type program that i would like to code (without any good backround in PB and am not that good programmer too heh). the idea is to capture the location (x and y axis) of pixel in the 3d Online game then if the condition is ...
by acidburn
Fri Sep 08, 2006 9:10 am
Forum: Coding Questions
Topic: how to get pixel position in another application?
Replies: 10
Views: 2232

no one knows? :(
by acidburn
Thu Sep 07, 2006 10:50 am
Forum: Coding Questions
Topic: how to get pixel position in another application?
Replies: 10
Views: 2232

how to get pixel position in another application?

hello there!

i am planning to make a program that can detect the pixel/color position in another 3d program and process that pixel position to my program. is it posible? ummm is it posible to send command to that 3d program? sorry for my crazzzzzyness thing heh

ty in advance
by acidburn
Sun Aug 27, 2006 10:43 am
Forum: Coding Questions
Topic: Windows that don't show up on the tack bar
Replies: 5
Views: 1337

Yey! TY for the code
by acidburn
Fri Aug 25, 2006 11:35 am
Forum: Tricks 'n' Tips
Topic: Changing icons in executables - NT, 2000, XP
Replies: 4
Views: 7655

great job
by acidburn
Sat Aug 19, 2006 10:05 am
Forum: Coding Questions
Topic: Detect events in other apps?
Replies: 13
Views: 11691

hello!

how about detecting text in the text box? is it possible?
by acidburn
Fri Aug 18, 2006 5:36 pm
Forum: Coding Questions
Topic: Getting text from winExplorer add?
Replies: 10
Views: 2909

ty for the information. i already did that, i've ready downloaded the samples and yes most of the files was created from the previous version of PB. but i managed to changed some syntax for PB4. actually i've started experimenting and conding since last august 3


and also thx to this site

http ...
by acidburn
Fri Aug 18, 2006 4:51 pm
Forum: Coding Questions
Topic: Getting text from winExplorer add?
Replies: 10
Views: 2909

whew... thnx for the info. dont know what to say

i better read more, but am hoping someone will post more examples here.
by acidburn
Fri Aug 18, 2006 4:08 pm
Forum: Coding Questions
Topic: Getting text from winExplorer add?
Replies: 10
Views: 2909

sorry foy my example, i used the exmple program code here for getting the handles

the result is here...
Handle = 8389476, Caption = M
Handle = 5309050, Caption = Default IME
Handle = 6357194, Caption = chords

still i dont get it... what is global atom? (excuse me for asking, its so embarassing)
by acidburn
Fri Aug 18, 2006 2:47 pm
Forum: Coding Questions
Topic: Getting text from winExplorer add?
Replies: 10
Views: 2909

hello there

am having troubled with handle

when i changed this
win=FindWindow_("ExploreWClass", 0)

to this
win=FindWindow_(5309050,0)

"can't find an Explorer Window"

when i try this
win=FindWindow_(0,"My Documents")

the result is this ==> Ç


sorry for my noobness, am not that good.. but ...
by acidburn
Fri Aug 18, 2006 10:18 am
Forum: Coding Questions
Topic: Getting text from winExplorer add?
Replies: 10
Views: 2909

@netmaestro

I'll try it now.. thank you very much..