| Author |
Message |
Topic: a simple but hard GUI ? for gifted binary minds... |
Micahs
Replies: 37
Views: 1297
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 6:26 pm Subject: a simple but hard GUI ? for gifted binary minds... |
the GUI seems to ... pick up that side and take overI put in a latch so this will not happen.
As for the other problem, I think I see what you mean. I'll look into it.
SetBatchLines, -1
SetWinD ... |
Topic: a simple but hard GUI ? for gifted binary minds... |
Micahs
Replies: 37
Views: 1297
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 3:09 pm Subject: a simple but hard GUI ? for gifted binary minds... |
This one has top and left border resize added. Now all four borders work.
SetBatchLines, -1
SetWinDelay,10
Gui 2: -Border -caption +ToolWindow +LastFound
Gui 2: Color, D3407E
guiID : ... |
Topic: a simple but hard GUI ? for gifted binary minds... |
Micahs
Replies: 37
Views: 1297
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 10:25 am Subject: a simple but hard GUI ? for gifted binary minds... |
| but if I release mouse, and reclick, the GUI contorts and expands in weird porportions, or sometimes fails to grabIs this with mine, or the code you posted? I can't duplicate the behavior with either. |
Topic: a simple but hard GUI ? for gifted binary minds... |
Micahs
Replies: 37
Views: 1297
|
Forum: Ask for Help Posted: Tue Jun 03, 2008 4:00 pm Subject: a simple but hard GUI ? for gifted binary minds... |
| This is one of the first iterations modified a little. It behaves like the bit that you posted. Note that I still haven't added sizing by dragging the left or top borders. I'll look into it if you wan ... |
Topic: Listbox Move Sort |
Micahs
Replies: 9
Views: 337
|
Forum: Ask for Help Posted: Sun May 25, 2008 3:19 am Subject: Listbox Move Sort |
| This populates the 'level' listview based on the 'level' ddl. Notice the 'SelectLevel' label. Also, you need to add variables to the ddl and listviews you want to manipulate. Hope this gets you starte ... |
Topic: Listbox Move Sort |
Micahs
Replies: 9
Views: 337
|
Forum: Ask for Help Posted: Sat May 24, 2008 12:21 pm Subject: Listbox Move Sort |
This does not use a listview, but the listbox.
BtnSort:
R := InStr(A_GuiControl, "Rev") ? "R" : "" ;if reverse sort selected
Gui, 14:Defaul ... |
Topic: Reference negative icon numbers |
Micahs
Replies: 11
Views: 402
|
Forum: Ask for Help Posted: Wed May 21, 2008 12:40 am Subject: Reference negative icon numbers |
Beautiful!
Thanks Lexikos.
I think that its worth noting that while the negative number signifies that it is an icon resource and not an icon index, the value itself should be passed as a positive. ... |
Topic: how to remap like this? |
Micahs
Replies: 10
Views: 366
|
Forum: Ask for Help Posted: Sat May 17, 2008 2:14 pm Subject: how to remap like this? |
This probably is not exactly what you want, but it might get you started. Because of the way hotkeys work, you may have to brute-force it to get the combinations that you desire.
$Tab::
Inp ... |
Topic: how to remap like this? |
Micahs
Replies: 10
Views: 366
|
Forum: Ask for Help Posted: Sat May 17, 2008 1:12 pm Subject: how to remap like this? |
Please read the help page above carefully.
When you do it this way, the Tab key becomes a prefix key. That means it looses its original/native function when it is pressed by itself. It will only fire ... |
Topic: how to remap like this? |
Micahs
Replies: 10
Views: 366
|
Forum: Ask for Help Posted: Sat May 17, 2008 1:46 am Subject: how to remap like this? |
| You can define a custom combination of two keys (except joystick buttons) by using " & " between them. In the below example, you would hold down Numpad0 then press the second key to trig ... |
Topic: how to remap like this? |
Micahs
Replies: 10
Views: 366
|
Forum: Ask for Help Posted: Fri May 16, 2008 6:42 am Subject: how to remap like this? |
Works for me!
Tab::msgbox,Tab
Tab & 1::msgbox,Tab + 1 |
Topic: How to block mouse input for a named window? |
Micahs
Replies: 7
Views: 286
|
Forum: Ask for Help Posted: Fri May 16, 2008 6:29 am Subject: How to block mouse input for a named window? |
| This will prevent the user from clicking on the titlebar close button and the icon while allowing window drag, resize, scrolling. It uses a variation of my Zero-Focus technique to disable the left mou ... |
Topic: WinEventHook example... |
Micahs
Replies: 75
Views: 6986
|
Forum: Scripts & Functions Posted: Wed May 14, 2008 1:09 pm Subject: WinEventHook example... |
| I laughed so hard I snorted! |
Topic: Keylogger can record Virtual Keyboard, including of the XP. |
Micahs
Replies: 20
Views: 1928
|
Forum: General Chat Posted: Wed May 07, 2008 4:30 pm Subject: Keylogger can record Virtual Keyboard, including of the XP. |
Off-Topic from keylogging, but maybe useful if you are installing/uninstalling many apps is [url=www.sandboxie.com]Sandboxie.
If you will be testing many keyloggers and such, this will help you keep ... |
Topic: Never in focus window (or click throughable) |
Micahs
Replies: 23
Views: 737
|
Forum: Ask for Help Posted: Mon May 05, 2008 7:23 pm Subject: Never in focus window (or click throughable) |
| No worries, that was a bit esoteric! |
| |