Simple hotkey... hotkeyset, or _IsPressed? neither working
Hello everyone, if someone could please help me with this, I would really appreciate it. I am trying to write a very, very simply script, but having trouble figuring out what I'm doing wrong. I imagine...
View ArticleEval control ID variable
I have a couple dozen checkboxes and their states are saved in a binary string. It looks like eval and execute are only for transferring/computing values, rather than creating a variable name. The...
View Article[ASK] Remove CRLF at the end of text file
Hi :-) What is the best way to remove the CRLF at the end of text file? Is there any build-in function to do it? For example, my text file content: Line1 Line2 When I open it with notepad and press...
View Article[SOLVED] Display Picture As Tooltip
Hi, All I have an inputbox that contain a path complete with a jpg filename. Is it possible when user move the mouse pointer to the inputbox, the application display the picture? Thanks in advance....
View ArticleHow to hide the window on the projector?
Hi all programmers! Very much in need of your help. Tell me how to make a window invisible to the projector? I got to do the following: Opt("GUIOnEventMode", 1) $Form = GUICreate("Control Panel", 300,...
View ArticleLog website the user is visiting
I want to log the website or the domain name part of the sites the user is visiting in browser ! One way can be by analyzing the history file but that is only possible with I.E So, looking for help !...
View ArticleCheck digital signature
Hello. How to verify the digital signature of a file. I find no information about it. Some source code in c: http://processhacker.sourceforge.net/doc/verify_8c_source.html Thanks.
View Article_IsPressed Help?
Well, lately i have been having this problem with _IsPressed everytime i hold down the button that i set with _Ispressed, it would spam. What i need help with, is how would i go to make it so it will...
View ArticleChanging a script example to use a said Drive letter from drop down
I am requesting some guidance. I am modifying an example script located here: http://www.autoitscript.com/forum/topic/125610-windows-user-files-back-up-and-restore/ I have drawn the GUI and added some...
View ArticleTime Picker
Hi Guys, Lately we've been extracting a bunch from our database so i thought why not make only one that can save queries instead of creating 1:1 apps and adding them on scheduled task, The problem is...
View ArticlePass single dimension of Muti-dimension Array?
I have a mulit-dimension array that contains various information about a list of files, as in: Dim $array[10][$last] Enum $f_name, $f_size, $f_create, $f_text, $f_modified, $f_last I want to be able to...
View ArticleMultidimension array issue
I have created a multi dimension array $data[11][3] and I can get the item to display in a the GUI and populate checkboxes but I want the 2 item of the array to be read and if it's 1 then load the...
View ArticleExcel lookup table problems
Hi, I have an AutoIt script that does a lookup in an .xls file and when a match is found it copies data from an offset cell. This part works fine, but I cant seem to control when a match is not found....
View ArticlePassword in ram dump
If i use a script to launch a command dos to mount a crypted volume, the password sended via script and dos remain in ram? do it is possible to erase it certainly?
View ArticleUsing Eval() to retrieve object properties
A Merry (late) Christmas! I was working on something, and am trying to shorten some code. ;Local $eTemp = "err.description is: " & @TAB & $oError.description & _ ; "err.windescription:"...
View ArticleForking
Hello everybody! I've searched the forums quite a bit on "forking" scripts and only found outdated topics. Outdated as in 2006 outdated (unless i was doing it wrong). Anyway, is forking possible in...
View ArticleScript that return web address with next number
I want to make script that can return web address with next number For example this smotri.com/live/182690864-vk/ to this smotri.com/live/182690865-vk/ Can you help me?
View ArticleCreating a script to auto install a program.
I've been browsing through the forums and tutorials the past week to get a simple program to install. I've looked at ControlClick, Send, ControlSend, and MouseClick to get the install to hit 'Next' on...
View ArticleWait for button click in IE
Cant manage to make it myself. For example I want script to wait till I click submit button in example form. I think I need to read values somehow or smth.. [ autoit ] popup#include Local $oIE =...
View Articlewho is the parent of an msgbox?
Hello to You that are reading this, With the WinExists() function I check if a windows (an msgbox in my case) with a specified text title appear on the screen, and when it does, I simply close it....
View Article