Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
Luc Pattyn28-Jun-12 4:59
sitebuilderLuc Pattyn28-Jun-12 4:59 
You should use a ListBox, not a TextBox, for anything that is line oriented. It is much faster (it can handle millions of items), and easier to program too. With respect to TextBox, the one thing you have to add yourself, if you need it, is some kind of "Save All to Text File" if you ever need that.

BTW: you can easily apply simple formatting, again line-oriented, as is shown here: http://www.perceler.com/articles1.php?art=asyncpool1[^]

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
Pete O'Hanlon28-Jun-12 5:10
mvePete O'Hanlon28-Jun-12 5:10 
GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
turbosupramk328-Jun-12 7:21
turbosupramk328-Jun-12 7:21 
GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
Pete O'Hanlon28-Jun-12 8:18
mvePete O'Hanlon28-Jun-12 8:18 
GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
turbosupramk328-Jun-12 8:30
turbosupramk328-Jun-12 8:30 
GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
turbosupramk328-Jun-12 5:34
turbosupramk328-Jun-12 5:34 
GeneralRe: Looking for help with double clicking on a line of text in a text box Pin
Pete O'Hanlon28-Jun-12 5:38
mvePete O'Hanlon28-Jun-12 5:38 
QuestionCorrect way of doing installer in Windows.... Pin
glennPattonWork328-Jun-12 3:58
professionalglennPattonWork328-Jun-12 3:58 
AnswerRe: Correct way of doing installer in Windows.... Pin
Pete O'Hanlon28-Jun-12 4:13
mvePete O'Hanlon28-Jun-12 4:13 
GeneralRe: Correct way of doing installer in Windows.... Pin
glennPattonWork328-Jun-12 4:48
professionalglennPattonWork328-Jun-12 4:48 
GeneralRe: Correct way of doing installer in Windows.... Pin
Pete O'Hanlon28-Jun-12 5:46
mvePete O'Hanlon28-Jun-12 5:46 
GeneralRe: Correct way of doing installer in Windows.... Pin
glennPattonWork328-Jun-12 5:57
professionalglennPattonWork328-Jun-12 5:57 
GeneralRe: Correct way of doing installer in Windows.... Pin
Pete O'Hanlon28-Jun-12 6:13
mvePete O'Hanlon28-Jun-12 6:13 
GeneralRe: Correct way of doing installer in Windows.... Pin
glennPattonWork329-Jun-12 0:52
professionalglennPattonWork329-Jun-12 0:52 
GeneralRe: Correct way of doing installer in Windows.... Pin
glennPattonWork329-Jun-12 4:47
professionalglennPattonWork329-Jun-12 4:47 
QuestionC# and mySQL question - Salary Slips Pin
Jassim Rahma28-Jun-12 1:52
Jassim Rahma28-Jun-12 1:52 
AnswerRe: C# and mySQL question - Salary Slips Pin
Abhinav S28-Jun-12 2:20
Abhinav S28-Jun-12 2:20 
GeneralRe: C# and mySQL question - Salary Slips Pin
Jassim Rahma28-Jun-12 2:31
Jassim Rahma28-Jun-12 2:31 
AnswerRe: C# and mySQL question - Salary Slips Pin
Pete O'Hanlon28-Jun-12 2:38
mvePete O'Hanlon28-Jun-12 2:38 
QuestionOpenXML SDK - a link in MS Excel to open another MS Excel. how would the request be authenticated? Pin
Rijz27-Jun-12 19:20
Rijz27-Jun-12 19:20 
AnswerRe: OpenXML SDK - a link in MS Excel to open another MS Excel. how would the request be authenticated? Pin
Richard MacCutchan27-Jun-12 22:29
mveRichard MacCutchan27-Jun-12 22:29 
GeneralRe: OpenXML SDK - a link in MS Excel to open another MS Excel. how would the request be authenticated? Pin
Rijz27-Jun-12 23:47
Rijz27-Jun-12 23:47 
GeneralNeed some general feedback on my WCF Pin
Software200727-Jun-12 14:30
Software200727-Jun-12 14:30 
GeneralRe: Need some general feedback on my WCF Pin
Richard MacCutchan27-Jun-12 22:28
mveRichard MacCutchan27-Jun-12 22:28 
GeneralRe: Need some general feedback on my WCF Pin
Software200728-Jun-12 6:09
Software200728-Jun-12 6:09 

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.