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

C#

 
GeneralRe: Testing for whole number Pin
draco_iii9-Feb-03 13:51
draco_iii9-Feb-03 13:51 
GeneralTreeView selection Pin
Mr BallyDaHob9-Feb-03 4:59
Mr BallyDaHob9-Feb-03 4:59 
GeneralRe: TreeView selection Pin
Stephane Rodriguez.9-Feb-03 5:37
Stephane Rodriguez.9-Feb-03 5:37 
GeneralTrackpopupMenu(Ex) problem Pin
Thomas Caudal9-Feb-03 2:32
Thomas Caudal9-Feb-03 2:32 
QuestionHow to reuse the WebBrower control in my c# windows application Pin
ybw9-Feb-03 0:54
ybw9-Feb-03 0:54 
AnswerRe: How to reuse the WebBrower control in my c# windows application Pin
PianoJazz10-Feb-03 4:42
PianoJazz10-Feb-03 4:42 
GeneralMicrosoft Windows Installer Pin
Jassim Rahma9-Feb-03 0:05
Jassim Rahma9-Feb-03 0:05 
GeneralFast ListView Pin
eytan levit8-Feb-03 23:03
eytan levit8-Feb-03 23:03 
Hi,

I've got a huge log-file, i'm intrested in displaying it with a ListView style control, the problem is that these controls can't handle alot of data.

My thoughts were:
1. Find a ListView control that knows to handle alot of rows.
problem: can't find one.
2. Create a "Virtual ListView", meaning, the ListView contains only a specific subset of the data, when the user scrolls, i read for the new data.
problem: not only that I don't have a clue how to do that, but i think it will be problematic when the user scrolls alot(it means i have to read fast).

Anyone's got an idea?

Thanks in advance,

Eytan
GeneralRe: Fast ListView Pin
Stephane Rodriguez.8-Feb-03 23:54
Stephane Rodriguez.8-Feb-03 23:54 
GeneralRe: Fast ListView Pin
eytan levit8-Feb-03 23:57
eytan levit8-Feb-03 23:57 
GeneralRe: Fast ListView Pin
Stephane Rodriguez.9-Feb-03 0:03
Stephane Rodriguez.9-Feb-03 0:03 
GeneralRe: Fast ListView Pin
eytan levit9-Feb-03 2:25
eytan levit9-Feb-03 2:25 
GeneralRe: Fast ListView Pin
Stephane Rodriguez.9-Feb-03 2:50
Stephane Rodriguez.9-Feb-03 2:50 
GeneralAdding the contents of a Graphics class to another Graphics Class..... Pin
Jon Newman8-Feb-03 6:34
Jon Newman8-Feb-03 6:34 
Generalzeroing a byte array Pin
monrobot137-Feb-03 11:30
monrobot137-Feb-03 11:30 
GeneralRe: zeroing a byte array Pin
Nnamdi Onyeyiri7-Feb-03 11:54
Nnamdi Onyeyiri7-Feb-03 11:54 
GeneralRe: zeroing a byte array Pin
monrobot137-Feb-03 12:37
monrobot137-Feb-03 12:37 
GeneralRe: zeroing a byte array Pin
David Stone7-Feb-03 18:45
sitebuilderDavid Stone7-Feb-03 18:45 
GeneralThe correct way Pin
leppie7-Feb-03 21:51
leppie7-Feb-03 21:51 
GeneralRe: The correct way Pin
monrobot138-Feb-03 10:21
monrobot138-Feb-03 10:21 
GeneralChanging the Cursor hotspot at run-time Pin
draco_iii7-Feb-03 7:28
draco_iii7-Feb-03 7:28 
GeneralRe: Changing the Cursor hotspot at run-time Pin
Jeff J7-Feb-03 8:58
Jeff J7-Feb-03 8:58 
GeneralRe: Changing the Cursor hotspot at run-time Pin
draco_iii9-Feb-03 11:39
draco_iii9-Feb-03 11:39 
GeneralProblems displaying Xml Contents Pin
jtmtv187-Feb-03 6:44
jtmtv187-Feb-03 6:44 
GeneralWhen i override OnKeyDown... Pin
Nnamdi Onyeyiri7-Feb-03 6:29
Nnamdi Onyeyiri7-Feb-03 6:29 

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.