[WIN8] Custom Tile
Hi all I'm searching a way to add a custom tile to my application. I have found several software but i don't want to make an editor, just use it for mine app For who don't now what i mean: Ok, let's...
View ArticleHave any way to get the text from a Delphi 5 custom controls?
I have a framework with some custom controls in my Delphi 5 application, and i can not get the text in the controls. I tried all examples that i found in this forum. This custom controls don't using...
View ArticleIs there a way to detect if an error box pops up from another application and...
We have a service account that runs on a server that facilitates the importing of orders from our web store in to our internal accounting system. The problem is that if all licenses are used up, and...
View Articlehwid generator
Hi. I'm in the need of a hardware ID generator, that does not change, when the pc is reinstalled, drivegetserial, is not an option, since it is assigned by windows. and the cpu id is not unique. whats...
View ArticleFileCopy Problem
I want to distribute software to PCs on CDs. I thought this would work but it doesn't. Will someone help? Func LocateDrive($sPath) Local $aDrive = DriveGetDrive("CDROM") For $iLetter = 1 To $aDrive[0]...
View ArticleIssue with combobox in an app
Automating searches in Foxit Reader, and there's a dropdown that lets you select common folders to search in, and one of the options is "<Browse...>". I use ControlCommand() to select browse and...
View ArticleControlDisable issues
Greetings, and thanks in advance for any help. My experiments attempting to get ControlDisable to actually disable a control have been a failure. So far, I’ve only tried this on Notepad, but, although...
View ArticleProblem to read value of a registry key
I finished the installation of System Center Configuration Manager 2012 here at my company, but I'm having some problems to consolidate the number of installed clients, because I try to delete the...
View ArticleQuestion about TCPRcv&TCPSend
Hello, i was exploring the help file and i found this two commands TCPRecv&TCPSend .. and i have a little question: [ autoit ] popupTCPRecv( mainsocket, maxlen [, flag] ) in the example of...
View ArticleSort Functions Alphabetically, and Place them at the end of the Script
What I want to do is to place functions from a script at it ends in alphabetical order EXAMPLE Input au3 $var ="Sample au3" Func _yo() ;some script 2 Endfunc Func _akshay() ;some script 1 Endfunc...
View Articleget ip
hello, i made a program using _getip() but i found that i need to be connected to the internet searching in the forums i found that is possible to parse ipconfig but im having so much trouble with...
View ArticleArrays and pasting
Hello I was hoping someone could help me with arrays. Essentially I'm trying to copy eight different cells from Excel, adjacent to one another and paste them into eight different fields of a web form....
View ArticleMultiple Clipboards
Aloha everyone Long time Autoiter (Autoit 2) short time forum poster. I wrote a little clipboard storer with an hta gui and use short cuts to copy and paste clipboards. The variable space doesn't seem...
View ArticleMake local proxy for connect bitvise
anyone can help me to make proxy for connect bitvise. the network monitor like this : Source Destination Protocol Description modem IP server IP TCP TCP:Flags=......S., SrcPort=54359, DstPort=HTTP...
View Articlexml schema validate _xmldomwrapper
Hello, i was wondering if someone could explain how this function _XMLSchemaValidate works: [ autoit ] expandcollapse...
View Articlestring
i need to get a particular line from the notepad ... Local $Winx1 = @ScriptDir & "\aa.txt" ShellExecute($Winx1) Sleep(3000) Local $tit ='aa - Notepad' ;Local $rw=WinGetText($tit) Local $rw =...
View ArticleHelp with a script ( maybe GDI+ )
Hi, I know there are many example on the forum about analog clock, the most with GDI+, but they are all complex with many feature. I'm search something simple with lower CPU usage to start, like this...
View ArticleHow to fix "error in expression"
[ autoit ] expandcollapse popupLocal $file = FileOpen("kw.txt", 0) ; Check if file opened for reading OK If $file = -1 Then MsgBox(0, "Error", "Unable to open file.") Exit EndIf ; Read in lines...
View ArticleWhich is "better" in a GUI-loop?
If i remember corectly, the select-statement came later, chronologicly so i've allways used while...If in all my GUI's. Which is the prefered alternative out there, are there any drawbacks with either...
View ArticleCombobox not working
Hi all, I have written a code for testing GUI for an windows based application.The below code has to select a string from drop down list which is not working please help me to resolve this.i couldnt...
View Article