L1ghtn1ng Posted February 2, 2005 Posted February 2, 2005 I want to create an edit box which it will generate info on what the program is currently doing... well, could you plz tell me the command? . Or is there another box which can do this thing? thx 4 the help -=][ Learning to be a master ^.^] [=-
Andre Posted February 2, 2005 Posted February 2, 2005 Hi, what u mean by "what the program is currently doing" ? Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
L1ghtn1ng Posted February 2, 2005 Author Posted February 2, 2005 Actually I'm making a bot for an online game. So, I want the program to say what is it currently doing. Say, the program is attacking the monster, in the autoIT form it will say, "Attacking", like that.... -=][ Learning to be a master ^.^] [=-
Andre Posted February 2, 2005 Posted February 2, 2005 Ok, Then u need to write a kind of logic that monitors your game and then write it to an Msbox/EditBox.... Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
L1ghtn1ng Posted February 2, 2005 Author Posted February 2, 2005 yeah that's what I'm actually asking, how to write it in the edit box, in the tutor of autoIT it doesn't say how to write things in edit box. and isn't the edit box can be written by the user who is running the program? How to make it uneditable? thx.... Or am I wrong? -=][ Learning to be a master ^.^] [=-
zcoacoaz Posted February 2, 2005 Posted February 2, 2005 (edited) GuiCtrlSetData ( $editbox, "Attacking a monster" ) if you are using gui Edited February 2, 2005 by Xenogis [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Andre Posted February 2, 2005 Posted February 2, 2005 Hi, Perhaps an Tooltip is also an idea ToolTip('This is my text',0,0) Writes 'This is my text' at the top left screen position Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
L1ghtn1ng Posted February 2, 2005 Author Posted February 2, 2005 Thx a lot . At last my bot is.... well, good enough I think -=][ Learning to be a master ^.^] [=-
L1ghtn1ng Posted February 2, 2005 Author Posted February 2, 2005 GuiCtrlSetMsg ( $editbox, "Attacking a monster" )if you are using gui<{POST_SNAPBACK}>I think it should be GuiCtrlSetData right? -=][ Learning to be a master ^.^] [=-
zcoacoaz Posted February 2, 2005 Posted February 2, 2005 yes, i will fix that (wasn't really thinking correctly) [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now