Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
Questionhow to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 9:41
hdv21219-Dec-06 9:41 
AnswerRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 10:52
professionalRavi Bhavnani19-Dec-06 10:52 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 11:05
hdv21219-Dec-06 11:05 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 11:12
professionalRavi Bhavnani19-Dec-06 11:12 
Questionstretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 8:43
charlespratheepan19-Dec-06 8:43 
AnswerRe: stretch a character width horizontally in in rich text box - c# Pin
Larantz19-Dec-06 9:55
Larantz19-Dec-06 9:55 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 18:33
charlespratheepan19-Dec-06 18:33 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
Larantz19-Dec-06 20:06
Larantz19-Dec-06 20:06 
Uhm. Not sure if that's possible. Setting width alone would end up in unreadable characters.
You would have to set the full font size for it to give any meaning I believe.

You can solve that through a recursive method or other form of loop where you use Graphics MeasureString method with a userdefined font and the width of your textbox. For each iteration, if width of the size returned by MeasureString is still larger then your textboxs width, reduce fontsize by 0.5 for instance.

-Larantz-

for those about to code, we salute you
http://www.tellus-software.com

GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 22:03
charlespratheepan19-Dec-06 22:03 
QuestionRegex Pin
zaboboa19-Dec-06 7:40
zaboboa19-Dec-06 7:40 
AnswerRe: Regex Pin
User 665819-Dec-06 8:07
User 665819-Dec-06 8:07 
GeneralRe: Regex Pin
zaboboa19-Dec-06 8:18
zaboboa19-Dec-06 8:18 
GeneralRe: Regex Pin
User 665819-Dec-06 8:41
User 665819-Dec-06 8:41 
GeneralRe: Regex Pin
zaboboa19-Dec-06 9:42
zaboboa19-Dec-06 9:42 
QuestionChanging the Opacity of a Form Pin
dsl/fahk19-Dec-06 6:34
dsl/fahk19-Dec-06 6:34 
AnswerRe: Changing the Opacity of a Form Pin
PIEBALDconsult19-Dec-06 6:51
mvePIEBALDconsult19-Dec-06 6:51 
GeneralRe: Changing the Opacity of a Form Pin
dsl/fahk19-Dec-06 7:05
dsl/fahk19-Dec-06 7:05 
GeneralRe: Changing the Opacity of a Form Pin
Judah Gabriel Himango19-Dec-06 7:29
sponsorJudah Gabriel Himango19-Dec-06 7:29 
GeneralRe: Changing the Opacity of a Form Pin
PIEBALDconsult19-Dec-06 7:33
mvePIEBALDconsult19-Dec-06 7:33 
GeneralRe: Changing the Opacity of a Form Pin
Wjousts19-Dec-06 7:36
Wjousts19-Dec-06 7:36 
AnswerRe: Changing the Opacity of a Form Pin
Ravi Bhavnani19-Dec-06 11:37
professionalRavi Bhavnani19-Dec-06 11:37 
QuestionMicrosoft Student 2006.. interface needed Pin
Libyan_Developer19-Dec-06 5:55
Libyan_Developer19-Dec-06 5:55 
AnswerRe: Microsoft Student 2006.. interface needed Pin
Judah Gabriel Himango19-Dec-06 11:01
sponsorJudah Gabriel Himango19-Dec-06 11:01 
QuestionNeed a jump start Pin
gsh0e19-Dec-06 5:51
gsh0e19-Dec-06 5:51 
AnswerRe: Need a jump start Pin
althamda19-Dec-06 5:57
althamda19-Dec-06 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.