How to redirct windows common Open/Save dialog with DLLCALL?
how to "send" specified path to "save as" dialog with dllcall function? That will help me save much time.
View ArticleSort desktop icons
Hi, I'm wondering how I would be able to sort desktop icons, say by name. This is the handle of the desktop control: $ListView = ControlGetHandle("Program Manager", "", "SysListView321") But then how...
View ArticleWhy Does MsgBox Disrupt Console Output?
So, I have been poking around to see if there was an easy way to use forfiles.exe in one of my script to get a total of the space used by different file types in a share. I present 2 examples. The...
View ArticleGDIPlus messing up Text
Derp, accidently it Ok, so when I make some text with GDIplus, it attempts to make it look better by adding hue to the right / left sides of letters. example: The top "this" is the rendered text, the...
View ArticleHow to prevent decompile script
Hello, Lately a script i uploaded on internet was decompiled and i can say i didn't really liked it. Any ideas how can i prevent a compiled script to be decompiled???
View ArticleDetect and intercept access to a file - is it possible?
Hello. Is there a way detect and intercept a file by a specific application? What I need to do is encrypt a text file and when a specific application tries to read it I need decrypt it. The application...
View ArticleStringSplit help
Please help i am going crazy with these string functions. I got a big hex like this: [ autoit ] popup$data =...
View Articlemouseclick wont work correctly sometimes
im trying to use mouseclick on a program called youwave which is an android emulator that appears to be based on virtual box. when autoit goes to click a button the button wont depress until i manually...
View Articlestring
how to get the text from a window ? what is that function ? please tell me .........
View ArticleListView sort problem
Hi guys, i have this script: [ autoit ] expandcollapse popup include <ListViewConstants.au3> #include <WindowsConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleScript Doesnt Respond after 5 iterations
Please Consider the following script and suggest me what to change as the script doesnt responds after 5 iteration. The Scenario is that: 1) 2 files have to opened in read mode,one contain...
View ArticleEasy way to get the Network Connectionnames
Hey everyone, Me poject of writing an IP-Changer was on-hold for a couple of weeks but now im ready to go again. The problem that i have now is i can't seem to find an easy way to get the names of the...
View ArticleCount Listview Checked Items
Hello! I want to count the items checked and do not know how I can help someone Thanks in advance! [ autoit ] expandcollapse popup#include #include $Debug_LV = False ; Check ClassName being...
View ArticleHelp with referencing number of elements from a FileListToArray
Having some trouble using _FileListToArray function. I have read the help file and I confirmed the first element [0] in the array is the number of files/folders in the array. In my case that would...
View ArticleHow to email email a random photo from a folder?
Hi and thanks for reading my post. What I would like to have is two folders one with lots of photos and the other with text files to use as the subject. I would like for the script to pick one photo at...
View ArticleHelp With Username and If statement
Hey everyone. I need some help getting and using the @username with an if statement. So, the goal of my script is to run a program, find the username, then send certain keys depending on that the...
View ArticleGui Menu (not on top), ListView with separators, Listview editable, Colapse...
Hi here I have a bunch of questions, some of them probably are easy stuff, someother maybe not About GUI Menu not on top of a window, how do I create a menu like this (window from explorer of windows...
View ArticleProblem exporting to Excel if another book is open while exporting
If I want to export data to Excel and I use _ExcelBookOpen() or _ExcelBookNew() I cannot open any Excel books or the script will write to the book that was opened. Here's an example (part of my script)...
View ArticleBlockInputEx
I'm hoping someone can/will pick up this project as I've got an issue at work. Recently we've been required to be HIPPA compliant, which means that we must lock our keyboards when away from our...
View ArticleScript doesn't stop running after ShellExecute
I created a Launcher script for work, which checks a network drive for the newest version of a Microsoft Access front end file, updates the user's copy if they have an older version, and then launches...
View Article