help with INetSmtpMail
hi guys Noob here so take me easy , I have a script which searches for a certain colour at certain coordinates and I want to get an email when this happens. Problem is I don't know how to do it , I...
View Articlehow to use multiple conditions with if then
below is my script code , _ConfirmBeforeSubmit(), _PrintReport are the function called , $sRemark = _ConfirmBeforeSubmit() If $sRemark <> "Is checked" Then...
View ArticleShutdown Batch File Fails
Hi, I tried this script and modified a little bit to include to run my batch script before logging off or shutting down my win7 pc. However, my batch script didn't run. Any idea? Appreciate your help....
View ArticleIIS Automation via COM
Is there any way to automate some tasks like start/restart/stop server or view sites in IIS via COM?
View ArticlePort forwarding TCP
Hello, ive found client-server screenshot server and client AutoIt code on that forum. Topic - http://www.autoitscript.com/forum/topic/108145-screenshot-over-tcp/ On local network it works perfect,...
View ArticleRefresh Combo Box after first combo box option changes
Ive got two combo box's, the first one you select the folder, and the second one lists all the folders within that folder for you to select from. How can I get the second combo to rescan when I...
View ArticlePNG over JPG (with trasparency)
Hello, how can i do for draw png image over jpg image? (i know gdiplus) Thanks!
View ArticleSciTe search&replace multiple scripts?
hello all, i'm working on a project composed of many individual scripts, all sharing an "include" file of constants, variables, and common functions. despite my attempts to minimize such...
View Article_InetSMTPMail/COM Firewall Issue
Hi guys, I need to develop a script which sends mail automatically. Tried to use the _InetSMTPMail and the _InetSMTPMailCom UDF at this point. Unfortunately without success. The functions both...
View ArticleIniRead from a variable (not from a file)
Is there any function similiar to IniRead, but instead of read from INI file, it read from a variable? Or I need to modify the IniRead code for this purpose? Where can I find the code? Thank you
View ArticleSave file through the _IEFormElementGetObjByName
Hello all.. Is there any way to save a document through the object? E.g $o_form = _IEFormGetObjByName($oIE, "Form1");Form1_ctl0 $o_btnSair = _IEFormElementGetObjByName($o_form, "btnSair")...
View ArticleHelp a noob please :)
Hi, I'm new to AutoIt. Trying to learn how to make it work but to be honest it's giving me a headache. I was wondering if somebody could make a script for me. I don't mean to be lazy, but I thought...
View ArticleA very simple page creation with GUICreate
Hello How i can create a simple window with GUICreate without any item except a white background. (without Close button, without Minimize button, without Border, without TitleBar, without . . . and...
View ArticleHow to remove thousend separator from string
Hello Have a float "2 234,34" Need convert to standart float with 2 digits after dot. fist trouble: i cant remove space. Already try this StringReplace($str, ' ', '') and second is "," but need...
View ArticleBug In AssocArrays.au3
Somewhere out there is a UDF lib <AssocArrays.au3> Autoit v3.3.8.1 Unless I am doing something really stupid, it has a bug. Here is the repro, does anyone have a fix? I've attached the lib,...
View ArticleSQL Query with joined tables
Hello to you all, I wonder, if there's anyone who can give me answer on the question if a SQL query with joined tables does work with adodb and the "open" command Underneath will work Local $oRS...
View Article[Help] HTTP requests
Hello folks, I'm running on a problem lately, I'm trying to send a request on a website (so far no problem), but I'm stuck on trying to retrieve all the links on the next page that would contain...
View Articlerun program with error handling.
Greetings all! Obviously I am new to this forum and even more obviously I am new to AutoIT. But I am enjoying it and getting a lot of useful things out of it. I have been using these forums since I...
View Articleon XP ,FileGetShortcut has BUG!when CreateShortcut in WIN78 64x and first...
if I use FileCreateShortcut Create Shortcuton win2012 and [Shortcut target path]'s first string is "\\", XP Client can't use FileGetShortcut to get this lnk Shortcut target path...
View ArticleBrowse Method for User Inputed File Location
I need the user to input the location of a file so that my script can open that file and perform some tasks. I wrote code that allows the user to manually type in the full directory of the file using a...
View Article