AutoHotkey Community

It is currently May 24th, 2012, 1:34 pm

All times are UTC [ DST ]


Search found 28 matches
Search these results:

Author Message

 Forum: Support   Topic: How to create a toolbar on taskbar?

Posted: July 26th, 2010, 10:06 am 

Replies: 6
Views: 408


all right, i have solved this, without deskband.

 Forum: Support   Topic: How to create a toolbar on taskbar?

Posted: July 26th, 2010, 7:13 am 

Replies: 6
Views: 408


Like this. A real toolbar of taskbar containing buttons or picture etc. I don't want to create a window always on top because it would cover icons of other windows on taskbar. Is that possible by AHK? http://www.codeproject.com/KB/shell/dotnetBandObjects/dotnetBandObjects.jpg

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: July 17th, 2010, 2:46 am 

Replies: 998
Views: 156810


Graphics drawed by brush can not be blured, so i just used pen to draw fading frame around it, which made a shadow. This is an example giving shadow for graphics in Tutorial 1. I'm still trying to make it better, so the code is ugly. #SingleInstance, Force #NoEnv SetBatchLines, -1 If !pToken := Gdip...

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: July 16th, 2010, 12:54 am 

Replies: 998
Views: 156810


Thank you tic and Wicked

I did the same way, as the problem about blurbitmap you pointed out, I created 2 bitmaps, one of them for shadow( at that time i didn't know how to set blured graphic grey, now I got it and updated gdip.ahk to 1.37)

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: July 15th, 2010, 10:38 am 

Replies: 998
Views: 156810


tic

Yes, i want to draw a png to screen and give it a shadow.
If possible, i'd like to give other graphic( drawed by brush or pen) a shadow
how can i fulfil it?

And here is a png without shadow
Image

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: July 15th, 2010, 7:09 am 

Replies: 998
Views: 156810


Is there any way to add a shadow to graphics drawed on screen? I found some examples in which authors simply used UpdateLayeredWindow to add shadow to a png image, like this http://melander.dk/wordpress/wp-content/uploads/2008/03/demo-screenshot.png but i failed on this, png has been drawed on scree...

 Forum: Scripts   Topic: MS Office Automation Functions (via COM) [thanks Sean]

Posted: May 5th, 2010, 11:06 am 

Replies: 295
Views: 66180


i think it should be more functions for excel as operations on chart. after all i can use formula of excel to get/calculate data.

 Forum: Scripts   Topic: Taskbar - Delete Icon / Refresh Icons

Posted: May 2nd, 2010, 7:42 am 

Replies: 4
Views: 3273


This is a really cool script, thand you DevX.
This script is better than those refresh tray icons by moving mouse to screen corner.

 Forum: Scripts   Topic: Colored Controls (no bitmaps needed)

Posted: May 1st, 2010, 7:36 am 

Replies: 19
Views: 5582


i set text background color to orange as "ED8623" but it appeared blue, what's the problem?

 Forum: Support   Topic: Is there any way to show 'folder Properties' on task bar?

Posted: April 30th, 2010, 5:53 am 

Replies: 10
Views: 506


I worked out a script works for several windows in one time. SetTimer,NotShellWin,1000 return NotShellWin: WinWait,ahk_class #32770 NotShellWin_ID:=WinExist() WinGet,NotShellWin_Ex,ExStyle,ahk_id %NotShellWin_ID% If ( NotShellWin_Ex & 0x40000 ) Return WinGetTitle,NotShellWin_Titl...

 Forum: Support   Topic: Is there any way to show 'folder Properties' on task bar?

Posted: April 30th, 2010, 4:32 am 

Replies: 10
Views: 506


thank you SKAN.
I really don't know the difference between Style and ExStyle.
I thought to use Serenity's EventHook script, but it's too complex to me. Winwait is a simple and effective way.

 Forum: Scripts   Topic: [tool] WinEventHook Messages

Posted: April 30th, 2010, 3:32 am 

Replies: 23
Views: 12903


i modified the example script for notepad to 'system properties', but the script only works since the second time i activate the window. i mean when 'system properties' window opens, nothing happens, i must switch to other window then switch back, the script works. why?

 Forum: Support   Topic: Is there any way to show 'folder Properties' on task bar?

Posted: April 29th, 2010, 6:06 pm 

Replies: 10
Views: 506


OrlandoRd, Thank you. That script is the very key. I fount that set ExStyle +0x40000 can make a window show its icon on taskbar. In documentation it says this style is to creat a resizable window, but i have never had it succeed. contrary to expectations, it gives windows the taskbar icon. it's stra...

 Forum: Support   Topic: Is there any way to show 'folder Properties' on task bar?

Posted: April 29th, 2010, 2:41 pm 

Replies: 10
Views: 506


i'm using a compromised method.
created a normal GUI window. it's Width and Height are both 0.
when i click it's icon on task bar to active it, the script activate the target window like 'system properties'.

 Forum: Tutorials   Topic: [How to] Hook on to Shell to receive its messages?

Posted: April 29th, 2010, 2:36 pm 

Replies: 59
Views: 269


i used shellhook code but while i right clicked 'my computer' on start menu to open 'system properties' i received nothing.
Sort by:  
Page 1 of 2 [ Search found 28 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group