Jul 19, 2005 #1 kap1 Programmer Joined Nov 23, 2004 Messages 11 Location US In VB6 I would like my application title to have a few characters in italics and superscript. Can this be done or am I limited to straight text?
In VB6 I would like my application title to have a few characters in italics and superscript. Can this be done or am I limited to straight text?
Jul 19, 2005 #3 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US You can do it by handling the non-client area paint messages. Take a look at: http://www.shitalshah.com/vbxlr/codelib/gfx/skin.htm Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
You can do it by handling the non-client area paint messages. Take a look at: http://www.shitalshah.com/vbxlr/codelib/gfx/skin.htm Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first