| Author |
Message |
Topic: Vista Window Thumbnail Copy |
jk7800
Replies: 5
Views: 4476
|
Forum: Scripts & Functions Posted: Sat Oct 25, 2008 5:46 pm Subject: Vista Window Thumbnail Copy |
| I know, that this thread is a bit old, but I had no time during last month to answer. If you are still wondering, why the script does not work on win 2000, it's because the PrintWindow function is onl ... |
Topic: GdipDrawImagePointsI problem |
jk7800
Replies: 1
Views: 524
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 12:16 pm Subject: GdipDrawImagePointsI problem |
Lately I wanted to make a 3D animation, printing a result of the PrintWindow function in a polygon. So I started from loading an image to check if it works. But it doesn't . I used GdipDrawImage ... |
Topic: How do i shut off Autohotkey when i am typing? |
jk7800
Replies: 8
Views: 564
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 3:30 pm Subject: How do i shut off Autohotkey when i am typing? |
I have tried to use Windowspy to see if there any chance to find ahk_class of text tool in photoshop, but it shows the ahk_class of photoshop....
how!!?
Try with "Winspector Spy&qu ... |
Topic: Vista Window Thumbnail Copy |
jk7800
Replies: 5
Views: 4476
|
Forum: Scripts & Functions Posted: Thu Aug 14, 2008 12:13 pm Subject: Vista Window Thumbnail Copy |
Hi.
I wrote this some time ago, and I thought, that maybe I could share it, although it's not finished.
It's just a copy of the Windows Vista window preview, which shows up, when a taskbar butto ... |
Topic: DrawCaption problem. |
jk7800
Replies: 1
Views: 421
|
Forum: Ask for Help Posted: Fri Aug 01, 2008 2:31 pm Subject: DrawCaption problem. |
Hi.
Lately, I was experimenting a bit with the GDI functions... But I've got stuck on the DrawCaption command. According to the msdn database, when I execute the command with the DC_SMALLCAP parame ... |
Topic: Problem with GetModuleHandle. |
jk7800
Replies: 1
Views: 487
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 12:30 pm Subject: Problem with GetModuleHandle. |
Hi.
I was trying to change change the actual cursor to the one, located in an exe file. But I have problem with getting the module handle of my app. For instance: when I call
h:=DllCall( ... |
Topic: Notes |
jk7800
Replies: 18
Views: 5242
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 5:27 pm Subject: Notes |
Sorry for replying so late, but I had no internet connection for a while...
The 1.3 version won't update, because I changed the updating system. And I forgot to mention, that the script's file MUST ... |
Topic: My keyboard has no delete key |
jk7800
Replies: 4
Views: 422
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 7:41 pm Subject: My keyboard has no delete key |
Maybe
#q::Run, C:\Windows\System32\Taskmgr.exe
 |
Topic: Is there a way to change shared files? |
jk7800
Replies: 1
Views: 408
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 7:37 pm Subject: Is there a way to change shared files? |
| I think you can use Unlocker. It can close open handles on the file, so you're able to delete them. Google it. |
Topic: UrlDownloadToFile Problem |
jk7800
Replies: 1
Views: 428
|
Forum: Ask for Help Posted: Sun Jun 29, 2008 1:54 pm Subject: UrlDownloadToFile Problem |
The problem was caused by the linefeed symbol. When saved to a file it was being represented by 2 characters: 0a and 0d. When the text read from the file was split, the second linefeed charac ... |
Topic: UrlDownloadToFile Problem |
jk7800
Replies: 1
Views: 428
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 3:42 pm Subject: UrlDownloadToFile Problem |
Hi.
I'm making an Update Manager for one of my apps, but the UrlDownloadToFile function all the time sets the ErrorLevel to 1. Why does it not work?
I'm posting a modified version of my script ( ... |
Topic: [Tips N Tricks] How to set a 'Tiled background' for GUI ? |
jk7800
Replies: 487
Views: 307473
|
Forum: Scripts & Functions Posted: Thu Mar 27, 2008 6:23 pm Subject: [Tips N Tricks] How to set a 'Tiled background' for GUI ? |
Is there a way around (...)
You asked for a workaround, so I wrote it. You didn't mention what type of animation you wanted, so I wrote a workaround for fading in the gui. If you know that it won't w ... |
Topic: [Tips N Tricks] How to set a 'Tiled background' for GUI ? |
jk7800
Replies: 487
Views: 307473
|
Forum: Scripts & Functions Posted: Wed Mar 26, 2008 1:01 pm Subject: [Tips N Tricks] How to set a 'Tiled background' for GUI ? |
The gui animation (from dll) doesn't work for transparent windows. Try using a loop and a transparency/transcolor function, like this:
Loop 255
WinSet, TransColor, FFFFFF %A_Index%, Title |
Topic: Notes |
jk7800
Replies: 18
Views: 5242
|
Forum: Scripts & Functions Posted: Wed Mar 26, 2008 12:53 pm Subject: Notes |
Added new version. This time with an alarm clock.
I think this will be the last version of my "Note" program. Although I made an update manager, just in a case of slight changes (if anyone ... |
Topic: Notes |
jk7800
Replies: 18
Views: 5242
|
Forum: Scripts & Functions Posted: Tue Mar 25, 2008 6:02 pm Subject: Notes |
I forgot about this... Now it will work. |
| |