Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Instance Failure Pin
CodingYoshi9-Apr-09 4:06
CodingYoshi9-Apr-09 4:06 
QuestionTest XmlReader Node for a SubTree Pin
robertkjr3d8-Apr-09 9:00
robertkjr3d8-Apr-09 9:00 
AnswerRe: Test XmlReader Node for a SubTree Pin
Dave Kreskowiak8-Apr-09 12:43
mveDave Kreskowiak8-Apr-09 12:43 
QuestionInserting <br /> instead of \n in a textbox ? Pin
Mohammad Dayyan8-Apr-09 8:31
Mohammad Dayyan8-Apr-09 8:31 
AnswerRe: Inserting instead of \n in a textbox ? Pin
Luc Pattyn8-Apr-09 8:33
sitebuilderLuc Pattyn8-Apr-09 8:33 
GeneralRe: Inserting instead of \n in a textbox ? Pin
Mohammad Dayyan8-Apr-09 9:31
Mohammad Dayyan8-Apr-09 9:31 
GeneralRe: Inserting instead of \n in a textbox ? Pin
Luc Pattyn8-Apr-09 9:34
sitebuilderLuc Pattyn8-Apr-09 9:34 
AnswerRe: Inserting <br /> instead of \n in a textbox ? Pin
Xmen Real 8-Apr-09 15:59
professional Xmen Real 8-Apr-09 15:59 
use KeyDown event, check if its Enter Key or not. If yes

TextBox.Text = TextBox.Text.Replace("\r\n", "<br />");


or

TextBox.Text = TextBox.Text.Insert(TextBox.SelectionStart, "<br />");




TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN%
R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>

-----------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: Inserting &lt;br /&gt; instead of \n in a textbox ? Pin
Mohammad Dayyan8-Apr-09 22:10
Mohammad Dayyan8-Apr-09 22:10 
GeneralRe: Inserting &lt;br /&gt; instead of \n in a textbox ? Pin
Xmen Real 8-Apr-09 22:45
professional Xmen Real 8-Apr-09 22:45 
QuestionTraining Needed - Please read Pin
bdaoust8-Apr-09 7:48
bdaoust8-Apr-09 7:48 
AnswerRe: Training Needed - Please read Pin
Eddy Vluggen8-Apr-09 8:58
professionalEddy Vluggen8-Apr-09 8:58 
GeneralRe: Training Needed - Please read Pin
bdaoust8-Apr-09 12:45
bdaoust8-Apr-09 12:45 
QuestionHow to open file using it defualt program using C# ? Pin
anbluemoon8-Apr-09 7:28
anbluemoon8-Apr-09 7:28 
AnswerRe: How to open file using it defualt program using C# ? Pin
Luc Pattyn8-Apr-09 7:33
sitebuilderLuc Pattyn8-Apr-09 7:33 
QuestionWhat's the advantage of MDI interface over tabbed Pin
Member 10339078-Apr-09 6:12
Member 10339078-Apr-09 6:12 
AnswerRe: What's the advantage of MDI interface over tabbed Pin
Noah Wollowick8-Apr-09 6:21
Noah Wollowick8-Apr-09 6:21 
AnswerRe: What's the advantage of MDI interface over tabbed Pin
Rob Philpott8-Apr-09 6:54
Rob Philpott8-Apr-09 6:54 
GeneralRe: What's the advantage of MDI interface over tabbed Pin
Dan Neely8-Apr-09 7:12
Dan Neely8-Apr-09 7:12 
AnswerRe: What's the advantage of MDI interface over tabbed Pin
PIEBALDconsult8-Apr-09 15:44
mvePIEBALDconsult8-Apr-09 15:44 
QuestionJust for fun - what's the output of this? Pin
Rob Philpott8-Apr-09 5:15
Rob Philpott8-Apr-09 5:15 
AnswerRe: Just for fun - what's the output of this? Pin
Le centriste8-Apr-09 5:38
Le centriste8-Apr-09 5:38 
GeneralRe: Just for fun - what's the output of this? Pin
Rob Philpott8-Apr-09 5:40
Rob Philpott8-Apr-09 5:40 
GeneralRe: Just for fun - what's the output of this? Pin
Le centriste8-Apr-09 5:46
Le centriste8-Apr-09 5:46 
GeneralRe: Just for fun - what's the output of this? Pin
Rob Philpott8-Apr-09 5:47
Rob Philpott8-Apr-09 5:47 

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.