Quantcast
Channel: AutoIt v3 - General Help and Support
Browsing all 12506 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Batch replace text in pdf file

Hi all I need to translate several pdf files. I have the original strings and their translation in a excel table, so putting them in an array and loop trough that array is not an issue. However, I have...

View Article


Installation script with .msi's

Hi, I am currently working on a script to install a driver for a cardreader system and a software package both wrapped in a separate .msi package so that I can install them silently. Until now I only...

View Article


Getting window handle of an excel object

Is it possible to get the window handle of an excel object created earlier? I am creating an excel object using:[ autoit ]       popup_ExcelBookNew(0)writing some stuff to it, but at some point I would...

View Article

Help Converting WMI Script to Determine if a Computer is a Laptop or a...

I'm trying to convert this WMI script to AU3 Thanks, Guy Sasson On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 arrComputers = Array(".") For Each...

View Article

Using HotKeySet

Hello All, I am trying to use Hotkeyset to detect when a user presses ALT + SHIFT + Backspace + DEL When this key combination is pressed simultaneously I will call my function. Here is what I have so...

View Article


Image may be NSFW.
Clik here to view.

easy question about _GUICtrlListView_InsertItem

hi guy i have  a  script   in this  script i created  a listview  with  10  colum i  wanna insert a  data inside  the  colum and  i wanna  use   _GUICtrlListView_InsertItem in first  colum  go...

View Article

sqlite the last id how get ?

hi  guy but  what  command  i must   use for  take  the  last  id  of  table   in sqlite ??

View Article

_GUICtrlMenu_GetMenu not working

the window is an internet explorer page   IE 8 on a windows XP professional it does have the file edit view favorites tools help menu opt("WinTitleMatchMode",2) #Include <GuiMenu.au3>...

View Article


Issues executing in silent mode a .reg file

Hi everyone, I having issues scripting the execution of a single .reg file into an installation sequence that will basically do the following 3 things: 1- Run the installation as Admin of the...

View Article


recovery file deleted ?

recovery file deleted with Function filedelete()

View Article

Image may be NSFW.
Clik here to view.

FireFox

Is it just me or everybody else too? The Finder Tool does not detect any coordinates in FireFox Explorer. In addition, since internet explorer works fine (As FinderTool is able to find the...

View Article

Helping yourself ham similar PixelGetColor

Hi there! I have one role you would like to ask questions: Can you help themselves first on the color-coded commands transmitted without calling up the scanner window is not??? I was just invited to be...

View Article

How to hash/store important data in script ??

Like in topic. I have pass to my FTP in script and any 1 can decompile my script and recover my data... How I can hash this passwords ? Or where can I keep them ? Not to fall in the wrong hands...

View Article


user function multiple returns

Honest I've searched for this - perhaps it is to simple.  How do you get multiple returns from one function? The Help talks of returns (plural)... Below works giving me the (19 September 2012) but I...

View Article

Problem with InetGet()

I'm rewriting an application that downloaded a file by calling an ASP page with this line: [ autoit ]       popup$oIE = _IECreate("http://myurl/page.asp", 0, 0, 0) The URL brings up the IE File...

View Article


Running Matlab .m file

I dont know what am I doing wrong, I want to run a .m file in the directory of my script its name is Matlabcode.m Run(@ScriptDir & "\Matlabcode.m", "", @SW_MAXIMIZE) Thanks

View Article

Putting a macro into a variable?

I have a script that is based on time. Something like this. $time = INIREAD ("File", "Section", "Crap") Do Sleep (600000); 10mins until $time In this case the INI reads @HOUR = 10 so it should resolve...

View Article


Image may be NSFW.
Clik here to view.

Would that be possible to make?

Hello I would like to know if it would be possible to create this script with autoit or should I learn C++ or Delphine? This is for a small game that provide 25 letters in a small box. The script would...

View Article

ElseIf with OR comparison executing incorrectly

I just had to fix a problem where I did a comparison on a variable using OR in an ElseIf statement, and it would fail to match (expected) but still execute anyways. Here is a generic example: [ autoit...

View Article

hi

i wanted to make an autofarm tool for the game called 'crossfire', i realised that it does not detect input. Is there anyway to get around this? I've already made one with another program but that does...

View Article
Browsing all 12506 articles
Browse latest View live