Quote Originally Posted by rojaldearintok View Post
is this works with multiline textbox
Not if you use EM_SETCUEBANNER, when in doubt look it up on MSDN...

EM_SETCUEBANNER message
Remarks
An edit control that is used to begin a search may display "Enter search here" in gray text as a textual cue. When the user clicks the text, the text goes away and the user can type.
You cannot set a cue banner on a multiline edit control or on a rich edit control.
Minimum supported client: Windows XP
Minimum supported server: Windows Server 2003