Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tooltip on buttons
#1
how do i make tooltips for controls (buttons,bitmap) created by CreateControl on a toolbar ?

how can i give SHDocVw.WebBrowser an ID on my toolbar ?
on my toolbar i have four SHDocVw.WebBrowser controls and i need to indentify them by another function.
the only way i know is to define global variables on WM_CREATE with the handle of the created control.

thanks
pi
#2
10-th argument of CreateControl.

Code:
Copy      Help
x=CreateControl(x x x x x x x x x WBID)
;...
SHDocVw.WebBrowser b
b._getcontrol(id(WBID hwnd 1))


About tooltips - later.
#3
Tooltips. For QM < 2.3.4.
#4
very nice !
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)