Jul 19, 2005 #1 kap1 Programmer Nov 23, 2004 11 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 Jun 9, 1999 9,878 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