Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
AnswerRe: Visual Studio only displaying HTML instead of Design View Pin
Ronni Marker20-Nov-09 10:53
Ronni Marker20-Nov-09 10:53 
QuestionListView replacement Pin
Vincent Roggero19-Nov-09 4:34
Vincent Roggero19-Nov-09 4:34 
AnswerRe: ListView replacement Pin
Saksida Bojan19-Nov-09 5:00
Saksida Bojan19-Nov-09 5:00 
GeneralRe: ListView replacement Pin
Vincent Roggero19-Nov-09 6:19
Vincent Roggero19-Nov-09 6:19 
AnswerRe: ListView replacement Pin
Luc Pattyn19-Nov-09 5:05
sitebuilderLuc Pattyn19-Nov-09 5:05 
GeneralRe: ListView replacement Pin
Vincent Roggero19-Nov-09 6:21
Vincent Roggero19-Nov-09 6:21 
GeneralRe: ListView replacement Pin
Saksida Bojan19-Nov-09 6:36
Saksida Bojan19-Nov-09 6:36 
GeneralRe: ListView replacement Pin
Vincent Roggero19-Nov-09 6:46
Vincent Roggero19-Nov-09 6:46 
Not really. Think of this app as a protocol analyzer. As data is read it appears as a listview item. The current item is visible. I can make this work with the listview in non-virtualmode, but due to the fact that there is a large number of items being added to the listview, performance starts to go downhill fast. Putting the listview in virtualmode allows the listview to only maintain items within view. This also works fine if your adding all the items at once. In this case the listview calls me only when it needs to display an item during scrolling etc. The problem is when I change the VirtualCount to indicate that a new item is available the listview repaints the whole view. So what I get is a constant repainting of the view while new items are being added.
GeneralRe: ListView replacement Pin
Saksida Bojan19-Nov-09 7:00
Saksida Bojan19-Nov-09 7:00 
GeneralRe: ListView replacement Pin
Vincent Roggero20-Nov-09 4:08
Vincent Roggero20-Nov-09 4:08 
GeneralRe: ListView replacement Pin
Saksida Bojan20-Nov-09 5:06
Saksida Bojan20-Nov-09 5:06 
GeneralRe: ListView replacement Pin
Vincent Roggero20-Nov-09 7:02
Vincent Roggero20-Nov-09 7:02 
Questionstrange errror while parsing string to datetime in c# Pin
hosseinghazanfary19-Nov-09 3:37
hosseinghazanfary19-Nov-09 3:37 
AnswerRe: strange errror while parsing string to datetime in c# Pin
Ian Shlasko19-Nov-09 3:49
Ian Shlasko19-Nov-09 3:49 
AnswerRe: strange errror while parsing string to datetime in c# Pin
Keith Barrow19-Nov-09 5:37
professionalKeith Barrow19-Nov-09 5:37 
QuestionHow to run menu items as radio box ones? Pin
Chesnokov Yuriy19-Nov-09 1:59
professionalChesnokov Yuriy19-Nov-09 1:59 
AnswerRe: How to run menu items as radio box ones? Pin
flydk19-Nov-09 2:04
flydk19-Nov-09 2:04 
AnswerRe: How to run menu items as radio box ones? Pin
Dave Kreskowiak19-Nov-09 4:01
mveDave Kreskowiak19-Nov-09 4:01 
QuestionTitle Bar Color in WinForm Pin
trunecek19-Nov-09 1:41
trunecek19-Nov-09 1:41 
AnswerRe: Title Bar Color in WinForm Pin
EliottA19-Nov-09 1:56
EliottA19-Nov-09 1:56 
Questionurgent need of a code Pin
jyotika shinde19-Nov-09 1:36
jyotika shinde19-Nov-09 1:36 
AnswerRe: urgent need of a code Pin
Abhishek Sur19-Nov-09 1:38
professionalAbhishek Sur19-Nov-09 1:38 
AnswerRe: urgent need of a coke Pin
Nagy Vilmos19-Nov-09 1:40
professionalNagy Vilmos19-Nov-09 1:40 
AnswerRe: urgent need of a code Pin
dan!sh 19-Nov-09 1:42
professional dan!sh 19-Nov-09 1:42 
AnswerRe: urgent need of a code Pin
Saksida Bojan19-Nov-09 7:03
Saksida Bojan19-Nov-09 7:03 

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.