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

C#

 
QuestionRe: overloading Console.write() Pin
TheGreatAndPowerfulOz1-Feb-11 7:13
TheGreatAndPowerfulOz1-Feb-11 7:13 
AnswerRe: overloading Console.write() Pin
Eddy Vluggen1-Feb-11 7:34
professionalEddy Vluggen1-Feb-11 7:34 
JokeRe: overloading Console.write() Pin
fjdiewornncalwe1-Feb-11 8:20
professionalfjdiewornncalwe1-Feb-11 8:20 
GeneralRe: overloading Console.write() Pin
Eddy Vluggen1-Feb-11 8:37
professionalEddy Vluggen1-Feb-11 8:37 
AnswerRe: overloading Console.write() Pin
Luc Pattyn1-Feb-11 8:44
sitebuilderLuc Pattyn1-Feb-11 8:44 
GeneralRe: overloading Console.write() Pin
Henry Minute1-Feb-11 11:16
Henry Minute1-Feb-11 11:16 
GeneralRe: overloading Console.write() Pin
Eddy Vluggen1-Feb-11 20:28
professionalEddy Vluggen1-Feb-11 20:28 
QuestionUsing virtual mode list view to monitor events queue? Pin
Chesnokov Yuriy1-Feb-11 3:47
professionalChesnokov Yuriy1-Feb-11 3:47 
Following audience requests I'd like to raise another problem with virtual mode list views http://www.codeproject.com/Messages/3754599/Re-How-to-load-100-000-list-view-items-without-app.aspx[^]

The benefits of virtual mode list view are well known.
http://www.codeproject.com/Messages/3753776/Re-How-to-load-100-000-list-view-items-without-app.aspx[^]
http://www.codeproject.com/Messages/3753762/Re-How-to-load-100-000-list-view-items-without-app.aspx[^]

However is it possible to use it with a 'dynamic' queue?

The queue is of fixed size N items to hold. Once new item arrives first one is dequeued to keep the queue of the fixed size. There are M threads in application which use the queue in a global static class. Queue change is locked with lock.

Using RetrieveVirtualItem() call is not reliable since queue is always changing and events are moving.
Чесноков

QuestionHow to add both x86 and x64 class library to the references in the project Pin
Chesnokov Yuriy1-Feb-11 3:06
professionalChesnokov Yuriy1-Feb-11 3:06 
AnswerRe: How to add both x86 and x64 class library to the references in the project Pin
Pete O'Hanlon1-Feb-11 3:57
mvePete O'Hanlon1-Feb-11 3:57 
GeneralRe: How to add both x86 and x64 class library to the references in the project Pin
RobCroll1-Feb-11 12:34
RobCroll1-Feb-11 12:34 
GeneralRe: How to add both x86 and x64 class library to the references in the project Pin
Chesnokov Yuriy1-Feb-11 18:53
professionalChesnokov Yuriy1-Feb-11 18:53 
AnswerRe: How to add both x86 and x64 class library to the references in the project Pin
jschell1-Feb-11 10:40
jschell1-Feb-11 10:40 
QuestionAbstract classes and delgates Pin
igalep1321-Feb-11 2:22
igalep1321-Feb-11 2:22 
AnswerRe: Abstract classes and delgates PinPopular
DaveyM691-Feb-11 4:00
professionalDaveyM691-Feb-11 4:00 
GeneralRe: Abstract classes and delgates Pin
igalep1325-Feb-11 9:03
igalep1325-Feb-11 9:03 
GeneralRe: Abstract classes and delgates Pin
DaveyM695-Feb-11 10:57
professionalDaveyM695-Feb-11 10:57 
GeneralRe: Abstract classes and delgates Pin
igalep1325-Feb-11 12:42
igalep1325-Feb-11 12:42 
QuestionFile Convert .DOCX to .png Pin
raushan_91-Feb-11 1:32
raushan_91-Feb-11 1:32 
AnswerRe: File Convert .DOCX to .png Pin
JF20151-Feb-11 2:18
JF20151-Feb-11 2:18 
AnswerRe: File Convert .DOCX to .png Pin
Eddy Vluggen1-Feb-11 6:57
professionalEddy Vluggen1-Feb-11 6:57 
GeneralRe: File Convert .DOCX to .png Pin
raushan_91-Feb-11 8:02
raushan_91-Feb-11 8:02 
GeneralRe: File Convert .DOCX to .png Pin
Eddy Vluggen1-Feb-11 20:27
professionalEddy Vluggen1-Feb-11 20:27 
Questioncheck if value is null Pin
arkiboys1-Feb-11 1:01
arkiboys1-Feb-11 1:01 
AnswerRe: check if value is null Pin
Bernhard Hiller1-Feb-11 1:09
Bernhard Hiller1-Feb-11 1:09 

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.