| Author |
Message |
Topic: Impossible to get selected string? |
OrlandoRd
Replies: 7
Views: 491
|
Forum: Ask for Help Posted: Tue May 04, 2010 8:52 pm Subject: Impossible to get selected string? |
| Also, Controlget doesn't always work. Leef_me I don't know what's so difficult to understand. I was hoping some function like this that has nothing to do with the clipboard. I'm not sure If It can be ... |
Topic: Windows 7:Not getting any output after Setparent? |
OrlandoRd
Replies: 2
Views: 314
|
Forum: Ask for Help Posted: Tue May 04, 2010 12:54 am Subject: Windows 7:Not getting any output after Setparent? |
| Thanks Lexikos, never would have thought of that. |
Topic: Impossible to get selected string? |
OrlandoRd
Replies: 7
Views: 491
|
Forum: Ask for Help Posted: Tue May 04, 2010 12:46 am Subject: Impossible to get selected string? |
I understood the question, and I know what he's trying to do. I use the clipboard in the same capacity.
Highlight text, copy it, use it in the AHK script to do something with it, or not, or to mak ... |
Topic: Impossible to get selected string? |
OrlandoRd
Replies: 7
Views: 491
|
Forum: Ask for Help Posted: Mon May 03, 2010 12:37 am Subject: Impossible to get selected string? |
| I have searched but there's no solution rather than using the clipboard to get it. Anyone knows of any function that can retrieve the selected(highlighted text) as a variable without using the clipboa ... |
Topic: Windows 7:Not getting any output after Setparent? |
OrlandoRd
Replies: 2
Views: 314
|
Forum: Ask for Help Posted: Sun May 02, 2010 10:24 pm Subject: Windows 7:Not getting any output after Setparent? |
| Just right after setting calling Setparent I can't seem to get any output of the GUI. for example: my function here locks a window by placing a Transparent GUI inside the Active Window. but my Unloc ... |
Topic: FindWindowEx and Winget, ID dont match? |
OrlandoRd
Replies: 1
Views: 290
|
Forum: Ask for Help Posted: Sun May 02, 2010 6:42 pm Subject: FindWindowEx and Winget, ID dont match? |
Winet,ID: Retrieves the unique ID number (HWND/handle) of a window.
http://www.autohotkey.com/docs/commands/WinGet.htm
The FindWindowEx function retrieves a handle to a window
http://msdn.micro ... |
Topic: Resizing window function |
OrlandoRd
Replies: 8
Views: 431
|
Forum: Ask for Help Posted: Sat May 01, 2010 3:09 pm Subject: Resizing window function |
@AHKisthebest
Yup, that did it, runs as smooth as it can get. thanks |
Topic: Is there any way to show 'folder Properties' on task bar? |
OrlandoRd
Replies: 10
Views: 470
|
Forum: Ask for Help Posted: Thu Apr 29, 2010 2:41 pm Subject: Is there any way to show 'folder Properties' on task bar? |
I know that the guys at donationcoder made a show-dialogs script with ahk. you may want to check that out.
http://www.donationcoder.com/Software/Skrommel/index.html#ShowDialogsToo |
Topic: SetScrollLockState wont work after remapping scrolllock |
OrlandoRd
Replies: 3
Views: 339
|
Forum: Ask for Help Posted: Thu Apr 29, 2010 1:01 am Subject: SetScrollLockState wont work after remapping scrolllock |
I already tested it individually and it worked. Now the problem happens when assigning scrollock a function to do something.
Ex. In this case I want to lock/unlock the active window by pressing scrol ... |
Topic: SetScrollLockState wont work after remapping scrolllock |
OrlandoRd
Replies: 3
Views: 339
|
Forum: Ask for Help Posted: Wed Apr 28, 2010 11:48 pm Subject: SetScrollLockState wont work after remapping scrolllock |
| I have assigned and remapped the scroll lock to do something different but at the same time I want the scroll lock state( the flashing lights) to work. I can't get them to work. Why is this? is there ... |
Topic: [Solved] Load dll icon from file |
OrlandoRd
Replies: 1
Views: 154
|
Forum: Ask for Help Posted: Tue Apr 27, 2010 1:11 am Subject: [Solved] Load dll icon from file |
EDIT: FIXED
going to leave my working code for future reference.
#Persistent
ModuleHandle := DllCall("GetModuleHandle", "str", "shell32.dll")
hIcon ... |
Topic: [Solved] Load dll icon from file |
OrlandoRd
Replies: 1
Views: 154
|
Forum: Ask for Help Posted: Tue Apr 27, 2010 12:42 am Subject: [Solved] Load dll icon from file |
I've been trying to set my GUI an icon that resides on the shell32.dll file but my code doesn't seem to work. Anyone who ever done this kind of stuff?
#Persistent
Module = C:\WINDOWS\SYSTEM3 ... |
Topic: Redraw Taskbar Buttons? |
OrlandoRd
Replies: 3
Views: 297
|
Forum: Ask for Help Posted: Sat Apr 24, 2010 12:53 am Subject: Redraw Taskbar Buttons? |
| In general, How can I redraw the entire taskbar buttons? |
Topic: Extract Informations about TaskButtons |
OrlandoRd
Replies: 41
Views: 13038
|
Forum: Scripts & Functions Posted: Fri Apr 23, 2010 11:43 pm Subject: Extract Informations about TaskButtons |
| Does this work on windows 7?, I'm just getting an empty MsgBox |
Topic: Make this control Transparent? |
OrlandoRd
Replies: 16
Views: 1208
|
Forum: Ask for Help Posted: Mon Apr 19, 2010 12:52 am Subject: Make this control Transparent? |
| Thanks for that. Would you please help me out I really don't know how to start. |
| |