|
-
Nov 24th, 2003, 02:46 PM
#1
Thread Starter
Fanatic Member
Vertical text on button? [SOLVED]
How can I get vertical text on a button? Do I have to use an image?
Last edited by VBCrazyCoder; Nov 25th, 2003 at 03:30 PM.
-
Nov 24th, 2003, 03:07 PM
#2
Frenzied Member
Maybe overriding paint method of the button.
Last edited by Lunatic3; Nov 24th, 2003 at 03:18 PM.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Nov 24th, 2003, 03:10 PM
#3
are you talking vertical where the text is on it's side? or vertical like this...
t
e
x
t ?
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Nov 24th, 2003, 03:22 PM
#4
Thread Starter
Fanatic Member
I mean vertical where you read the word from bottom up.
-
Nov 24th, 2003, 03:24 PM
#5
you could make the string in to a char array, add an Environment.Newline after each char and then add the string as your button's text ( in reverse if you wish to read from bottom first )
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Nov 25th, 2003, 03:29 PM
#6
Thread Starter
Fanatic Member
My solution was to use a tab control and rotate it 90 degrees to the reverse. Works good.
-
Nov 25th, 2003, 04:56 PM
#7
Originally posted by VBCrazyCoder
My solution was to use a tab control and rotate it 90 degrees to the reverse. Works good.
umm how do you rotate a tab control?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 25th, 2003, 06:12 PM
#8
Frenzied Member
Maybe he means the location of the tabs to be at left side.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Nov 26th, 2003, 08:55 AM
#9
Thread Starter
Fanatic Member
You just set the alignment property to Left.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|