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 612 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Listview - show sort direction arrow on header?
shimanov

Replies: 8
Views: 690

PostForum: Ask for Help   Posted: Tue Apr 11, 2006 5:57 pm   Subject: Listview - show sort direction arrow on header?
You could try LV_ModifyCol with the the Icon and/or IconRight options.
  Topic: Buffered Send and SendRaw
shimanov

Replies: 7
Views: 1998

PostForum: Scripts & Functions   Posted: Tue Apr 04, 2006 6:56 pm   Subject: Buffered Send and SendRaw
it will be very useful

This function should be obsolete with the introduction of SendInput.

I'm having problems with your script

The issue seems to be that Numpad{0..9} keys are not buffered. ...
  Topic: Send mouse scrolls to window under mouse
shimanov

Replies: 46
Views: 6957

PostForum: Scripts & Functions   Posted: Thu Mar 30, 2006 10:45 pm   Subject: Send mouse scrolls to window under mouse
I tried to add some wheel acceleration code

Works well.
  Topic: process list+file names+command lines
shimanov

Replies: 18
Views: 4982

PostForum: Scripts & Functions   Posted: Thu Mar 30, 2006 9:57 pm   Subject: process list+file names+command lines
to Chris:
Thanks. It uses the standard EnumProcesses API to retrieve a list of processes, and some of the other mechanisms employed will likely limit its universality. But it seems to work fairly w ...
  Topic: Manual: Incorrect entry in List of Windows Messages
shimanov

Replies: 10
Views: 754

PostForum: Bug Reports   Posted: Thu Mar 30, 2006 9:37 pm   Subject: Manual: Incorrect entry in List of Windows Messages
First, WM_MOUSELAST does not seem to be documented. What is it?

Second, the associated value varies by Windows version:

#if (_WIN32_WINNT >= 0x0500)
#define WM_MOUSELAST ...
  Topic: Send mouse scrolls to window under mouse
shimanov

Replies: 46
Views: 6957

PostForum: Scripts & Functions   Posted: Thu Mar 30, 2006 8:07 pm   Subject: Send mouse scrolls to window under mouse
to evl:
I didn't think there was a problem; but, after buffering the wheel events, I noticed a dramatic difference. Try this:

CoordMode, Mouse, Screen
return

WheelUp::
Critical
Mo ...
  Topic: process list+file names+command lines
shimanov

Replies: 18
Views: 4982

PostForum: Scripts & Functions   Posted: Thu Mar 30, 2006 7:54 pm   Subject: process list+file names+command lines
Enumerate processes, identify associated file names, identify command lines. I'll have to elaborate later.

Replicates functionality of tool described in another * tested with Windows XP SP2
* rea ...
  Topic: Send mouse scrolls to window under mouse
shimanov

Replies: 46
Views: 6957

PostForum: Scripts & Functions   Posted: Thu Mar 30, 2006 7:04 pm   Subject: Send mouse scrolls to window under mouse
to Laszlo:
Neither Kat nor Mouse required?

to evl:
I would hypothesize that when scrolling "too fast" some wheel events could be missed; but, I have not observed this deficiency, and ca ...
  Topic: Send mouse scrolls to window under mouse
shimanov

Replies: 46
Views: 6957

PostForum: Scripts & Functions   Posted: Thu Mar 30, 2006 6:02 pm   Subject: Send mouse scrolls to window under mouse
Here is a simple alternative. It actually works quite well. Well enough that I have finally removed KatMouse from my system.

note: should work with Windows 98+

CoordMode, Mouse, Screen
return ...
  Topic: Tab control in another tab control?
shimanov

Replies: 8
Views: 507

PostForum: Ask for Help   Posted: Thu Mar 30, 2006 5:34 pm   Subject: Tab control in another tab control?
The only known disadvantage of embedding a tab control within another, seems to be a side effect altering the behavior of relative positioning. Otherwise, it is the best method for selectively displa ...
  Topic: row height in list views?
shimanov

Replies: 22
Views: 1606

PostForum: Ask for Help   Posted: Wed Mar 29, 2006 4:37 pm   Subject: row height in list views?
it works only because higher bytes are null. These bytes should be shifted

That's right. I extracted this simplified code from another post, and modified it to work for a specific purpose; but, fo ...
  Topic: row height in list views?
shimanov

Replies: 22
Views: 1606

PostForum: Ask for Help   Posted: Wed Mar 29, 2006 1:56 am   Subject: row height in list views?
Could this be an issue?

LVM_GETVIEWRECT
...
The list view must be in icon or small icon view.

Also check ErrorLevel:

Returns TRUE if successful, or FALSE otherwise.
  Topic: row height in list views?
shimanov

Replies: 22
Views: 1606

PostForum: Ask for Help   Posted: Fri Mar 24, 2006 4:05 am   Subject: row height in list views?
Thanks for sharing it.

Hi Chris. It's been a while. Still enjoying AHk.

Just something I resurrected from the forum.
  Topic: row height in list views?
shimanov

Replies: 22
Views: 1606

PostForum: Ask for Help   Posted: Thu Mar 23, 2006 10:11 pm   Subject: row height in list views?
The message in question is considered local from the perspective of the responding process. It is necessary to use remote process access (RPA) methods in order to complete message handling successful ...
  Topic: assign bitmap to any item in any AHk menu
shimanov

Replies: 28
Views: 4562

PostForum: Scripts & Functions   Posted: Thu Mar 23, 2006 5:18 am   Subject: update: 2006.03.22
Sorry, at present, I don't have time to characterize or analyze AHk's menu command behavior.

Never mind. It wasn't really a bug, but it was annoying. And I can appreciate the need for dynamic men ...
 
Page 1 of 41 Goto page 1, 2, 3 ... 39, 40, 41  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group