Click here to Skip to main content
15,919,121 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: MessageBox with custom background color Pin
peterdrozd8-Jan-10 10:54
peterdrozd8-Jan-10 10:54 
GeneralRe: MessageBox with custom background color Pin
Richard MacCutchan8-Jan-10 22:15
mveRichard MacCutchan8-Jan-10 22:15 
AnswerRe: MessageBox with custom background color Pin
Palash Biswas4-Feb-10 2:24
Palash Biswas4-Feb-10 2:24 
QuestionRich text box equivalent textbox Pin
Ajakblackgoat7-Jan-10 20:54
Ajakblackgoat7-Jan-10 20:54 
AnswerRe: Rich text box equivalent textbox [modified] Pin
Eddy Vluggen7-Jan-10 23:38
professionalEddy Vluggen7-Jan-10 23:38 
GeneralRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 3:15
sitebuilderLuc Pattyn8-Jan-10 3:15 
GeneralRe: Rich text box equivalent textbox Pin
Ajakblackgoat8-Jan-10 4:27
Ajakblackgoat8-Jan-10 4:27 
GeneralRe: Rich text box equivalent textbox Pin
Eddy Vluggen8-Jan-10 5:47
professionalEddy Vluggen8-Jan-10 5:47 
Ajakblackgoat wrote:
it's very fast in displaying 100MB++ of text data complete with highlights and formatting. And I believe it's not richtextbox.


It's not the control that makes it fast, it's the way they handle loading. Doing formatting and highlighting on 100Mb+ costs time, but you don't have to highlight what you cannot see. I'd also imagine that such applications load the parts that they're actually working with, as opposed to loading the entire file into memory.

Still, the ListBox would be the way to go. My proposition may sound simpeler, but it really isn't. You'd always be manipulating a large (immutable!) blob of text that's somewhere in memory, while you'd be adding items to a collection if you're using a ListBox.

Further, a ListBox would paint the items that are actually visible, so you wouldn't have to format and highlight 100Mb at a time. You might have to spend some time on owner-drawing[^], but I think it's worth it Smile | :)

I are Troll Suspicious | :suss:

GeneralRe: Rich text box equivalent textbox Pin
Ajakblackgoat8-Jan-10 14:06
Ajakblackgoat8-Jan-10 14:06 
GeneralRe: Rich text box equivalent textbox Pin
Eddy Vluggen9-Jan-10 1:13
professionalEddy Vluggen9-Jan-10 1:13 
AnswerRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 2:15
sitebuilderLuc Pattyn8-Jan-10 2:15 
GeneralRe: Rich text box equivalent textbox Pin
Ajakblackgoat8-Jan-10 4:45
Ajakblackgoat8-Jan-10 4:45 
GeneralRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 4:55
sitebuilderLuc Pattyn8-Jan-10 4:55 
QuestionHow to create a taskbar in mdiform.. just like windows in vb.net code Pin
chandru4uall6-Jan-10 23:21
chandru4uall6-Jan-10 23:21 
Questionset default icon in windows app Pin
vikash_singh6-Jan-10 5:55
vikash_singh6-Jan-10 5:55 
AnswerRe: set default icon in windows app Pin
Dave Kreskowiak6-Jan-10 8:05
mveDave Kreskowiak6-Jan-10 8:05 
QuestionLoading NUnit tests into VS for use with the built in Unit test tools Pin
Ray Cassick5-Jan-10 15:49
Ray Cassick5-Jan-10 15:49 
AnswerRe: Loading NUnit tests into VS for use with the built in Unit test tools Pin
Abhinav S5-Jan-10 20:52
Abhinav S5-Jan-10 20:52 
AnswerRe: Loading NUnit tests into VS for use with the built in Unit test tools Pin
Kevin McFarlane6-Jan-10 5:29
Kevin McFarlane6-Jan-10 5:29 
GeneralRe: Loading NUnit tests into VS for use with the built in Unit test tools Pin
Ray Cassick6-Jan-10 5:44
Ray Cassick6-Jan-10 5:44 
QuestionDownloadStringAsync (infinite loop in Release only) Pin
T21024-Jan-10 23:43
T21024-Jan-10 23:43 
AnswerRe: DownloadStringAsync (infinite loop in Release only) Pin
Dimitri Witkowski5-Jan-10 3:41
Dimitri Witkowski5-Jan-10 3:41 
QuestionA question about windows MUI Pin
coderormnger4-Jan-10 21:31
coderormnger4-Jan-10 21:31 
AnswerRe: A question about windows MUI Pin
john_masen7-Jan-10 1:43
john_masen7-Jan-10 1:43 
QuestionHow to implement gmail like video chat in asp.net. Pin
naresh yadav y3-Jan-10 21:49
naresh yadav y3-Jan-10 21:49 

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.