Click here to Skip to main content
15,912,837 members
Home / Discussions / C#
   

C#

 
GeneralRe: @-quoted strings Pin
Carsten Zeumer10-Jun-05 2:47
Carsten Zeumer10-Jun-05 2:47 
GeneralRe: @-quoted strings Pin
S. Senthil Kumar10-Jun-05 2:49
S. Senthil Kumar10-Jun-05 2:49 
GeneralRe: @-quoted strings Pin
Member 118129410-Jun-05 3:14
Member 118129410-Jun-05 3:14 
GeneralRe: @-quoted strings Pin
S. Senthil Kumar10-Jun-05 3:36
S. Senthil Kumar10-Jun-05 3:36 
GeneralRe: @-quoted strings Pin
Member 118129410-Jun-05 3:47
Member 118129410-Jun-05 3:47 
GeneralRe: @-quoted strings Pin
S. Senthil Kumar10-Jun-05 4:01
S. Senthil Kumar10-Jun-05 4:01 
GeneralRe: @-quoted strings Pin
Member 118129410-Jun-05 4:07
Member 118129410-Jun-05 4:07 
GeneralRe: @-quoted strings Pin
Pyro Joe10-Jun-05 9:50
Pyro Joe10-Jun-05 9:50 
I'm not sure I completely understand your problem. However, I gather you simply find it a nuisance to have to write an extra / mark in your code. I made a little utility a while ago, that if you paste any text you want to send to a textbox, you simply paste or enter the text you want formatted. Then click process, and it inserts all the slash marks, and etc. Then you paste that code into your application, and voilla, you can have the text programmatically inserted into a textbox or richTextBox. idk if it's useful or not, but you can download it here (I find it handy for entering multiple lines of code):

http://www.teched.coe.ohio-state.edu/lugnut/stephen/Text%20Formatting%20Revealer.zip

if it helps you any let me know. I'm aware the output is somewhat sloppy, nevertheless it works with 100% functionality as far as I've tested it.
good luck solving your problem,
Stephen
GeneralIndexed textboxes Pin
patgo10-Jun-05 2:27
patgo10-Jun-05 2:27 
GeneralRe: Indexed textboxes Pin
S. Senthil Kumar10-Jun-05 2:47
S. Senthil Kumar10-Jun-05 2:47 
GeneralThank you very much!!! Pin
patgo10-Jun-05 3:36
patgo10-Jun-05 3:36 
GeneralRe: Indexed textboxes Pin
Colin Angus Mackay10-Jun-05 2:58
Colin Angus Mackay10-Jun-05 2:58 
GeneralThank you very much!!! Pin
patgo10-Jun-05 3:36
patgo10-Jun-05 3:36 
GeneralRe: Indexed textboxes Pin
Member 118129410-Jun-05 4:17
Member 118129410-Jun-05 4:17 
GeneralRe: Indexed textboxes Pin
nemopeti10-Jun-05 12:24
nemopeti10-Jun-05 12:24 
GeneralCustom Editor for TreeView Nodes!!!☺ Pin
sharaabi10-Jun-05 2:08
sharaabi10-Jun-05 2:08 
QuestionHow to close a form in its Load event handler Pin
Waleed Eissa10-Jun-05 1:14
Waleed Eissa10-Jun-05 1:14 
AnswerRe: How to close a form in its Load event handler Pin
nemopeti10-Jun-05 1:51
nemopeti10-Jun-05 1:51 
AnswerRe: How to close a form in its Load event handler Pin
MoustafaS10-Jun-05 1:53
MoustafaS10-Jun-05 1:53 
AnswerRe: How to close a form in its Load event handler Pin
MoustafaS10-Jun-05 1:56
MoustafaS10-Jun-05 1:56 
AnswerRe: How to close a form in its Load event handler Pin
DavidNohejl10-Jun-05 2:11
DavidNohejl10-Jun-05 2:11 
AnswerRe: How to close a form in its Load event handler Pin
Dave Kreskowiak10-Jun-05 4:01
mveDave Kreskowiak10-Jun-05 4:01 
AnswerRe: How to close a form in its Load event handler Pin
Waleed Eissa10-Jun-05 5:43
Waleed Eissa10-Jun-05 5:43 
AnswerRe: How to close a form in its Load event handler Pin
Waleed Eissa10-Jun-05 5:52
Waleed Eissa10-Jun-05 5:52 
GeneralRe: How to close a form in its Load event handler Pin
methodincharge10-Jun-05 9:10
methodincharge10-Jun-05 9:10 

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.