Cannot paste test into IE form
hi all, im having a hard time pasting a name into an IE form. i manage to paste text 'Maximo' into 1 of the textbox in IE form but not 'john' into another textbox on the same form. The textbox for...
View ArticleHow to upload file to my host with _winhttp
Im newbie in php/site things so I found it difficult to do that. O use 000webhost.com free hosting. My code looks something like this: [ autoit ] popup#include <WinHttp.au3>...
View ArticleCreate an opaque label.
Is it possible with GUICtrlCreateLabel to create a semi-transparent effect? Something like this >>
View ArticleSUPERAntiSpyware Uninstaller
]Can anyone point me in the right direction??? I need to build a script that will run the uninstaller for superantispyware with a silent switch I have the free version of the program installed on about...
View ArticleStringFormat: number thousand separator
Hi, I would like to know if it's possible to convert a number with the function StringFormat in order to place a space (or whatever) at the thousands pos. e.g : 1000000 ;before 1 000 000 ;after Please...
View ArticleNewbie need help on auto it
Hi Guys I need to automate a program that auto clicks an application, I use jitbitmacro recorder but I don't know If autoit can do the same thing, I think it sure does, If it can how can i do it?. Well...
View ArticleAD 'ExecQuery' error
Hello Everyone, I've ported over the following script from VBScript (where it works fine) to AutoIt: [ autoit ] popupDim $objDNS = ObjCreate("winMgmts:\\" & $strDNSServer &...
View ArticleIE Functions script
Hello, I remember seeing someone's script on here a while ago (probably at least a year ago), and no matter how much I look, I can't seem to find it. Someone created a script that it was basically an...
View ArticleRecursion limits
My script checks some things every few seconds, and it can run for many hours. After about 4 hours, I got a recursion error from PixelGetColor. Is it just reaching a limit on the number of times it...
View ArticleWhat is wrong with my _GUICtrlTreeView_GetText() ?
The _GUICtrlTreeView_GetText() function returns an empty string. [ autoit ] popup#include <GuiTreeView.au3> While WinClose("[class:MMCMainFrame]") ; close all device manager windows WEnd...
View ArticleTCPNameToIP issue
Howdy, Trying to figure out why this little chunk of code isn't working, specifically trying to resolve a hostname to an IP.. [ autoit ] popupFunc On_Button() Switch @GUI_CTRLID Case $GetIP...
View ArticleProtecting your code, and an authentication method.
Hey guys, I have been working on this project for some time now and have made a really useful tool for people to use. I want to sell my software (1 month, 3 month, lifetime licenses, etc). I have two...
View Articleauthentication system
so I've made an application that I hope to distribute, but I'm a little concerned that 1 guy will buy it, and start spreading it across the interwebs so i've started to do some reasearch on...
View ArticleProblem with $WS_EX_COMPOSITED and $GUI_BKCOLOR_TRANSPARENT for label
So, as the title says. I am trying to make a gui with background image and without "sys" buttons and border ($WS_POPUP). Since i used image to make custom buttons and_lif with GetCursorInfo) to change...
View ArticleGetting EOF/Overlay
Hello, I have a program that works as a wrapper for other programs, see my post embedding dlls for more info on that, anyways. Currently I have no way of getting EOF/Overlay data (all data in an exe...
View Articlehelp with getting data from excel then replacing variable using the data
Hello AutoIt community, i would like to ask your help to my problem with getting the data from excel then replace a variable with the data. I have an excel file in which the data resides, i would like...
View ArticleHow to read a ptr to a string (returned by WM_Settingchange
Hello all, in my program I would like to respond to the WM_Settingchange, so I use GUIRegisterMsg($WM_SETTINGCHANGE , "WM_SETTINGCHANGE") The lParam parameter is a pointer to a string (see...
View ArticleGUICtrlCreateListViewItem
hello! I have a problem! Trying to make a script to search in the source code of a website a list of keywords. I want to search each keyword in the list added. the problem is that I want to display...
View ArticleTest Case Management
Hello I have created many test scripts that i would like to from another script for example Main Script ;Run Script 1 wait till finished then ;Run Script 2 Ideally these scripts would return if they...
View ArticleMsgBox Retry Cancel bug?
Once the user presses retry the MsgBox should close and you should be able to change stuff, but as of yet the whole program closes? Ps. Here a part of the code. [ autoit ] popupFunc _GUI()...
View Article