CToolTipCtrl: Restrict Tooltip within the dialog
-
Hi all, i need to restrict the tooltip within the dialog box. when i tried the options like setmargin(), iam seeing the tooltip as flickering. Obviously, the text in the tooltip will be a big sentence, which need to be displayed in multiline. Please convey your suggestions. Thanks in advance.
-------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.
-
Hi all, i need to restrict the tooltip within the dialog box. when i tried the options like setmargin(), iam seeing the tooltip as flickering. Obviously, the text in the tooltip will be a big sentence, which need to be displayed in multiline. Please convey your suggestions. Thanks in advance.
-------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.
Hi you can use TTM_SETMAXTIPWIDTH to restrict the length of the ToolTip rectangle and wrap the text to the next line. Refer the below link http://msdn.microsoft.com/en-us/library/bb760252%28VS.85%29.aspx#tooltip_sample_multiline[^] Regards msr