copy
hi friends, one help i need to copy the the file from the cd/dvd to another folder ... how to do that ? i did in c drive it working .... but same code i write for cd drive its not working ....
View ArticleDetect an USB device
I want to know that is there any way to detect an USB device when it gets plugged into the system and call some function connected to that event? I was able to do this using C#, there is a class...
View Article_GUIImageList always showing the same Picture
Hello guys, In my current attempt to make a list of several .bmp Files, I have hit a road block. Every time I add a new bmp from an array to the list with _GUIImageList_AddBitmap - it always adds...
View ArticleHow to align currency right?
I wrote a skript to calculate something and want to align the currency in the MsgBox decimal or right. The output should look like this 10.00 € 100.00 € 1000.00 € but at the moment it is centered. ;-(...
View Articleloop excatly every 10 seconds
Hi together, i want to go through a Loop every 10 seconds. But depending the code inside the loop, the time differs. E. g. Do Select Case @SEC = 0 or @SEC = 10 or @SEC = 20 or @SEC = 30 or...
View ArticleCan AutiIt test web applications?
Just wondering if there is a possibility to test web applications?
View ArticleSelect with multiple Variables
Hello I got a question. Is there any other way to do Select function: We got 5 different vars: $1=true or false, $2=true or false and $3=true or fallse And now the select function Select Case $1=true...
View ArticleBinary Convert
Hello every body. This is picture about my question Which func i should use to convert Binary1 to binary2 ? Thanks !
View ArticleListView with group enabled
Why ListView_EnableGroupView() modify the arrangement of items in my list view? AutoIt expandcollapse popup#include <GuiListView.au3> #Include <WinAPI.au3> #Include...
View ArticleUsing ProcessClose for an Autoit exe to end itself ?
Hi, I know this has been discussed before. I was looking for a very simple way to end an autoit script/exe when "exit" does not work - I noticed that if a loop is executing in a script "exit" does...
View ArticleHow to search if a string contains an array value
Hey folks, I'm a bit stuck on the following: I've got a string of text and an array that I want to compare (I want to check if any of the values in the array exist in the string), but I can't get it...
View ArticleResource updates
#region #AutoIt3Wrapper_Res_Language=1055 #endregion #pragma compile(Out, myProg.exe) #pragma compile(Icon, AutoIt_Old4.ico) #pragma compile(ExecLevel, highestavailable) #pragma compile(Compatibility,...
View ArticleFirefox FF UDF and settin an element to Multiple Values
Hello all, Im using the FF UDF. Im trying to use _ffsetvalue to select mutlipe items that are available in the list When I use _ffsetvalue("physicaldeliveryofficename","ATTRIBUTES" ,"name")...
View ArticleGetting the index of a checked row.
Hello all I've reached a small problem in my coding, currently I have a listview which has checkboxes, only one checkbox may be selected at a time, and it's (supposed) to save the selected one in the...
View ArticleListview onclick
Hello I was just wondering if anyone knew the variable name to use from WM_NOTIFY to detect if an item has been clicked or checkbox checked inside a list view? Currently I only know Case...
View ArticleMouse barrier script help.
I've been trying to get this script working which was written for me by somebody who i can no longer contact. There are two issues i would like to change. The first one i assume is easy, i want a...
View ArticleChecking a checkbox on uncheck (in listview)
I searched around for a bit before asking this, so please bear with me. Currently I have a program where only one checkbox in a list can be selected, but I want to make it so that it;s impossible to...
View Articleopen windows
I notice that you can check and see if window exist, but how do you put a permanent check to see if the window close? If it close then re-open. Say for example, I use teamviewer and once in awhile it...
View ArticleIPC via stdinwrite() and consoleread()
Hello I am attempting some IPC between two scripts, I have been able to get it to work this way in the past, but it's been a long while since I've coded that script. Below is what I have so far, what...
View Articlecopy the folder
hi friends , i need to copy the folder and subfolder from one drive to another drive .... how to do that ? please please help me ... need it for my project
View Article