Another Unicode Question
I have for years been thinking that one day I'll get good enough at scripting to make use of my computer the way I would like. I have been aware of the possibility existing for a long time, but not...
View ArticleGuiCtrlDelete
When I'm deleting a picture that is at the same place as _GDIPlus graphics, the grapics gets removed aswell. How do I delete the picture so the GDIPlus graphics doesn't get removed?
View Articleproblem with "TCPRecv" :'(
I have a problem with "TCPRecv" when I turn off the Server ,client does not respond code $Recvpack = TCPRecv($Connect, 1024) If @error Then ExitLoop look
View ArticleHelp with Form
I need PLEASE HELP with this - I cannot fill the field: <!-- Form --> <form action="" class="form"> <fieldset> <div class="formRow" style="border:0px solid;width:800px">...
View ArticleWM_COMMAND and ListView/TreeView Items
Trying to use WM_COMMAND and WM_CONTEXTMENU in my GUI, and I'm having issue with the fact that WM_COMMAND doesn't fire when the mouse is over a listview or treeview. You can try to simulate my issue...
View ArticleTrying to add to a host file in a specific place.
Here is an example host file... # Copyright © 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host...
View ArticleAdd columns to array (inverse of _ArrayUnique)
Hi, I'm trying to add columns from existing arrays to spare time and perhaps memory when reading it I have 3 arrays (with the same size) and want to put them togheter by columns (the inverse of...
View ArticleError: missing EndIf
I've come across an error that I haven't been able to find a solution to. Any help you can give would be great. I am posting the entire .au3, but it is called from another file. I split them up...
View ArticleProblem with sendFunction, doesnt work at second try
hi, I've a problem with sendFunction,at this one when I use it repeatedly, doesnt work.. example: the function is: send("!F") on Microsoft outlook, starts with: WinActivate( "Inbox - Microsoft Outlook"...
View Article_ArrayDelete Question
_ArrayDelete($avArray, 8) would delete index number 8 in whatever array. Is it possible to do something like _ArrayDelete($avArray, 8-20) to delete Index numbers 8-20?
View Articlefunction or math problem
I'm working with two scripts, trying to put the functionality of script 2 into script 1. Script 2 reads a .gpx (GPS track) file containing track points with latitude and longitude information, looks...
View ArticleStart VLC minimized
I'd like to have VLC media player run minimized. I'm using this to run VLC: [ autoit ] popupRun("cmd /c vlc --snapshot-path=" & $SnapPath & " " & $File, $WorkDir, @SW_HIDE) The...
View ArticleHow to make a variable number with two positions
I have a variable called $sequence that I would like to find out how to output it with two positions in the file name on the filecopy line. [ autoit ] popupDim $sequence = 00 ;...
View ArticleOpposite of FileWritetoLine??
So I made a script to read a file for two specific strings, and return the line numbers. I want to delete everything in between. I thought there would be an opposite to FileWritetoLine, like...
View ArticleInputBox problem
I am trying to input some text into an InputBox. Even though I type something into the InputBox nothing is ending up in the field. [ autoit ] popupDim $sequence = 00 ; $Folder="C:\Program...
View ArticlePrint Dialogue
I apologize for the newbie question but I have been looking through the site for hours without success. I need to open and print to pdf a ton of XmL files. I have the files opening and the print...
View ArticleRedirect Command Line Percentage/Cursor to GUI
Can someone point me to a solution (if it exists) where I can find examples/ of someone redirecting a CMD window that has a percentage/progress output to a GUI that does not scroll horizontally. I...
View Articlearray from .ini file issues
trying to get a very basic gui that has 2 simple buttons, one is a help button that basically describes how to add a key to the array in the ini file, the other is a button that generates text from the...
View ArticleSame ClassNN, multiple objects - Win XP security settings
I know Microsoft doesn't want me automating anything in the Control Panel, especially around Windows Firewall, but you'll just have to trust me that I have legitimate reasons for trying it, namely...
View ArticleDir of an Include File
I have three files: start.au3 - I double click this file to start the program, it includes "lib/func.au3" lib/func.au3 - This file runs program.exe by calling Run("...") lib/bin/program.exe In order...
View Article