Click here to Skip to main content
15,887,477 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generic method in generic method Pin
Mc_Topaz28-Jun-12 12:07
Mc_Topaz28-Jun-12 12:07 
AnswerRe: Generic method in generic method Pin
Luc Pattyn28-Jun-12 6:49
sitebuilderLuc Pattyn28-Jun-12 6:49 
GeneralRe: Generic method in generic method Pin
Mc_Topaz28-Jun-12 12:08
Mc_Topaz28-Jun-12 12:08 
QuestionC:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 not seen by visual studio Pin
AstroBod42728-Jun-12 5:16
AstroBod42728-Jun-12 5:16 
AnswerRe: C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 not seen by visual studio Pin
Abhinav S28-Jun-12 6:33
Abhinav S28-Jun-12 6:33 
GeneralLooking for help with double clicking on a line of text in a text box Pin
turbosupramk328-Jun-12 4:18
turbosupramk328-Jun-12 4:18 
AnswerRe: Looking for help with double clicking on a line of text in a text box Pin
Eddy Vluggen28-Jun-12 4:47
professionalEddy Vluggen28-Jun-12 4:47 
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 

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.