Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Statusbar - SB_SETTIPTEXT
#1
i am struggling with this

lpszTooltip
Pointer to a character buffer that contains the new ToolTip text. ?

i do not understand what this means, i thought it was somethign liek this
SendMessage(id(16 hDlg) SB_SETTIPTEXT 0 "test")
SendMessage(id(16 hDlg) SB_SETTIPTEXT 1 "test1")
SendMessage(id(16 hDlg) SB_SETTIPTEXT 2 "test2")

also from my reading i had to set this when creating dialog
Function DEX_InitStatusBar
Code:
Copy      Help
SetWinStyle hsb SBT_TOOLTIPS 1

also if u could explain what the buffer is as i cant seem to make heads and tails.

or if i have it all wrong above, im wanting to set the tool tip text for each part of the statusbar


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)