Click here to Skip to main content
15,900,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: SSL between .Net server and Java client Pin
blackjack21503-Nov-08 0:34
blackjack21503-Nov-08 0:34 
GeneralRe: SSL between .Net server and Java client Pin
xax3-Nov-08 8:35
xax3-Nov-08 8:35 
QuestionMultiline Indent Pin
Caglow2-Nov-08 9:21
Caglow2-Nov-08 9:21 
AnswerRe: Multiline Indent Pin
Pedram Behroozi2-Nov-08 10:03
Pedram Behroozi2-Nov-08 10:03 
GeneralRe: Multiline Indent Pin
Caglow2-Nov-08 11:52
Caglow2-Nov-08 11:52 
GeneralRe: Multiline Indent Pin
Pedram Behroozi2-Nov-08 12:33
Pedram Behroozi2-Nov-08 12:33 
GeneralRe: Multiline Indent Pin
Caglow22-Nov-08 9:58
Caglow22-Nov-08 9:58 
GeneralRe: Multiline Indent Pin
Pedram Behroozi22-Nov-08 20:56
Pedram Behroozi22-Nov-08 20:56 
Well, I think you have some choices to do that but of course they're not too common!
For example:
"\t\t\tHi".TrimStart(new char[]{ '\t' });
Removes all '\t' chars from the beginning.
You can also use String.Split or maybe String.Substring or ... However, whatever you use, I think, you haven't a simple and clean solution. I still prefer SelectionIndent Roll eyes | :rolleyes:

I died as a mineral and became a plant,
I died as plant and rose to animal,
I died as animal and I was Man.
Why should I fear? When was I less by dying?
-- Rumi[^]

QuestionIs it possible to have multiple "lines" in a datagridview? Pin
shultas2-Nov-08 9:04
shultas2-Nov-08 9:04 
Questionembed command-line executable into windows form application Pin
LordZoster2-Nov-08 6:33
LordZoster2-Nov-08 6:33 
AnswerRe: embed command-line executable into windows form application Pin
Giorgi Dalakishvili2-Nov-08 6:58
mentorGiorgi Dalakishvili2-Nov-08 6:58 
QuestionThe run away process;) Pin
Muammar©2-Nov-08 5:42
Muammar©2-Nov-08 5:42 
AnswerRe: The run away process;) Pin
Giorgi Dalakishvili2-Nov-08 6:21
mentorGiorgi Dalakishvili2-Nov-08 6:21 
AnswerRe: The run away process;) Pin
Wendelius2-Nov-08 7:30
mentorWendelius2-Nov-08 7:30 
GeneralRe: The run away process;) Pin
Muammar©7-Nov-08 3:45
Muammar©7-Nov-08 3:45 
GeneralRe: The run away process;) Pin
Wendelius7-Nov-08 6:38
mentorWendelius7-Nov-08 6:38 
GeneralRe: The run away process;) Pin
Luc Pattyn2-Nov-08 7:37
sitebuilderLuc Pattyn2-Nov-08 7:37 
GeneralRe: The run away process;) Pin
Muammar©6-Nov-08 1:02
Muammar©6-Nov-08 1:02 
GeneralRe: The run away process;) Pin
Luc Pattyn6-Nov-08 2:26
sitebuilderLuc Pattyn6-Nov-08 2:26 
GeneralRe: The run away process;) Pin
Muammar©7-Nov-08 3:32
Muammar©7-Nov-08 3:32 
QuestionDiploma Project: Need help :( Pin
enginesan2-Nov-08 4:46
enginesan2-Nov-08 4:46 
AnswerRe: Diploma Project: Need help :( Pin
Paul Conrad2-Nov-08 5:10
professionalPaul Conrad2-Nov-08 5:10 
GeneralRe: Diploma Project: Need help :( Pin
enginesan2-Nov-08 6:08
enginesan2-Nov-08 6:08 
GeneralRe: Diploma Project: Need help :( Pin
Paul Conrad2-Nov-08 6:13
professionalPaul Conrad2-Nov-08 6:13 
AnswerRe: Diploma Project: Need help :( Pin
DaveyM692-Nov-08 9:30
professionalDaveyM692-Nov-08 9:30 

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.