Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Taskbar icon arrangement
#1
is there a way that i can have QM arrange the icons on my taskbar the way i want?
this program allows you to click and drag but i'd like to get ride of it and just use QM.

http://www.freewebs.com/nerdcave/
An old blog on QM coding and automation.

The Macro Hook
#2
I noticed that when you hide and unhide a window, its button is at the end. Maybe not on all OS.
#3
here is another tool for it (64kb):
Taskix - Reorder buttons in your Windows taskbar

but is has the same issue.
pi
#4
some related info i found while investigating.

***
Shell Tray Info - Arrange your system tray icons

Some handy dialog box tricks, tips and workarounds

C++/CLI
***
pi
#5
CodeGuru: Taskbar Sorter Utility
pi
#6
MSDN:
Control Library
--><a href="http://msdn2.microsoft.com/en-us/library/bb760435(VS.85).aspx" title="Toolbar">Toolbar</a>

that is what i was looking for:

<a href="http://msdn2.microsoft.com/en-us/library/bb787387(VS.85).aspx" title="TB_MOVEBUTTON Message ()">TB_MOVEBUTTON Message ()</a>
pi
#7
wow!
thanks PI. still looking at trying to make this mean something to me. :wink:
An old blog on QM coding and automation.

The Macro Hook
#8
here is a useless example how to move buttons

Code:
Copy      Help
int hwnd=id(2000 _hwndqm)

SendMessage(hwnd TB_MOVEBUTTON 0 1)
3
SendMessage(hwnd TB_MOVEBUTTON 1 0)
pi
#9
but its not working for the taskbar ?
any idea ?
pi
#10
DOH....and i spent the last 20 trying to figure out why it wasn't working for me :lol:
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)