Click here to Skip to main content
15,905,782 members
Home / Discussions / C#
   

C#

 
AnswerRe: audio steganography Pin
blackjack215017-Jun-07 22:16
blackjack215017-Jun-07 22:16 
QuestionAdd Items to a Listview in a fast way? Pin
Leia201117-Jun-07 21:07
Leia201117-Jun-07 21:07 
AnswerRe: Add Items to a Listview in a fast way? Pin
Christian Graus17-Jun-07 21:32
protectorChristian Graus17-Jun-07 21:32 
AnswerRe: Add Items to a Listview in a fast way? Pin
Dave Kreskowiak18-Jun-07 2:28
mveDave Kreskowiak18-Jun-07 2:28 
GeneralRe: Add Items to a Listview in a fast way? Pin
Leia201118-Jun-07 2:51
Leia201118-Jun-07 2:51 
GeneralRe: Add Items to a Listview in a fast way? Pin
Dave Kreskowiak18-Jun-07 15:44
mveDave Kreskowiak18-Jun-07 15:44 
AnswerRe: Add Items to a Listview in a fast way? Pin
PIEBALDconsult18-Jun-07 10:07
mvePIEBALDconsult18-Jun-07 10:07 
AnswerRe: Add Items to a Listview in a fast way? Pin
girm21-Jun-07 6:45
girm21-Jun-07 6:45 
Hi,

I will not discuss if it is reasonable to display that much lines - you say you need it's ok for me.

I bump in a similar problem , I needed to add lines (trace lines) on a screen as fast as possible.
I made several experiment : listBox , listView, richTextBox , (even webBrowser ...)

It turns out that richTextbox was the fastest , and that the speed to add new line was constant , whatever was the numer of lines already added.

Of course in this case you shouldn't add lines one by ones , but all in one call.
Just set the rtb not to be editable.
Even handle the line selection by yourself.

And you will get a super fast , super basic ListBox Smile | :)

Hope it helps
GeneralRe: Add Items to a Listview in a fast way? Pin
Leia201125-Jun-07 21:02
Leia201125-Jun-07 21:02 
Questionwant to use VC++ class in C# Pin
devesh_code17-Jun-07 20:26
devesh_code17-Jun-07 20:26 
AnswerRe: want to use VC++ class in C# Pin
Christian Graus17-Jun-07 21:12
protectorChristian Graus17-Jun-07 21:12 
AnswerRe: want to use VC++ class in C# Pin
Nissim Salomon17-Jun-07 21:44
Nissim Salomon17-Jun-07 21:44 
QuestionCustom Control Pin
Expert Coming17-Jun-07 18:47
Expert Coming17-Jun-07 18:47 
Questionpartial class Pin
Kilua1117-Jun-07 17:44
Kilua1117-Jun-07 17:44 
AnswerRe: partial class Pin
Dave Kreskowiak17-Jun-07 18:05
mveDave Kreskowiak17-Jun-07 18:05 
GeneralRe: partial class Pin
Kilua1117-Jun-07 19:25
Kilua1117-Jun-07 19:25 
GeneralRe: partial class Pin
Christian Graus17-Jun-07 20:11
protectorChristian Graus17-Jun-07 20:11 
GeneralRe: partial class Pin
Dave Kreskowiak18-Jun-07 2:21
mveDave Kreskowiak18-Jun-07 2:21 
AnswerRe: partial class Pin
Sathesh Sakthivel17-Jun-07 18:07
Sathesh Sakthivel17-Jun-07 18:07 
GeneralRe: partial class Pin
Kilua1117-Jun-07 19:26
Kilua1117-Jun-07 19:26 
AnswerRe: partial class Pin
PIEBALDconsult17-Jun-07 18:27
mvePIEBALDconsult17-Jun-07 18:27 
GeneralRe: partial class Pin
PandemoniumPasha17-Jun-07 18:35
PandemoniumPasha17-Jun-07 18:35 
GeneralRe: partial class Pin
Muammar©17-Jun-07 19:28
Muammar©17-Jun-07 19:28 
GeneralRe: partial class Pin
Sathesh Sakthivel17-Jun-07 20:50
Sathesh Sakthivel17-Jun-07 20:50 
QuestionPermission problem with System.Diagnostics.Process.GetProcesses(MachineName) Pin
crash89317-Jun-07 16:47
crash89317-Jun-07 16: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.