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

Image may be NSFW.
Clik here to view.

How can i save the checkbox? then load it when lauch the script?

Hy i would like to save the checkbox 's state, and when lauch the script it will be load itself like as before i closed the program. how should to do it?

View Article


Delete Files Older Than with One Line of Code

The single line of code below will delete files over seven days old. Additionally, it runs without the Windows Command Shell opening. The only configuration required is the path to the directory, i.e.,...

View Article


Can't get Autoit created TreeView Children

I am using this function to get the first item of an Autoit created TreeView. Local $TIDNumItem = _GUICtrlTreeView_GetFirstItem($TreeView1) I am using the Autoit Debuger to see the value and it says '...

View Article

Robocopy in an Array with Logging

The code below will run Robocopy without the Windows Command Shell and aggregate all three backups into one log file with the use of the carets (>). A single caret creates a new log. Double carets...

View Article

AdlibUnRegister

Greetings, I'm using AdlibRegister("AdlibFunc", 2000) to run a function every 2 seconds. However, sometimes the func my take longer than the time scecified. To prevent the functions running overlapped,...

View Article


TCPListen and Tray response

Hi all! Recently, I've been working on a program that is always running in the background listening to messages from TCP. However, I've encountered a problem, I'm trying to add a tray menu to the...

View Article

Set ctrl font colour winapi(Solved)

Looking for a way to change text colour of a label for instance via winapi. This does not seem to work. [ autoit ]       popup#include <WinAPI.au3> #include <WindowsConstants.au3> _Main()...

View Article

Why my UDP client never receive answer from server?

Hello. I am trying to communicate with udp server. Problem is that my script never receives answer from server. At first I thought packet must be invalid but after playing around with Wireshark I...

View Article


ObjEvent on ADO.Connection not returning strings

I have Created an Event Handler for ADO.CONNECTION the functions do fire but the strings contain gibberish. The Long and Int return okay. I have looked up the interface and they should be returning...

View Article


Image may be NSFW.
Clik here to view.

AUTOIT challenge - App doesn't respond to Send / ConrolSend

Hi, I'm tying to automate report generation from an old app. WinActivate works fine but then  Send, ControlSend, MouseClick, ControlClick and _WinAPI_Mouse_Event seems to be ignored although the...

View Article

A problem about wow auto-login script

Hi all, I've written a script for auto login wow, as the following shows: #Include <Array.au3> #Include <WinAPIEx.au3> Local $PID = Run("E:\wow\wow.exe", "") Sleep(8000);25 seconds is a bit...

View Article

Get web page contents -NOT source code- without using the clipboard

Hello everyone, the title is pretty much what I want to do but I'll elaborate below for details. I'm currently using a script to ease out my workload, it uses StringRegExp to extract certain bits of...

View Article

fileopendialog save - get path

I'm trying to get the path for the saved txt file, but it won't work, someone might know why? [ autoit ]       popup$test = FileOpen(FileSaveDialog("Save File", @DesktopDir, "(*.txt)") & ".txt",...

View Article


FileInstall Limit

Hi, I'm trying to create an installer that extracts about 586 files (3.2 GB) to temp directory, then executes the msi file. For this, I created a script with 586 fileinstall() functions. Script runs...

View Article

Appdatadir + image save

Hello. Sorry for my English at first. So I want to ask you guys how can I save Image, and put it in to the new folder on appdata. I have this code: [ autoit ]       popup Case $msg = $OK_Btn MsgBox(64,...

View Article


Block Name Changing.

I'm lookin for function that will be block by namechanging of .exe file

View Article

Sorting a ListView

I have a ListView that is created from a FileRead() using delimiters and then added into the ListView as shown below. [ autoit ]       popup       Local $src = InetGet($url, $file, 1)         $data =...

View Article


Combo Context Menu

possible to put right click menu with delete option for combo box items? this is the combo: [ autoit ]       popup$load = GUICtrlCreateCombo("", 112, 120, 185, 25, BitOR($CBS_DROPDOWN,...

View Article

Help updating a web crawler

<p>Ok, so i found this script and i have some questions [ autoit ]        expandcollapse  popup; ---------------------------------------------------------------------------- ; ; AutoIt Version:...

View Article

Register Window Creation Hook with _WinAPI_SetWindowsHookEx?

I would like to make a _WinAPi_ Hook ( just found the function today and its amazingly helpful) with windows messages. Searching the forum i can only find the following topics;...

View Article
Browsing all 12506 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>