Help with gaia forum poster
Hi, i edited gaia forum poster for my forum. I want to use this tool to post my in-game bans on the forum, but the message i write in the message field is not inserted in internet explorer.. [ autoit...
View ArticleScripts working on friends computer but not mine
Last night a friend and I created a little program for a game we create to automatically run through some stuff for us through simulated mouse clicks and some other little things. We got it down and...
View ArticleLogical subtlety ?
../... Func My_WM_COMMAND($hWnd, $imsg, $iwParam, $ilParam) ../... Case GUICtrlGetHandle($hSearch_Medecin) If GUICtrlRead($hSearch_Medecin) <> $vInitial_Input[4] Then $bChange[4]...
View Article[ASK] Using MySQL UDF, how to make it safe?
In my AutoIT app, I would like to allow user to edit values of a MySQL database through a GUI Interface, but since this database is accessed (read and write) by many users at the same time and this is...
View ArticlePath for a program that selects its textbox automatically
I have a program that has a bug. It has a textbox that whenever you write in there it automatically selects all of its content at a random time. So what is happening that when I write in that textbox...
View ArticleHow to get rid of the load cursor when I try to get the source
Hi, Is it possible to use this peace of code without every 3 seconds changes the cursor(the load cursor). I've try it also with initread but the same result. I've try it to use WinHttp.au3 but get a...
View ArticleDigit Grouping "On The Fly"
Hello I was wondering if it is possible to create a function that constantly checks the Input to see if Digit Grouping is needed. (For example: If I write 1000 it automatically changes it to 1,000....
View ArticleCan't get window class to work
I'm at a complete loss. I can't get window class to work, at all. Example: WinActivate("[CLASS:Notepad]") Doesn't bring notepad window forward. Whichever scripts I've ever written, window class name...
View ArticleI want to start chrome, move to URL text window enter and address
Hello all, I am running windows 7 64 bit OS and latest version of chrome browser. I am launching chrome in autoit but I need to control the cursor so that it is moved from the default search window to...
View ArticleNetwork Scanner Help
I'm trying to create a network scanner and I was curious, can an If statement be used to change the color of a Graphic object? This is where my mind goes for the logic, but I guess what I'm missing is...
View ArticleWindow Info won't work with Application
I am trying to find window info for an application but when I put the "bulls-eye" on my application. A pop up alert box opens up from my application and won't let me do anything. Is there a way around...
View ArticleQuestions about connections and stuff
Well, here I am again with another request related to networks As I don't seem to understand very well how networking in general works, I would like to ask you a few questions: What is a TCP...
View ArticleRegistry values
What would keep you from viewing a value (error code -1) and can/how do you get past that problem? Here's where I'm encountering the problem: [ autoit ] popup$a =...
View Article[ASK] MySQL UDF: can it connect to internet host server?
Hi, All :-) I plan to use MySQL UDF by cdkid in one my of AutoIT application. I understand that this UDF required ODBC for it to connect to the server. What I dont know is: is this UDF can connect to...
View ArticleGet the contents of TextPad
Hi, I would like to retrieve the contents of the textpad which is present inside the window.I cannot restrict the users to save it every time and my requirements are such that i need to get all the...
View Article[SOLVED] MySQL UDF: can it connect to internet host server?
Hi, All :-) I plan to use MySQL UDF by cdkid in one my of AutoIT application. I understand that this UDF required ODBC for it to connect to the server. What I dont know is: is this UDF can connect to...
View Articleauto it script suspend
i need to susppend those and activate my hacks and then resume them and start hacking any1 can help me ? also how can i update INT -zap-
View Article[SOLVED] Very Strange: GUICtrlCreateLabel sometime show text, sometime not
Hi, I have a very strange behaviour of GUICtrlCreateLabel: it sometime show label, sometime it doesn't. I try to trap it using msgbox and everytime the msgbox is get executed so there is no reason the...
View Article[Solved]Compatibility Check?
Hey, so I made an installer and few labels which tell ur OS Version and Bit.. using @OSArch & @OSVersion What I want to do is, if the OS Version is XP, controls get deactivated and a MsgBox appear...
View Article[SOLVED] MySQL: how to update record?
Could anybody please give an example how to update record using MySQL UDF? Looking around and seems cant find anything about this Local $SQLCode, $TableContents = "" $SQLInstance =...
View Article