Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Status bar toolbar with bitmap image
#1
hey i am trying 2 make a statusbar using a toolbar which i know how 2 do.the problem i am having is i am using a image as the background for the statusbar/toolbar,but when u implement the hook the image doesn't show and it doesn't create the id i next for the status bar any thoughts?
this is the code
Code:
Copy      Help
;/
function# hWnd message wParam lParam

sel message
,case WM_CREATE
,CreateControl 0 "Static" "" 0 0 0 0 0 hWnd 1
,goto g1
,
,case WM_SIZE
,;g1
,RECT r; GetClientRect hWnd &r
,MoveWindow id(1 hWnd) 0 0 r.right r.bottom 1


Forum Jump:


Users browsing this thread: 1 Guest(s)