| Author |
Message |
Forum: Support Topic: Capture Rich Text Format from Rich Text Editor (RichEdit20A) |
| wintersm |
|
Posted: July 7th, 2009, 7:00 pm
|
|
Replies: 1 Views: 279
|
| All- I am trying to capture Rich Text Format (RTF) text from Windows Messenger. If I use ControlGetText or ControlGet , I will only capture unformatted text. Some Windows Messenger conversations are very long. One could go blind staring at an unformatted conversation. The purpose is to record IM con... |
|
 |
Forum: Support Topic: Detect "window close" and interrupt to copy contro |
| wintersm |
|
Posted: July 1st, 2009, 2:22 pm
|
|
Replies: 4 Views: 414
|
This should do exactly what I want.
I guess I can detect the "left mouse button down" over a CLOSE icon, save the important data, then, if the left mouse button is released over the CLOSE icon, I will continue with the script. Otherwise, RETURN.
Thank you for the help.
-Mike |
|
 |
Forum: Scripts Topic: Extract Informations about TrayIcons |
| wintersm |
|
Posted: June 30th, 2009, 11:59 pm
|
|
Replies: 138 Views: 43949
|
Sean,
Can you elaborate on this? I have absolutely no idea how to write a dll.
How would the logic work? If I right click on the specific tray icon, show the following menu? |
|
 |
Forum: Support Topic: Detect "window close" and interrupt to copy contro |
| wintersm |
|
Posted: June 30th, 2009, 11:57 pm
|
|
Replies: 4 Views: 414
|
| I get the impression that WinWaitClose informs me after the fact. I need to interrupt the closure so I can copy info from the window being closed. If the windows is already closed, then I won't be able to copy data from it anymore. Obviously the alternative would be to copy every couple of seconds/m... |
|
 |
Forum: Support Topic: Detect "window close" and interrupt to copy contro |
| wintersm |
|
Posted: June 30th, 2009, 11:36 pm
|
|
Replies: 4 Views: 414
|
| Is it possible to detect a window closing based on its class (or any other characteristic) and postpone the close until text can be copied from a given window control? I would like to save Windows Instant Messenger conversations as I close the window. I can do it pretty easy with Escape and Alt+F4, ... |
|
 |
Forum: Scripts Topic: Extract Informations about TrayIcons |
| wintersm |
|
Posted: June 30th, 2009, 10:51 pm
|
|
Replies: 138 Views: 43949
|
| I have written a little extension to Windows Instant Messenger to record the conversation on window close (save to file). It's not well written, but it works. I would like to add menu items to the Windows IM tray icon menu rather than add a whole new tray icon. These menu items could possibly be a &... |
|
 |
Forum: Support Topic: Identifying ALL scripts (compiled or not) currently running |
| wintersm |
|
Posted: November 14th, 2007, 12:35 am
|
|
Replies: 2 Views: 459
|
| I like to create small tools for myself, and I keep them in separate files for my own sanity. I typically hide the tray icons (#NoTrayIcon) for any script I write whether compiled or not. I have a script to list every script or executable I have running based on the file's working directory (I store... |
|
 |
Forum: Support Topic: RightClick outside of Gui1 |
| wintersm |
|
Posted: February 12th, 2007, 5:18 pm
|
|
Replies: 3 Views: 547
|
| just what I was looking for. Thanks, skwire. |
|
 |
Forum: Support Topic: RightClick outside of Gui1 |
| wintersm |
|
Posted: February 10th, 2007, 2:02 am
|
|
Replies: 3 Views: 547
|
| I'm going nuts trying to explains this to myself. I'm using a simple, simple contextmenu example to test some rightclick features: GuiContextMenu: MsgBox, 4096,,ASDASDAD Return My code is too long and too choppy to post, but the setup is something like this: I have an initial Gui, clicking a button ... |
|
 |
Forum: Support Topic: Variable Output |
| wintersm |
|
Posted: February 6th, 2007, 7:24 pm
|
|
Replies: 7 Views: 707
|
Interesting . . .
Seems simple enough. Similar to global variables, but I think I'll have to use it. |
|
 |
Forum: Support Topic: Variable Output |
| wintersm |
|
Posted: February 6th, 2007, 6:57 pm
|
|
Replies: 7 Views: 707
|
| Thanks for all the feedback. You guys are lightening-quick with this support. I think you've all told me what I needed to know; AHK does not support multiple output from a single function. I may need to further investigate global variables, but I think that may make things a bit sloppy. I'd imagine ... |
|
 |
Forum: Support Topic: Variable Output |
| wintersm |
|
Posted: February 6th, 2007, 1:26 am
|
|
Replies: 7 Views: 707
|
| I've done a decent amount of searching with little to show for it. Is it possible to return a variable output from a function or maybe just a multiple output? I'd like to return the Street Address, City, State, and Zip from a specifically formatted file. I know I could have one of the input paramete... |
|
 |
| Sort by: |