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 165 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Peeking DragDrop & Clipboard Data
skrommel

Replies: 5
Views: 836

PostForum: Scripts & Functions   Posted: Tue Apr 01, 2008 6:04 pm   Subject: Peeking DragDrop & Clipboard Data
Smile A wish come true! Almost...

Sad It crashes AutoHotkey when copying something from Internet Explorer, or it takes a break before continuing. Any ideas?

Skrommel
  Topic: Gui problem
skrommel

Replies: 13
Views: 625

PostForum: Ask for Help   Posted: Sun Mar 16, 2008 9:46 am   Subject: Gui problem
Very Happy Wonderful! Thank you, there's nothing like reading the manual!

Skrommel
  Topic: Gui problem
skrommel

Replies: 13
Views: 625

PostForum: Ask for Help   Posted: Sun Mar 09, 2008 2:16 am   Subject: Gui problem
Very Happy Any changes in getting "global" window events?
When handling tens or hundreds of guis, I have to have a window event for every gui:

1GuiClose:
2GuiClose:
3GuiClose:
...
99GuiClos ...
  Topic: Single- and double-click of scripts Tray icon
skrommel

Replies: 5
Views: 1990

PostForum: Scripts & Functions   Posted: Fri Jun 22, 2007 2:07 am   Subject: Only your own
Smile No, only your own tray icon.
  Topic: [SOLVED] Tab Caption with SysTabControl321 & TCM_GETITEM
skrommel

Replies: 3
Views: 642

PostForum: Ask for Help   Posted: Wed Jun 20, 2007 7:50 pm   Subject: small error
Smile There's a small typo in the 8th line in the code above:

TabCount := ErrorLevel - get number of tabs
should read
TabCount := ErrorLevel ; get number of tabs
  Topic: Single- and double-click of scripts Tray icon
skrommel

Replies: 5
Views: 1990

PostForum: Scripts & Functions   Posted: Fri Jun 15, 2007 3:35 am   Subject: Single- and double-click of scripts Tray icon
Smile It executes one action when you singleclick, and another action when you doubleclick the tray icon. Very handy.
  Topic: Vista taskbar thumbnails
skrommel

Replies: 3
Views: 425

PostForum: Ask for Help   Posted: Sun Feb 25, 2007 9:25 am   Subject: Really?
Sad I think you're right about thumbnail := ExtractInteger(thumbnail) but it still won't work.

you said BOOLEAN
Sorry.

Skrommel
  Topic: Vista taskbar thumbnails
skrommel

Replies: 3
Views: 425

PostForum: Ask for Help   Posted: Sun Feb 25, 2007 2:06 am   Subject: Vista taskbar thumbnails
Smile Anyone running Vista?

I thought I'd make a window watcher using Vista's WDM, but my code won't work. Could it be my struct handling? There's a byte and two booleans in there...

The code is st ...
  Topic: Accessing the system menu using WinMenuSelectItem?
skrommel

Replies: 4
Views: 379

PostForum: Ask for Help   Posted: Sat Feb 24, 2007 12:43 am   Subject: Thanks
Smile There's nothing like working code! Thanks!

Skrommel
  Topic: Accessing the system menu using WinMenuSelectItem?
skrommel

Replies: 4
Views: 379

PostForum: Ask for Help   Posted: Thu Feb 22, 2007 9:00 am   Subject: Sub menus
Smile Fantastic!

I want to use it to access the Edit menu of command windows, so I'll have to find the sub menus, too.

Skrommel
  Topic: Accessing the system menu using WinMenuSelectItem?
skrommel

Replies: 4
Views: 379

PostForum: Ask for Help   Posted: Wed Feb 21, 2007 2:03 am   Subject: Accessing the system menu using WinMenuSelectItem?
Smile How do I access the system menu silently? I've found no options in WinMenuSelectItem, and using Alt-Space flickers the menu.

Maybe there should be a WinMenuSelectItem,Window,,0&,1&?

S ...
  Topic: Randomly pixeling in an image
skrommel

Replies: 13
Views: 1388

PostForum: Scripts & Functions   Posted: Mon Feb 12, 2007 9:37 am   Subject: Randomly pixeling in an image
Smile To speed things up in your script, jonny, the pixel list could be saved to a file, or included in the script itself. Then you wouldn't have to include the picture, either.

Skrommel
  Topic: Randomly pixeling in an image
skrommel

Replies: 13
Views: 1388

PostForum: Scripts & Functions   Posted: Mon Feb 12, 2007 9:31 am   Subject: Radeon
Confused What graphics card are you using? I've got a Radeon 9600SE.

Skrommel
  Topic: Randomly pixeling in an image
skrommel

Replies: 13
Views: 1388

PostForum: Scripts & Functions   Posted: Mon Feb 12, 2007 1:18 am   Subject: RandomSplash
Smile Here's a different approach, with no delays!

It seems the slowest command of the scritps above is the PixelGetColor.
I tried BitBlt and StrechBlt, but they were even slower.

I ended up using ...
  Topic: Randomly pixeling in an image
skrommel

Replies: 13
Views: 1388

PostForum: Scripts & Functions   Posted: Sun Feb 11, 2007 10:59 pm   Subject: Sort,list,Random
Smile May I suggest using
Sort,list,Random
to speed things up?

Skrommel
 
Page 1 of 11 Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group