Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Attach a toolbar to a sizeable child window
#5
Function tb_hook_control
Code:
Copy      Help
;/
function# hWnd message wParam lParam

sel message
,case WM_INITDIALOG ;;note: in QM < 2.2.0, this message is not sent. Use WM_CREATE instead.
,SetTimer hWnd 30 1000 0
,
,case WM_TIMER
,;Transparent hWnd iif(min(GetAncestor(GetToolbarOwner(hWnd) 2)) 0 256)
,Transparent hWnd iif(min(GetAncestor(GetToolbarOwner(hWnd) 2)) 0 255) GetSysColor(COLOR_BTNFACE)
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)