Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change size of QM-Editor Right Column
#1
I wonder whether there exists a way/method to permanently change the right (Open items etc) column of QM-Editor. As a matter of fact, I wrote the following macro, run when "QM Started". Any advice will be mostly appreciated.

Function tempf15
Code:
Copy      Help
int px(xm) py(ym)
int h=_hwndqm
Acc a.Find(h "TITLEBAR" "" "class=SysListView32[]id=2212[]value=Open items" 0x1004)
int x y cx cy
a.Location(x y cx cy)
mou x y
lef+
lef- x-100 y h 1
0.25
mou px py
#2
Other ways don't exist.


Forum Jump:


Users browsing this thread: 1 Guest(s)