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 1320 matches
AutoHotkey Community Forum Index
Author Message
  Topic: make a window transparent and click through it
tic

Replies: 10
Views: 180

PostForum: 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? Wink

#SingleInstance, Force
DetectHiddenWindows, on
Hotkey, ~^LButton, C ...
  Topic: make a window transparent and click through it
tic

Replies: 10
Views: 180

PostForum: 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 Rolling Eyes

DetectHiddenW ...
  Topic: GDI+ standard library 1.16 by tic
tic

Replies: 27
Views: 1568

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: Scripts & Functions   Posted: Sun Jun 29, 2008 4:15 pm   Subject: Prank script: suggestions?
I see you've mastered FileCopy and MsgBox. Congratulations! Rolling Eyes
  Topic: make a window transparent and click through it
tic

Replies: 10
Views: 180

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 Smile
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

PostForum: 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 Smile
 
Page 1 of 88 Goto page 1, 2, 3 ... 86, 87, 88  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group