Click here to Skip to main content
15,887,304 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to bind a list to a combobox Pin
C-Scharbe4-Apr-08 6:04
C-Scharbe4-Apr-08 6:04 
GeneralRe: How to bind a list to a combobox Pin
baranils4-Apr-08 6:20
baranils4-Apr-08 6:20 
GeneralRe: How to bind a list to a combobox Pin
C-Scharbe4-Apr-08 6:37
C-Scharbe4-Apr-08 6:37 
GeneralRe: How to bind a list to a combobox Pin
baranils4-Apr-08 6:54
baranils4-Apr-08 6:54 
AnswerRe: How to bind a list to a combobox Pin
CodingYoshi5-Apr-08 7:25
CodingYoshi5-Apr-08 7:25 
GeneralRe: How to bind a list to a combobox Pin
baranils5-Apr-08 7:56
baranils5-Apr-08 7:56 
QuestionHow to programmatically change text to underlined style in RichTextBox? Pin
SeeBees4-Apr-08 4:32
SeeBees4-Apr-08 4:32 
AnswerRe: How to programmatically change text to underlined style in RichTextBox? Pin
Luc Pattyn4-Apr-08 6:00
sitebuilderLuc Pattyn4-Apr-08 6:00 
Hi,

this is a two-step process:
1. select the text that needs special handling; you can do that interactively, or programmatically; while it already is in place, or while adding.
2. choose a new font for the selected text (RichTextBox.SelectionFont Property) and use
FontStyle.Underline for it.

For all the details, read up on the RichTextBox and Font classes.
Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
SeeBees4-Apr-08 16:03
SeeBees4-Apr-08 16:03 
GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
Luc Pattyn4-Apr-08 16:34
sitebuilderLuc Pattyn4-Apr-08 16:34 
GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
SeeBees5-Apr-08 0:21
SeeBees5-Apr-08 0:21 
GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
Luc Pattyn5-Apr-08 2:23
sitebuilderLuc Pattyn5-Apr-08 2:23 
GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
SeeBees8-Apr-08 22:31
SeeBees8-Apr-08 22:31 
GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
mav.northwind5-Apr-08 4:21
mav.northwind5-Apr-08 4:21 
GeneralRe: How to programmatically change text to underlined style in RichTextBox? Pin
SeeBees8-Apr-08 22:27
SeeBees8-Apr-08 22:27 
QuestionDatagrid parameter Pin
Gego Levente4-Apr-08 4:05
Gego Levente4-Apr-08 4:05 
GeneralRe: Datagrid parameter Pin
Rick van Woudenberg4-Apr-08 4:40
Rick van Woudenberg4-Apr-08 4:40 
Questionhow to get back and next record from databases Pin
ilu_f94-Apr-08 3:58
ilu_f94-Apr-08 3:58 
AnswerRe: how to get back and next record from databases Pin
Rick van Woudenberg4-Apr-08 4:06
Rick van Woudenberg4-Apr-08 4:06 
Generalrtf and streams Pin
panoskatws4-Apr-08 3:25
panoskatws4-Apr-08 3:25 
GeneralRe: rtf and streams Pin
Rick van Woudenberg4-Apr-08 3:34
Rick van Woudenberg4-Apr-08 3:34 
GeneralRe: rtf and streams Pin
panoskatws4-Apr-08 4:20
panoskatws4-Apr-08 4:20 
GeneralRe: rtf and streams Pin
Rick van Woudenberg4-Apr-08 4:53
Rick van Woudenberg4-Apr-08 4:53 
GeneralRe: rtf and streams Pin
panoskatws5-Apr-08 4:54
panoskatws5-Apr-08 4:54 
GeneralRe: rtf and streams Pin
mav.northwind4-Apr-08 23:24
mav.northwind4-Apr-08 23:24 

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.