| Author |
Message |
Topic: make a window transparent and click through it |
tic
Replies: 10
Views: 180
|
Forum: Ask for Help Posted: Tue Jul 08, 2008 5:42 pm Subject: make a window transparent and click through it |
can the same done to be normal windows like explorers instead of GUI?
Alright lazy pants...why not try it yourself?
#SingleInstance, Force
DetectHiddenWindows, on
Hotkey, ~^LButton, C ... |
Topic: make a window transparent and click through it |
tic
Replies: 10
Views: 180
|
Forum: Ask for Help Posted: Tue Jul 08, 2008 4:29 pm Subject: make a window transparent and click through it |
Thanks for your response. But, this doesn't do the click-through part.
WinSet, ExStyle, +0x00000020, ahk_id %hwnd%
Well....it does...so maybe test it properly in future
DetectHiddenW ... |
Topic: GDI+ standard library 1.16 by tic |
tic
Replies: 27
Views: 1568
|
Forum: Scripts & Functions Posted: Fri Jul 04, 2008 5:09 pm Subject: GDI+ standard library 1.16 by tic |
I have updated the library again with some new functions, most notably:
Gdip_DrawRoundedRectangle(pGraphics, pPen, x, y, w, h, r)
Gdip_FillRoundedRectangle(pGraphics, pBrush, x, y, w, ... |
Topic: GDI+ standard library 1.16 by tic |
tic
Replies: 27
Views: 1568
|
Forum: Scripts & Functions Posted: Fri Jul 04, 2008 11:21 am Subject: Re: Error message |
I'm getting this error message whenever i tried to use Gdip. I've tried only the examples given by tic.
Error at line 193 in #include file "F:\ahk\Gdip.ahk".
Line Text: ppvBi ... |
Topic: GDI+ standard library 1.16 by tic |
tic
Replies: 27
Views: 1568
|
Forum: Scripts & Functions Posted: Thu Jul 03, 2008 5:55 pm Subject: GDI+ standard library 1.16 by tic |
Hi Tic! I have been working with your tutorials, and think this is best thing since sliced bread & you make it easy to follow.
May I pose one question? I am not so clear on all syntaxs. Basica ... |
Topic: Graphic Buttons |
tic
Replies: 69
Views: 16729
|
Forum: Scripts & Functions Posted: Wed Jul 02, 2008 1:06 am Subject: Graphic Buttons |
Yeh I haven't spoken to you in a while Maj...I've been a lot less "ahk active" of late...
Perhaps you'll like this example more: ---------------------------
Font does not exist!
------- ... |
Topic: Graphic Buttons |
tic
Replies: 69
Views: 16729
|
Forum: Scripts & Functions Posted: Tue Jul 01, 2008 5:13 pm Subject: Graphic Buttons |
Yeh I haven't spoken to you in a while Maj...I've been a lot less "ahk active" of late...
Perhaps you'll like this example more: [url=http://www.autohotkey.net/~tic/TextToGraphics.zip]Tex ... |
Topic: Help with Arrays pls. |
tic
Replies: 5
Views: 117
|
Forum: Ask for Help Posted: Tue Jul 01, 2008 4:52 pm Subject: Help with Arrays pls. |
well erratiC you could perform 2 loop, parses:
Str = Line1_Hello,Line1_What,Line1_Bye`nLine2_Hello,Line2_What,Line3_bye
Loop, Parse, Str, `n
{
Loop, Parse, A_LoopField, `,
MsgBox, %A_Loo ... |
Topic: Graphic Buttons |
tic
Replies: 69
Views: 16729
|
Forum: Scripts & Functions Posted: Tue Jul 01, 2008 4:34 pm Subject: Graphic Buttons |
Heh....or you could just use my #SingleInstance, Force
#NoEnv
SetBatchLines, -1
#Include, Gdip.ahk
pToken := Gdip_Startup()
pBitmap := Gdip_CreateBitmap(100, 50), G ... |
Topic: Prank script: suggestions? |
tic
Replies: 12
Views: 401
|
Forum: Scripts & Functions Posted: Sun Jun 29, 2008 4:15 pm Subject: Prank script: suggestions? |
I see you've mastered FileCopy and MsgBox. Congratulations!  |
Topic: make a window transparent and click through it |
tic
Replies: 10
Views: 180
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 4:22 pm Subject: make a window transparent and click through it |
| WinSet, ExStyle, +0x00000020, ahk_id %hwnd% |
Topic: GDI+ standard library 1.16 by tic |
tic
Replies: 27
Views: 1568
|
Forum: Scripts & Functions Posted: Fri Jun 27, 2008 4:56 pm Subject: GDI+ standard library 1.16 by tic |
Try example 6 on the 1st post. I recommend you try all the other 5 examples also however as it will give you a better understanding of how it all works.
Note for everyone: Always ensure you have th ... |
Topic: GDI+ standard library 1.16 by tic |
tic
Replies: 27
Views: 1568
|
Forum: Scripts & Functions Posted: Fri Jun 27, 2008 3:37 pm Subject: GDI+ standard library 1.16 by tic |
Do you want this to be saved to disk or displayed as a gui? Also is there any reason you keep mentioning using streams? Is this what you are asking:
Create a 500x500 green background
Take a png ... |
Topic: per-pixel alpha blended GUI demo |
tic
Replies: 190
Views: 7366
|
Forum: Ask for Help Posted: Fri Jun 27, 2008 11:16 am Subject: per-pixel alpha blended GUI demo |
Yes refer any questions to that topic
You would need to get 2 gdi+ bitmaps (pBitmap) of your 2 images, and then you will Gdip_DrawImage twice, with the second 1 having a lower transparency:
Gdi ... |
Topic: Machine code functions: Bit Wizardry |
tic
Replies: 191
Views: 15319
|
Forum: Scripts & Functions Posted: Fri Jun 20, 2008 4:14 pm Subject: Machine code functions: Bit Wizardry |
I would also very much like to see that function, and please if someone does could I see the source code as well  |
| |