AutoHotkey Community

It is currently May 22nd, 2012, 12:13 pm

All times are UTC [ DST ]


Search found 35 matches
Search these results:

Author Message

 Forum: Support   Topic: Making GUI Follow Cursor

 Post subject: Making GUI Follow Cursor
Posted: March 9th, 2011, 4:29 pm 

Replies: 2
Views: 207


I'm trying to make a gui that always follows the cursor, overlaying the entire screen. Basically, my gui is 1024 x 768 (or however big) , centered on the mouse, and is transparent and allows the mouse to click through it to the windows below. I'm having problems with tracking the mouse when it click...

 Forum: Scripts   Topic: Changing the system cursor

Posted: February 25th, 2011, 1:57 pm 

Replies: 47
Views: 15935


Klaus,

but of course! Thanks for pointing that out to me!

 Forum: Support   Topic: Click Through GUI

Posted: February 24th, 2011, 4:38 pm 

Replies: 6
Views: 404


Thanks RaptorX!

Do you know if it will work with a gui consisting of a PNG (with a transparent hole in the middle for the mouse)?

I'd try, but I'm away from my workstation at the moment.

 Forum: Support   Topic: Click Through GUI

Posted: February 24th, 2011, 4:05 pm 

Replies: 6
Views: 404


Ahh, really?

I will look into that! I didn't realize it would also "erase" the gui, in addition to making it transparent!

 Forum: Support   Topic: Click Through GUI

 Post subject: Click Through GUI
Posted: February 24th, 2011, 3:50 pm 

Replies: 6
Views: 404


I'd like to make a gui that is always around the mouse, but I don't know how to make it so that if you click, you click THROUGH the gui onto whatever is below. I'm trying to make a Donut-shaped gui, with a hole in the middle for the mouse to click through. I've tried, but I keep ending up clicking o...

 Forum: Scripts   Topic: Changing the system cursor

Posted: February 24th, 2011, 3:43 pm 

Replies: 47
Views: 15935


Is there a way to dynamically scale each cursor? For example, I want all my cursors to be 40x40, but I want to still keep the system cursors and I want them to still change depending on what you hover over, so the pointer will still turn into a caret over a text box. Is there a way to do that with t...

 Forum: Support   Topic: Action on *ANY* key pressed (with passthrough)

Posted: February 22nd, 2011, 7:02 pm 

Replies: 3
Views: 174


Got it!

I read the help file and I used

Code:
#InstallKeybdHook


This makes A_timeIdlePhysical only respond to keyboard events!

THANK YOU!!

 Forum: Support   Topic: Action on *ANY* key pressed (with passthrough)

Posted: February 22nd, 2011, 6:54 pm 

Replies: 3
Views: 174


Thank you!

That's really close, but I'm actually trying to manipulate/move the mouse, and with that code, it goes haywire (as if there is constantly input).

Is there anyway to filter it so just the keyboard input triggers the action?

Thanks again!

 Forum: Support   Topic: Action on *ANY* key pressed (with passthrough)

Posted: February 22nd, 2011, 1:13 pm 

Replies: 3
Views: 174


Hey, I'm trying to write a script that activates on ANY key press, and still sends the key through so that it registers. For example: Loop { Input, SingleKey, L1, {LControl}{RControl}{LAlt}{RAlt}{LShift}{RShift}{LWin}{RW...

 Forum: Support   Topic: Getting file path of a running process

Posted: November 22nd, 2010, 11:19 pm 

Replies: 9
Views: 1124


I found this thread and it seems like exactly what I need, but I run into an issue where my output is a series of boxes, like the text isn't supported or something.

Does anybody know why? Might it have to do with ANSI vs. UNICODE?

Thanks

 Forum: Support   Topic: GuiControl not controlling Picture [Solved]

Posted: November 19th, 2010, 9:43 pm 

Replies: 1
Views: 127


Solved

Always clean your variables of `r and `n s.

 Forum: Support   Topic: GuiControl not controlling Picture [Solved]

Posted: November 19th, 2010, 9:36 pm 

Replies: 1
Views: 127


I have Gui, Add, Picture, x0 y55 w48 h48 gSlotAction vSlot2, %SlotIcon2% And I'm trying to simply update the control with an icon depending on what the user drops into it, from a list of file types (.exe, .lnk, .txt, etc) However: Drop(SlotVar,File,Num) { Global FileAppend, %SlotVar%`,%...

 Forum: Support   Topic: Displaying File Icon of Dragged File

Posted: November 12th, 2010, 4:41 pm 

Replies: 5
Views: 332


Bump

 Forum: Support   Topic: ADO COM dbo_Table issue

 Post subject: ADO COM dbo_Table issue
Posted: November 12th, 2010, 4:03 pm 

Replies: 0
Views: 267


The following code gives the error that my connection failed. sSource := "SELECT * FROM dbo_MATTER" sConnect := "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=U:\Mass Mail Merge.mdb" ; U:\ is a networked drive, non-local COM_Init() prs := COM_CreateObject("ADODB.R...

 Forum: Support   Topic: Displaying File Icon of Dragged File

Posted: October 27th, 2010, 10:21 pm 

Replies: 5
Views: 332


New Code, but Ico turns up blank: ;; Launch Pad SysGet, MWA, MonitorWorkArea,2 SetTimer, CheckMouse, 100 #Persistent #SingleInstance force SetTitleMatchMode 2 ;WinGetPos,,,Xmax,Ymax,ahk_class Progman ; get desktop size Xcenter := MWARight/2 ; Calculate center of screen XOut := MWARight ; Calculate c...
Sort by:  
Page 1 of 3 [ Search found 35 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group