| Author |
Message |
Topic: Detect save as in excel |
cdjones
Replies: 1
Views: 72
|
Forum: Ask for Help Posted: Wed Oct 26, 2011 3:18 am Subject: Detect save as in excel |
found this....
http://www.autohotkey.com/forum/viewtopic.php?t=35659&start=0&postdays=0&postorder=asc
WinEventHook
does the job.
Credit to Serenity |
Topic: Detect save as in excel |
cdjones
Replies: 1
Views: 72
|
Forum: Ask for Help Posted: Wed Oct 26, 2011 12:04 am Subject: Detect save as in excel |
Hi,
I'm trying to develop a commenting tool for Excel where I can enter a comment when I do a save as.
I'd like to pop a text box up over a portion of the save as window and then, it I enter tex ... |
Topic: Taskbar Icon and text |
cdjones
Replies: 2
Views: 184
|
Forum: Ask for Help Posted: Wed Jan 19, 2011 9:25 pm Subject: Taskbar Icon and text |
I've been testing this.
I can get the tray icon to change, and the input window icon to change (and thus the input window taskbar icon), but the gui icon (top left of gui bar) will not change
A ... |
Topic: Taskbar Icon and text |
cdjones
Replies: 2
Views: 184
|
Forum: Ask for Help Posted: Wed Jan 19, 2011 1:36 pm Subject: Taskbar Icon and text |
<bump>
Is this too easy ? or too hard ? |
Topic: Taskbar Icon and text |
cdjones
Replies: 2
Views: 184
|
Forum: Ask for Help Posted: Wed Jan 19, 2011 1:58 am Subject: Taskbar Icon and text |
Hi,
I'm integrating Outlook with Vonage softclient. I've got most of it done, but would like to put a mute icon on the taskbar when I use a hotkey to mute the client.
It should have a mute icon ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Fri Jan 14, 2011 2:42 pm Subject: [function] httpQuery GET and POST requests - update 0.3.6 |
You've been a great help. Thanks !!!
See you over at "Ask for Help"
//cj |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Thu Jan 13, 2011 11:20 pm Subject: [function] httpQuery GET and POST requests - update 0.3.6 |
| The string I get includes an EVENTVALIDATION string. how is this used ? How do I get it for the next session ? |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Thu Jan 13, 2011 11:16 pm Subject: [function] httpQuery GET and POST requests - update 0.3.6 |
wow !
Thanks.
Now the followup ! |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Thu Jan 13, 2011 9:44 pm Subject: [function] httpQuery GET and POST requests - update 0.3.6 |
I did....
go to person search page
input name to search
paste script into address bar
hit submit button on search tool
the address bar doesn't change
what am i doing wrong ? |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Thu Jan 13, 2011 7:12 pm Subject: [function] httpQuery GET and POST requests - update 0.3.6 |
1 forms changed using the original script.
Now what ? |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Thu Jan 13, 2011 5:23 pm Subject: [function] httpQuery GET and POST requests - update 0.3.6 |
dumb...
so I go to the directory page.
paste
javascript:(function(){var x,i;x=document.forms;for (i=0;i<x.length;++i)
x[i].method="get";alert("Changed "+x.length+&q ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
cdjones
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Thu Jan 13, 2011 4:48 pm Subject: I guess I'm just dumb... |
The page I need to drive is a one line input box with a submit button, it's a telephone directory page.
Its an internal page on my corp site.
www.mycorp.com/corpdir/peoplesearch.aspx
How to ... |
Topic: 1:Mouse position listbox[SOLVED] 2: BORDERLESS gui [SOLVED] |
cdjones
Replies: 7
Views: 627
|
Forum: Ask for Help Posted: Fri Sep 10, 2010 2:01 pm Subject: 1:Mouse position listbox[SOLVED] 2: BORDERLESS gui [SOLVED] |
leef_me: thanks
rowheight:=Height/10
does this mean font size = 10 ? |
Topic: Detect x,y position of selected text in listbox for popup |
cdjones
Replies: 3
Views: 306
|
Forum: Ask for Help Posted: Thu Sep 09, 2010 8:16 pm Subject: Detect x,y position of selected text in listbox for popup |
| The mouse may be somewhere else entirely, the user can interact with the listbox with up and down arrows to their selection and then hit enter to select. The mouse does not track their selection. Thus ... |
Topic: Detect x,y position of selected text in listbox for popup |
cdjones
Replies: 3
Views: 306
|
Forum: Ask for Help Posted: Thu Sep 09, 2010 1:24 pm Subject: Detect x,y position of selected text in listbox for popup |
I'm using code that allows a user to move up and down a listbox using arrow keys.
when the user right clicks on the selected item, I want to pop up a gui, so i use Guicontextmenu. The mouse is not ... |
| |