| Author |
Message |
Topic: COM Browser Does Not Close With COM_Term() |
Precise
Replies: 2
Views: 83
|
Forum: Ask for Help Posted: Mon May 23, 2011 1:40 am Subject: COM Browser Does Not Close With COM_Term() |
| I've been trying to figure this out for a few days now and I cannot find a solution. The problem I'm having, is that COM_Term() does not close the Internet Explorer application I have created with COM ... |
Topic: [Optimize Me] Focused Control Colored Border Animation Gdip |
Precise
Replies: 14
Views: 765
|
Forum: Scripts & Functions Posted: Fri Feb 18, 2011 2:16 am Subject: [Optimize Me] Focused Control Colored Border Animation Gdip |
It does work now, sweet! Might implement this into some scripts for neater GUIs. Thanks I'm glad this is working for you now! I'm still trying to understand how I will implement double buffering in ... |
Topic: [Optimize Me] Focused Control Colored Border Animation Gdip |
Precise
Replies: 14
Views: 765
|
Forum: Scripts & Functions Posted: Wed Feb 16, 2011 2:02 am Subject: [Optimize Me] Focused Control Colored Border Animation Gdip |
| Now uses the right offset on version before Vista / 7. Thanks for giving it a shot. I have updated the script to use Lexikos's WinToClient function, which gets the correct offset position automaticall ... |
Topic: [Optimize Me] Focused Control Colored Border Animation Gdip |
Precise
Replies: 14
Views: 765
|
Forum: Scripts & Functions Posted: Tue Feb 15, 2011 7:57 pm Subject: [Optimize Me] Focused Control Colored Border Animation Gdip |
| Thanks for the great responses so far guys, I'll address them individualy tonight. I'm looking for a way to detect the client area of the window, instead of having to hardcode the offset. I'm not sure ... |
Topic: [Optimize Me] Focused Control Colored Border Animation Gdip |
Precise
Replies: 14
Views: 765
|
Forum: Scripts & Functions Posted: Tue Feb 15, 2011 5:45 pm Subject: [Optimize Me] Focused Control Colored Border Animation Gdip |
Wow dude, that's actually pretty sweet. I'm gonna have to check it out when I get home. You don't need GDIP.ahk in the same directory though, it's okay to have it in the AHK/Lib directory, amirite?
Y ... |
Topic: [Optimize Me] Focused Control Colored Border Animation Gdip |
Precise
Replies: 14
Views: 765
|
Forum: Scripts & Functions Posted: Tue Feb 15, 2011 5:02 pm Subject: [Optimize Me] Focused Control Colored Border Animation Gdip |
Focused Control Colored Border Animation
GDI/Gdip, DllCall, And Onmessage
This example script draws a colored border around the currently focused control in an AHK GUI using onmessage, tics gdip l ... |
Topic: URL Encoding Function |
Precise
Replies: 5
Views: 3680
|
Forum: Scripts & Functions Posted: Tue Nov 03, 2009 1:07 am Subject: URL Encoding Function |
Thanks for this. I'm sure I will find lots of uses for it. Here's a simple way to urlencode a search term for a url:
StringSplit, Segment, SearchTerm, %A_Space%
SearchTerm =
Loop, %Segment0%
& ... |
Topic: Memory leak, seems to be postmessage? |
Precise
Replies: 3
Views: 765
|
Forum: Ask for Help Posted: Sun Jun 14, 2009 7:26 am Subject: Thanks |
| Yeah, the leak being caused by the flash was something I anticipated, but was last to expect. Considering the level of difficulty with a language like flash, I would expect a higher level of professio ... |
Topic: Memory leak, seems to be postmessage? |
Precise
Replies: 3
Views: 765
|
Forum: Ask for Help Posted: Sat Jun 13, 2009 5:39 pm Subject: Updates |
| The memory issues appear when you play the games in the browser as well. I tried playing a few games in the IE browser manually and the iexplorer process just keeps eating more and more memory. I gues ... |
Topic: Memory leak, seems to be postmessage? |
Precise
Replies: 3
Views: 765
|
Forum: Ask for Help Posted: Fri Jun 12, 2009 11:00 pm Subject: Memory leak, seems to be postmessage? |
I've been automating some web tasks lately using the standard COM library. I'm fairly new to COM and have been following the very helpful tutorial Tank has written here: COM_AtlAxWinInit()
Gu ... |
Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
Precise
Replies: 232
Views: 78291
|
Forum: Scripts & Functions Posted: Wed Apr 15, 2009 6:44 pm Subject: Thanks |
| I'm used to the functionality and freedom of cURL but I will give this a shot. Not having to include an external application will be nice for small projects. Secure connections with the ssl version of ... |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
Precise
Replies: 173
Views: 86351
|
Forum: Scripts & Functions Posted: Thu Feb 19, 2009 1:12 am Subject: Screen Capture with Transparent Windows and Mouse Cursor |
| Thanks for this, especially the transparent window screening with location. I needed this to add a requested feature to a project I'm working on. You should consider including an option in the main fu ... |
Topic: Winformer By Precise |
Precise
Replies: 7
Views: 1768
|
Forum: Scripts & Functions Posted: Sun Dec 28, 2008 6:10 am Subject: 12/28/08 Updates |
| Updated to version 1.01. Changes will be noted in the change log in the main post. I would like to get more details on windows, possibly even attempt to hook the window messages so i could display tho ... |
Topic: Explorer-Like TreeView slightly modified from AHKHelp |
Precise
Replies: 5
Views: 2556
|
Forum: Scripts & Functions Posted: Mon Nov 10, 2008 11:05 am Subject: So Cool |
| You my friend are a genius, thanks a million. This probably saves me several hours of tinkering and I'm totally in the dark here. I'm surprised no one else has commented on this yet. I really like the ... |
Topic: Winformer By Precise |
Precise
Replies: 7
Views: 1768
|
Forum: Scripts & Functions Posted: Fri Nov 07, 2008 11:45 pm Subject: Winformer By Precise |
| Very nice, I think this command: "CoordMode, Mouse, Screen" takes the place of the activation right? What was happening, was that the coordinates were not updating properly without activatio ... |
| |