SQL upload XLS file to a SQL table
I am trying to upload a xls file to an empty table. The SQL server is on a network PC - a have full access to it and an ODBC connection that works. The excel files is located on my PC (i stored it on...
View ArticleImageList bitmap mask
What I need to can set this image with transparency on a button. Should I create a mask or is there another way to do that? Right now the image is on a black background. AutoIt expandcollapse...
View Article#AutoIt3Wrapper_Change2CUI=y on GUI script
Is there any different if I compile my GUI script with #AutoIt3Wrapper_Change2CUI=y directive? Seems not? So It's safe to use the directive on every AutoIT Script, no matter it's a GUI or CUI script?
View ArticleRUN Function - Target Line Parameters
Hello, I have successfully used the RUN function to launch an application. I would now like to launch this application using target line parameters. How can I achieve this? Cheers, Joel
View ArticleLogging Into WebPage & Collecting Source From Another
Hi All, I am currently trying to find the best way to log into a web page using a username/password to create a cookie. This will then enable me to access a webpage within that site and obtain the...
View ArticlePrinters, thinPrint, and Autoit
I am working on a script that will add printers, ports, enable printer pooling, and assign multiple ports to a printer. The catch to this is that thinPrint is being used to manage the printers. If I...
View ArticleIE function
This script works, but I think there's an issue with the IE.au3? Error Line 560 (File etc... \include\ie.au3"): WEND WEND^ERROR Error: The requested action with this object has failed. here's...
View ArticleAutoIT not working on remote machine
Hi All, This is my first post. I am using Autoit for automation of our website. The script I have works fine if i run it on my machine and i have the same setup on a different machine which i access...
View Articletesting automation new on autoit
Hi. Im tester in one company. I'm trying to find a program that suits me to work/test application. I have constantly creating new users, and inclusion of the same or similar services. Form is always...
View ArticlePlease Help Me Automate This Installation
Good Morning, I am new at this (only the second one I have done) but I have read everything I can find and I am still stuck. My inexperience is probably most of it, but I also believe this...
View Articletablet touchscreen problem
Hi, I have a win 8 tablet. Scite only responds to touch if I slide the scroll bar up or down by sliding my finger on it, which is very hard to do on a 10" screen (my fingers are way too fat, and so is...
View ArticleSyntax for unzip.exe
hi all, i am trying to unzip a file called "sav32sfx.exe" located at @scriptdir\files\CLI\sav32sfx.exe i want to unzip it in the same directory unzip.exe is located here:...
View ArticleSilly one
Hi guys. I am new here and I am new in AutoIt. I did learned quietly all that I need from autoscript.com and it was OK. But now I have a problem with key press simulation. So if I want you Ctrl+Alt+R I...
View ArticleHelp needed with this simple code using _IEFormGetObjByName
I am starting into the world of ie.au3 and seeing great potential. I was working on converting one of my existing scripts over to using ie.au3. I could not get it to run so decided to try something...
View ArticleWhat is 'E3' and how do I get it out of my life?
Using AutoItObject, I cannot make a method with the name 'E3'. The even more bizarre part is when I post the autoit code to this forum, the 'E3' is highlighted in red. See below. AutoIt...
View ArticleExtract audio from video
How can i extract audio from MP4 video? I tried to use xVideo UDF but not working... (advanced version: is possibile extract audio from video WITHOUT video download?)
View ArticleProblem with binary data
Hi all, I have a very big problem !!! I write in a file data. When I write in this file within variable for filename it works correctly :-) But if I use a variable for filename the string format is...
View ArticleClosing child process on exit.
Hello all, I have a (probably) simple question. For some reason my application is not automatically closing the child process I launch from it(in a simple test program it closes the child process...
View ArticleSciTE + LUA = tool to make string variable from selected text
I just asking do anybody make a lua script / tool which do somethnig like that in SciTE i write some text first test line second test line third test line now I select this text and run...
View ArticleGetting process ID from wintitle
Hello, I have searched the forums for an answer but can't seem to find one. Is it possible to get the PID of a process using the title or handle of a window?
View Article