Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar with Child
#1
i have a toolbar with a child dialog, how do i make normal qm toolbar buttons appear vertical ?
(vertical is checked)
or is it not possible ?
[Image: vertical_qm_buttons.jpg]

btw. its pretty cool to use qm context on my mapped drive -> if jpg -> copy path as bbcode
Big Grin
pi
#2
Assign this hook function.
Code:
Copy      Help
;/
function# hWnd message wParam lParam

sel message
,case WM_SIZE
,PostMessage hWnd WM_APP 0 0
,
,case WM_APP
,siz 26 1000 id(9999 hWnd)
#3
cool. thanks !
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)