02-15-2009, 11:19 PM
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
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
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
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
