Talk:Create Floating Text DialogBox
Article Review by kamalakshan
(20090909)
This article provides code snippet to create a custom floating text control box. This control can be easily implemented within your project after placing the .h and .cpp files and making a call to this as suggested. This could be very helpful if you need to show user some tool tip kind of information in your application.
Article Review by skumar_rao (20090909)
This Code snippet works for both UI & Non-UI applications. But the author has taken pain to make show color features that might not be required for basic functionality .
This article provides code snippet to create a custom floating text control box. This control can be easily implemented within your project after placing the .h and .cpp files and making a call to this as suggested. This could be very helpful if you need to show user some tool tip kind of information in your application.
Article Review by skumar_rao (20090909)
This Code snippet works for both UI & Non-UI applications. But the author has taken pain to make show color features that might not be required for basic functionality .
@Sunil:
Agreed with you, but the purpose of taking pain was to show how to add functionality to Floating Text DialogBox. Those who are not interested in colors can easily omit it. :)
--savaj 04:15, 10 September 2009 (UTC)

