Creating a txt file with the URL from the address bar of any browser (exe, tray)
Gentlemen, good morning I will be very grateful for your help. Need a script as exe and au3 1) Minimize to tray and live there, it is possible to disable the functionality without removing from the...
View ArticleHow set window class?
Example: WinSetTitle("Msn", "", "Ab") I want set class example: WinSetClass("Msn, "", "Ab) How I can change class?
View ArticleAlternate method of getting GUI messages
I am trying to make a way to interrupt an ongoing process to still have access to GUI aspects etc. Here I am trying to grab GUI messages ASAP with an adlib. The issue is the CPU does spike even though...
View Articlecombo and check box and Error...
Hello i have this code bat why give automatically exit and does not begin to run ? [ autoit ] expandcollapse popup$Mm1 = IniRead("Config.ini", "mm1", "1", "") ;load INI If $Mm1 = 1 Then...
View ArticlePlease Help: How to reactivate a window that the title has changed?
What I would like to achieve is activating a twitter page that is already open and then switching over to a facebook page that is already open and then back to the open twitter page. The problem I am...
View ArticleProblem Count, i guess
Hi .. I'm trying to fix this code since 08:36 The problem: If i put $Count = $Count + 1, then work's but jumping one by one But, if i don't put $Count = $Count + 1, don't work. ): Look an part:...
View ArticleWinHTTP - Get Used Proxy From Session Handle
[ autoit ] popup#include<winhttp.au3> $open = _WinHttpOpen(Default, $WINHTTP_ACCESS_TYPE_NAMED_PROXY, "123.123.123.123:8080") $test = _WinHttpQueryOption($open, $WINHTTP_OPTION_PROXY) If...
View ArticleClick a button with no ID or Name
I need to fire the onclick event for a link but I have no way to identify the object. <div id="button"> <a href="" onclick="some_javascript_here"> <img alt="Add Account"...
View ArticleAutoIT equivalent to vbKeySubtract?
Right now, I'm just activating a window and using the AutoIT Send command to send "{NUMPADSUB}" to a window, but I'd like to use the native COM command to send directly to a PowerTerm Pro object. (I've...
View ArticleInteracting with powershell
Ive looked through a number of topics trying to get this to work to no avail. Basically, I have some powershell scripts that I want to tie to a GUI, and the commands have to be powershell (theyre...
View Articlehow to run 2 seperate err functions with a script
How do I manage 2 seperate ErrorMsg handlers and in the same script? do I just use one and call from IE and SQL? Or I have to reg and unreg after each use? SQL Function _SQL_RegisterErrorHandler()...
View ArticleCreating a simple web server?
So here's what I'm trying to accomplish: I need the ability to restart an application on my desktop PC from within my home network. Obviously, writing a script to do that locally would take all of ten...
View ArticleWant to have numbers from 2 data boxes automatically add together
This probably has a simple solution, but I cannot figure it out. First here is the code: [ autoit ] expandcollapse popup#include #include #include #include #Region ### START Koda GUI section...
View ArticleHelp
Im trying to run a loop and want a timer to keep track of how long its running on my GUI but can't update the gui every second the same time the loop isn't the same length each time i run it so i can't...
View ArticleProblem with _GUICtrlListView
Hi guys, this is the script: [ autoit ] expandcollapse popup#include <ListViewConstants.au3> #include <WindowsConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleNeed help to send command after logged into Putty
Hi guys, I am new to this forums so hopefully I am asking this questions in the correct forums. I found this script from one of the threads that allows to log into SSH session while using Putty In the...
View ArticleMath help
Hi everyone, I am making a simple multiplayer turn based game for myself and my colleges. But I am stuck with some mathematic problems, maybe someone can help me, perhaps I should go to some math...
View Article<span class tags
I have searched but can't find anything that works for me - how do I retrieve the text nodes of <span class tags? Here is a canned search to the results I want to capture:...
View ArticleString Split Problem
I was trying to get source code of a site & split string using a keyword and what i want is text between two of those keyword . Example , site source has some code in which there are exactly two...
View ArticleControl click function combined with filereadline = Problems!
So I have been working on a program for the last few days now. and decided I wanted a customize-able user input file for settings. But when I changed the vars within controlclick to say... This would...
View Article