AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 39 matches
AutoHotkey Community Forum Index
Author Message
  Topic: GdipDrawImagePointsI problem
jk7800

Replies: 1
Views: 51

PostForum: Ask for Help   Posted: Wed Aug 20, 2008 1: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 Crying or Very sad . I used GdipDrawImage ...
  Topic: How do i shut off Autohotkey when i am typing?
jk7800

Replies: 5
Views: 136

PostForum: Ask for Help   Posted: Thu Aug 14, 2008 4: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....

Shocked how!!?

Try with "Winspector Spy&qu ...
  Topic: Vista Window Thumbnail Copy
jk7800

Replies: 0
Views: 1170

PostForum: Scripts & Functions   Posted: Thu Aug 14, 2008 1: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: 76

PostForum: Ask for Help   Posted: Fri Aug 01, 2008 3: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: 68

PostForum: Ask for Help   Posted: Tue Jul 22, 2008 1: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: 17
Views: 1652

PostForum: Scripts & Functions   Posted: Tue Jul 15, 2008 6: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: enter commands into two different windows at the same time
jk7800

Replies: 1
Views: 60

PostForum: Ask for Help   Posted: Sun Jun 29, 2008 9:06 pm   Subject: enter commands into two different windows at the same time
You can use PostMessage and send mouse down, mouse up, button press events or just activate one window, send mouse clicks and button presses, activate another window and do the same.
  Topic: My keyboard has no delete key
jk7800

Replies: 4
Views: 114

PostForum: Ask for Help   Posted: Sun Jun 29, 2008 8:41 pm   Subject: My keyboard has no delete key
Maybe

#q::Run, C:\Windows\System32\Taskmgr.exe
Smile
  Topic: Is there a way to change shared files?
jk7800

Replies: 1
Views: 84

PostForum: Ask for Help   Posted: Sun Jun 29, 2008 8: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: 122

PostForum: Ask for Help   Posted: Sun Jun 29, 2008 2:54 pm   Subject: UrlDownloadToFile Problem
Embarassed
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: 122

PostForum: Ask for Help   Posted: Sat Jun 28, 2008 4: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
jk7800

Replies: 354
Views: 83947

PostForum: Scripts & Functions   Posted: Thu Mar 27, 2008 7:23 pm   Subject: Tips N Tricks
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
jk7800

Replies: 354
Views: 83947

PostForum: Scripts & Functions   Posted: Wed Mar 26, 2008 2:01 pm   Subject: Tips N Tricks
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: 17
Views: 1652

PostForum: Scripts & Functions   Posted: Wed Mar 26, 2008 1: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: 17
Views: 1652

PostForum: Scripts & Functions   Posted: Tue Mar 25, 2008 7:02 pm   Subject: Notes
Embarassed I forgot about this... Now it will work.
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group