| Author |
Message |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Mon Dec 12, 2011 5:20 pm Subject: Trying to write my first GUI, not getting anywhere |
| Nope, no error message, if the GUI didn't show up in the taskbar there would be no indication that anything at all happened when I hit the hotkey. |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Mon Dec 12, 2011 5:16 pm Subject: Trying to write my first GUI, not getting anywhere |
This is the main script:
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author:
;
; Script Ver 4.01
;
; Script Function:
; ... |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Mon Dec 12, 2011 5:08 pm Subject: Trying to write my first GUI, not getting anywhere |
Yes, I suppose, but by using #include I'm able to keep different parts in different files which helps with editing, it makes it much easier to find the part that I want to edit.
As a test I just co ... |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Mon Dec 12, 2011 4:44 pm Subject: Trying to write my first GUI, not getting anywhere |
| So I went back and rewrote the beginning of the script because I wanted the computername var to stay alive between hotkey presses, and that's working great, and when run by itself, it works great, but ... |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Fri Dec 09, 2011 1:16 pm Subject: Trying to write my first GUI, not getting anywhere |
TYVM guys!
Sung Sang Ra, your suggestion worked perfectly! |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Fri Dec 09, 2011 12:53 pm Subject: Trying to write my first GUI, not getting anywhere |
What I have so far is working great, but I just ran into an issue I've never had before with my AHK scripts.
I incorporated gui.ahk into my main AHK script with #include gui.ahk.
Now when I do t ... |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Thu Dec 08, 2011 3:23 pm Subject: Trying to write my first GUI, not getting anywhere |
Thank you Guest!
So continuing with your suggestions, now I'm trying to get it so the update button will allow the computer name to be changed at will, and I added a couple of buttons to run pin ... |
Topic: Trying to write my first GUI, not getting anywhere |
iguru42
Replies: 19
Views: 308
|
Forum: Ask for Help Posted: Thu Dec 08, 2011 12:36 pm Subject: Trying to write my first GUI, not getting anywhere |
I want to write a GUI to hold some commands that I run against computers frequently.
What I'm trying to get to is a script that when I launch it asks for the computer name, once I type that in, I'l ... |
Topic: Output var in the middle of a text string. |
iguru42
Replies: 3
Views: 69
|
Forum: Ask for Help Posted: Fri Nov 11, 2011 3:24 pm Subject: Output var in the middle of a text string. |
Add "" unless zumzum has a value e.g. is a variable blahblah := "zumzum"
::'blah::Send test %blahblah% test adding Send can be useful as well
blahblah : ... |
Topic: Output var in the middle of a text string. |
iguru42
Replies: 3
Views: 69
|
Forum: Ask for Help Posted: Fri Nov 11, 2011 3:04 pm Subject: Output var in the middle of a text string. |
I hate to have to ask this, I thought this would be pretty easy but so far I've had no luck and I'm stymied.
I have a bunch of scripts that use the clipboard by doing ^c and ^v in the appropiate pl ... |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
iguru42
Replies: 183
Views: 30981
|
Forum: Scripts & Functions Posted: Thu Oct 06, 2011 5:17 pm Subject: TF: Text file & Variables/String Library v3.3 [lib] |
Worked perfectly, TYVM unknown guest like personage.  |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
iguru42
Replies: 183
Views: 30981
|
Forum: Scripts & Functions Posted: Wed Oct 05, 2011 3:31 pm Subject: TF: Text file & Variables/String Library v3.3 [lib] |
So now that I have this working, other people in my group would like to use it as well, but it would be nice if it didn't have to be written for each of them specifically.
I tried using %userprofil ... |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
iguru42
Replies: 183
Views: 30981
|
Forum: Scripts & Functions Posted: Tue Oct 04, 2011 5:49 pm Subject: TF: Text file & Variables/String Library v3.3 [lib] |
TYVM!
I could have sworn I tested the replace as "" and it did nothing so I assumed that I had to have a value there to get it to work, but no, it works perfectly. I must of had some oth ... |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
iguru42
Replies: 183
Views: 30981
|
Forum: Scripts & Functions Posted: Tue Oct 04, 2011 4:58 pm Subject: TF: Text file & Variables/String Library v3.3 [lib] |
I would like to strip out the extraneous info on this line:
"CN=\#Exchange2010Migration-Phase2,OU=Distribution Groups,DC=messaging,DC=com"
This is what I have so far:
#Include tf. ... |
Topic: Parse a URL on a page and then launch a new URL in IE |
iguru42
Replies: 28
Views: 898
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 12:56 pm Subject: Parse a URL on a page and then launch a new URL in IE |
| Try running the below code without editing it, and tell us which messages you get. Don't bother posting the 'last executed lines', it would be more useful to post the variable list, if anything at al ... |
| |