Click here to Skip to main content
15,913,100 members
Home / Discussions / C#
   

C#

 
GeneralRe: Menu like Windows Start menu Pin
webhay19-Jul-04 7:37
webhay19-Jul-04 7:37 
GeneralRe: Menu like Windows Start menu Pin
Heath Stewart19-Jul-04 8:34
protectorHeath Stewart19-Jul-04 8:34 
GeneralRe: Menu like Windows Start menu Pin
Anonymous19-Jul-04 13:07
Anonymous19-Jul-04 13:07 
GeneralDirect X Picturebox Pin
Wjousts18-Jul-04 9:11
Wjousts18-Jul-04 9:11 
QuestionHow we can dealing with TAPI in C# ? Pin
Wail A.Salem18-Jul-04 7:53
Wail A.Salem18-Jul-04 7:53 
AnswerRe: How we can dealing with TAPI in C# ? Pin
Nick Parker18-Jul-04 10:55
protectorNick Parker18-Jul-04 10:55 
QuestionSubscript button for richtextbox? Pin
BrownJacket18-Jul-04 3:28
BrownJacket18-Jul-04 3:28 
AnswerRe: Subscript button for richtextbox? Pin
mav.northwind18-Jul-04 21:57
mav.northwind18-Jul-04 21:57 
Unfortunately, MS didn't expose all the functions of the RichText control for .NET.
You can do something like richTextBox1.SelectionBold = true but there's no such thing as richTextBox1.SelectionSubScript = true Frown | :(

But since the .NET RichTextBox in fact just wraps the Win32 RichEdit control you can use the structs and messages for this control to achieve subscript, superscript, various underline styles and so on.

Take a look at this article here, I've added something similar to the RichTextBoxEx class already (look towards the end of the article).

This can be easily modified to add subscript/superscript formatting for a selected range od text.

Regards,
mav
GeneralRe: Subscript button for richtextbox? Pin
BrownJacket19-Jul-04 10:39
BrownJacket19-Jul-04 10:39 
GeneralCreating object using ActiveX Component Pin
Member 32469018-Jul-04 3:10
Member 32469018-Jul-04 3:10 
Generalabout dictionary Pin
ala'a ali18-Jul-04 1:29
sussala'a ali18-Jul-04 1:29 
GeneralRe: about dictionary Pin
Colin Angus Mackay18-Jul-04 10:40
Colin Angus Mackay18-Jul-04 10:40 
Generalwho can tell me what's wrong with this function Pin
noosword17-Jul-04 22:13
noosword17-Jul-04 22:13 
Questionhow to get the system shell imagelist Pin
noosword17-Jul-04 17:37
noosword17-Jul-04 17:37 
AnswerRe: how to get the system shell imagelist Pin
J. Dunlap17-Jul-04 18:11
J. Dunlap17-Jul-04 18:11 
GeneralIntegrating the Media Player Pin
Yonaz17-Jul-04 13:43
Yonaz17-Jul-04 13:43 
GeneralRe: Integrating the Media Player Pin
Yonaz18-Jul-04 6:59
Yonaz18-Jul-04 6:59 
GeneralRe: Integrating the Media Player Pin
polomint18-Jul-04 8:22
polomint18-Jul-04 8:22 
GeneralRe: Integrating the Media Player Pin
Yonaz18-Jul-04 8:56
Yonaz18-Jul-04 8:56 
GeneralRe: Integrating the Media Player Pin
Anonymous18-Jul-04 10:22
Anonymous18-Jul-04 10:22 
GeneralRe: Integrating the Media Player Pin
polomint18-Jul-04 10:33
polomint18-Jul-04 10:33 
GeneralRe: Integrating the Media Player Pin
Yonaz19-Jul-04 22:44
Yonaz19-Jul-04 22:44 
GeneralAudio volume control in c# Pin
Don60317-Jul-04 12:06
Don60317-Jul-04 12:06 
GeneralRe: Audio volume control in c# Pin
mav.northwind17-Jul-04 21:19
mav.northwind17-Jul-04 21:19 
GeneralRe: Audio volume control in c# Pin
Don60318-Jul-04 9:18
Don60318-Jul-04 9:18 

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.