Posts: 1,769
Threads: 410
Joined: Feb 2003
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/
Posts: 12,147
Threads: 143
Joined: Dec 2002
I noticed that when you hide and unhide a window, its button is at the end. Maybe not on all OS.
Posts: 1,271
Threads: 399
Joined: Mar 2003
here is another tool for it (64kb):
Taskix - Reorder buttons in your Windows taskbar
but is has the same issue.
Posts: 1,271
Threads: 399
Joined: Mar 2003
Posts: 1,271
Threads: 399
Joined: Mar 2003
Posts: 1,271
Threads: 399
Joined: Mar 2003
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>
Posts: 1,769
Threads: 410
Joined: Feb 2003
wow!
thanks PI. still looking at trying to make this mean something to me. :wink:
Posts: 1,271
Threads: 399
Joined: Mar 2003
here is a useless example how to move buttons
int hwnd=id(2000 _hwndqm)
SendMessage(hwnd TB_MOVEBUTTON 0 1)
3
SendMessage(hwnd TB_MOVEBUTTON 1 0)
Posts: 1,271
Threads: 399
Joined: Mar 2003
but its not working for the taskbar ?
any idea ?
Posts: 1,769
Threads: 410
Joined: Feb 2003
DOH....and i spent the last 20 trying to figure out why it wasn't working for me :lol: