Click here to Skip to main content
15,922,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: Working with Excel in C# Pin
A M SOMAN18-Jun-07 20:57
A M SOMAN18-Jun-07 20:57 
AnswerRe: Working with Excel in C# Pin
\laddie18-Jun-07 19:30
\laddie18-Jun-07 19:30 
GeneralRe: Working with Excel in C# Pin
A M SOMAN18-Jun-07 20:57
A M SOMAN18-Jun-07 20:57 
Questionaudio steganography Pin
nikhilvrm17-Jun-07 21:08
nikhilvrm17-Jun-07 21:08 
AnswerRe: audio steganography Pin
Christian Graus17-Jun-07 21:10
protectorChristian Graus17-Jun-07 21:10 
GeneralRe: audio steganography Pin
nikhilvrm17-Jun-07 21:20
nikhilvrm17-Jun-07 21:20 
GeneralRe: audio steganography Pin
Colin Angus Mackay17-Jun-07 21:44
Colin Angus Mackay17-Jun-07 21:44 
GeneralRe: audio steganography Pin
Christian Graus17-Jun-07 22:09
protectorChristian Graus17-Jun-07 22:09 
GeneralRe: audio steganography Pin
nikhilvrm17-Jun-07 22:33
nikhilvrm17-Jun-07 22:33 
GeneralRe: audio steganography Pin
Christian Graus17-Jun-07 22:43
protectorChristian Graus17-Jun-07 22:43 
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 

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.