remove duplicated items from Array !!!
hello everybody I have array like this : #include <Array.au3> Local $aArray_Base[8] = ["1","2","3","1","2","2","5","6"] _ArrayDisplay($aArray_Base, "Base array") how can I remove duplicated...
View ArticleExtract Only Numbers and Symbols
Hi again!, How would I go about Extracting only the numbers and the colon for time from "AVAIL:13:20" ?
View Article_ExplorerCopy options
I'm using _ExplorerCopy() with this code: AutoIt expandcollapse popupLocal $SHFILEOPSTRUCT, $aFiles, $SourceStruct, $DestStruct, $iSourceList, $iLen $SHFILEOPSTRUCT = DllStructCreate("hwnd...
View ArticleGeneral suggestions on where to start
I am not looking for any code here, just want to see if the method I am thinking about using makes sense. The situation: I have 800+ plus customers that have a list of navigation charts they have...
View Article[Problem] WinApi Keyboard Hook REPOSTED
I don't know why moderator close my topic for "keylogger" i get code of hook from pure scite help i see more topics with that code and thats topic no closed.. e.g WHY THAT TOPIC NO CLOSED? Hi, i make...
View ArticleNeed Helps About Date Code !!!!
$ngay = @Mday If $msg = 6 Then $ngay = @MDAY + 1 Sleep(50) Send("{DEL 2}") Sleep(50) Send($ngay) EndIf Here is my issue, my date code just plus 1 when i choose tomorrow. For...
View Articlereceipt printer & cash drawer
hi autoit community after while of use autoit for my own purpose i decide to use it in work now i design a program to restaurant but i have problem with "receipt printer & cash drawer" i don't now...
View ArticleStrange interfernce in my PC
Hello, I work on Windows 7 and lately I have been using AutoIt to help me in some of the most annoying, repetitive and boring tasks I have to do, so big thank you to all for helping me get through...
View ArticleHow to find how many @LFs in a given text
Hi all, I am in the midle of a string related script. I need to find how many line breakes are there in the given text. How can i do that. I think i need to use StringRegExp function. Am i right ?
View ArticleSmall question about Run and .Reg files
Hello, I'm trying to run a .Reg file Silently, using Run. I succeed by this method: Run("REGEDIT /S Test.reg") But, I was trying to run a .Reg file from another folder silently, and nothing...
View Articlecan't attach any zip files why?
trying to attach zip files but it's not working zip files that I tryed was windows zip file 7zip file compressed & uncompressed nothing works why? can anyone help me with this
View ArticleRegistry context menu, pass multiple files issue
Hi, this problem is driving me nuts. Every time I select more than one file>Context Menu>Select my context entry, it opens one instance for each file selected How do I pass all the select files...
View ArticleInputbox description ?
Hi How could i make an inputbox that give description that will be erased automatically wen the user writes any info to the inputbox ?
View Articletcp ip over internet
The client server model using tcp ip is working fine in local network. Need help to transfer data over internet. Server address: Local $sIPAddress = "116.202.126.252" Local $iPort = 65432...
View Articlebest way to open multiple file handles?
AutoIt expandcollapse popup#include <File.au3> #include <FileConstants.au3> Global $hLog _Log("testing1", "HR") ; file 1 _Log("testing2", "HR") ; file 1 _Log("testing3", "Payroll")...
View Article_Singleton Generates Multiple Objects!
Hello , Please look at the code below: ; This is not the real script that I use for my project!!! This decoy script helps you understand better ;) #include "Misc.au3" Global $sProgramIdentifier...
View ArticleAutoit in Chrome
I have a website which works better in Chrome and not compatible in Internet Explorer. Do we have any commands in autoit to launch new website in Chrome, wait till the page loads, etc...
View ArticleEnvSet("MYVAR") really? I can see no way to use this and I need it
After months and months of work I hit the brain dead space. I think I lost 99.83 percent of my brain power. And then this EnvSet("MYVAR") How do you use it? I need to run a exe in the directory above...
View ArticleDivider lines between listview rows ?
Hi i'am using GUICtrlCreateListView and _GUICtrlListView_InsertColumn and _GUICtrlListView_AddSubItem every thing is ok it look like this: but the customer what the list to look like...
View ArticleSolve this Captcha
Hello, I wanted to ask if there is any way to solve this captcha: http://astreya2.org/captcha/captcha.php
View Article