Inserting string into the beginning
I've used code submitted earlier on this forum: #Include <EditConstants.au3> #Include <WinAPI.au3> #Include <WindowsConstants.au3> Global $sFile, $hFile, $iSize, $sData, $tData,...
View ArticleInteracting with controls without loosing focus of active window?
Hi, is there some way to interact with controls without loosing focus of the active window? I need to fill in InputBoxes of a program I start hidden but when it starts I loose focus of my active window...
View ArticleScript Macro
Hello all Would the macro @ScriptFullPath work if the Script has been Compiled, if not, is there any way of doing this with a compiled script?? thanks
View ArticleFunction hex gives incorrect results
Hi, The following demo code illustrates the issue I am running into: $m_nTemp = InputBox("Bang", "Enter number", "" ) $m_nTemp = $m_nTemp * 2 ;$m_nTemp = number( $m_nTemp ) ;$m_nTemp = string( $m_nTemp...
View Articlecall an EXE from autoit and specify window size?
I need to call an external program from AutoIt and for some reason this program doesn't remember window sizes. Is there a way to call the program and specify how big I want the window? (or also default...
View ArticleHelp with Combo box
Hey Guys, i have the below code i am trying to get it to when i select region it will run a certain program how do i do this with combo boxes [ autoit ] Â Â Â popup#include #include #include #include...
View ArticleAppending text to an Outlook Email Subject
I have an accounting system that generates emails to our customers.  It creates each email individually and brings up the Outlook window for each one.  The user is intended to review the email and then...
View ArticleHelp TCPListen
TCPStartup() Global $Server Global $sIPAddress = TCPNameToIP('some.no-ip.info') Global $nPort = 80 $Server = TCPListen($sIPAddress,$nPort) IF @error Then MsgBox('','','Error') Exit EndIf Hi Dudes , a...
View ArticleHow you can connect with some website
For example I had win 7 key to activate only one pc What is script that let microsoft connect with my pc to ensure form key #include<process.au3> _RunDos("slmgr.vbs -ipk xxxx") xxxx= win 7 key
View ArticleMsgBox on Win7 - button not centered
Hi all, When I use MsgBox on Windows 7, the OK button is not centered, Is this a known issue and is there a workaround ? Thanks [ autoit ] Â Â Â popupMsgBox (0,"","OK button not centered") Attached...
View ArticleHow can I get the contents of my query with mysql.au3?
I have these scripts which seem woking until I try to display the query contents of a table of my SQL database (I use the latest AutoIt version): #include "mysql.au3" _MySQLConnect ($UserName,...
View ArticleHow to give focus back to previous window
I have a script which is activated by a click with the right mouse in whatever application. It opens another program, does a few things. My mouse is still in the previous program (from where I...
View Article#include <excel.au3> - simple question
Do I need to install MS Excel ? or this UDF use COM built in Windows ?
View ArticleExemple Hex Dump (Scan)
Good evening. good, I'm working on a new software. But I have a little trouble in a dump function What do they need to do exactly? I need it to detect a certain component or string or offset or passage...
View ArticleGUICtrlOnHover and WM_COMMAND
Hello, excuse my english I'll do my best I used the UDF GUICtrlOnHover v2.1 and I loved it, so I wanted to use it again with another software, but I had a problem, the "PrimaryDown_Proc" is not working...
View ArticleShellExecute vs. Run
I was trying to run a script that runs another autoit script in the middle of it and learned that I need to use ShellExecuteWait(".\AutoIt.au3",".\childscript.au3") instead of RunWait with the same...
View ArticlePartition numbers to drive letters
Hi, I am creating an automated Windows installer using WIM images. I've got most of it covered execpt for converting a parition object into a drive letter. I took a look at this code: [ autoit ]...
View Article[Solved] File Deletion
Was able to restore the file through some methods outlined in MSDN thanks to guinness.
View Articlestring from tree view
how to get the system summary from this tree view this is my code Local $tit='ASTRA32 - Advanced System Information Tool 2.13' Local $ptit=WinGetText("ASTRA32-Advanced") MsgBox(0,"name",$ptit) its...
View Article