Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to flash a window in the taskbar? Pin
chen shi24-Aug-10 4:11
chen shi24-Aug-10 4:11 
GeneralRe: How to flash a window in the taskbar? Pin
Nish Nishant24-Aug-10 4:16
sitebuilderNish Nishant24-Aug-10 4:16 
AnswerRe: How to flash a window in the taskbar? Pin
User 66589-Aug-03 0:19
User 66589-Aug-03 0:19 
GeneralMemory problem with WorkerThread Pin
Chintan8-Aug-03 23:11
Chintan8-Aug-03 23:11 
GeneralRe: Memory problem with WorkerThread Pin
valikac9-Aug-03 4:32
valikac9-Aug-03 4:32 
GeneralRe: Memory problem with WorkerThread Pin
Chintan10-Aug-03 22:45
Chintan10-Aug-03 22:45 
GeneralCapturing Windows Events Pin
bob_brown_20008-Aug-03 21:57
bob_brown_20008-Aug-03 21:57 
QuestionHow to make ListView's scroll absolutely without flickering - example included Pin
s_k8-Aug-03 20:45
s_k8-Aug-03 20:45 
Hi all,
I am trying to make my ListView (displaying files) scroll without any flickering. But I cannot get it work. I tried for example putting GetListCtrl().SetRedraw(FALSE) and GetListCtrl().SetRedraw(TRUE) around CListView::OnKeyDown() call if key pressed was PAGE DOWN or PAGE UP, but it made things even worse.

For example this program does absolutely no flickers!
http://www.altap.cz/ftp/salamand/salen200.exe
Try scrolling eg. WINNT\System32 directory of any other directory with thousand of files with Page Down key held and you will see that.

How is this possible???

I am using virtual ListView.

Thank you for any suggestion!
AnswerRe: How to make ListView's scroll absolutely without flickering - example included Pin
ColinDavies8-Aug-03 20:51
ColinDavies8-Aug-03 20:51 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
s_k8-Aug-03 21:47
s_k8-Aug-03 21:47 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
Ryan Binns8-Aug-03 21:52
Ryan Binns8-Aug-03 21:52 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
s_k8-Aug-03 21:55
s_k8-Aug-03 21:55 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
Ryan Binns8-Aug-03 22:01
Ryan Binns8-Aug-03 22:01 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
s_k8-Aug-03 22:07
s_k8-Aug-03 22:07 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
Ryan Binns8-Aug-03 22:22
Ryan Binns8-Aug-03 22:22 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
s_k8-Aug-03 22:33
s_k8-Aug-03 22:33 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
Ryan Binns8-Aug-03 22:53
Ryan Binns8-Aug-03 22:53 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
Arjan Schouten9-Aug-03 7:21
Arjan Schouten9-Aug-03 7:21 
AnswerRe: How to make ListView's scroll absolutely without flickering - example included Pin
PJ Arends9-Aug-03 5:51
professionalPJ Arends9-Aug-03 5:51 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
s_k9-Aug-03 6:07
s_k9-Aug-03 6:07 
GeneralRe: How to make ListView's scroll absolutely without flickering - example included Pin
PJ Arends9-Aug-03 6:15
professionalPJ Arends9-Aug-03 6:15 
GeneralButtons in Flash Pin
emmatty8-Aug-03 18:26
emmatty8-Aug-03 18:26 
GeneralRe: Buttons in Flash Pin
ColinDavies8-Aug-03 20:43
ColinDavies8-Aug-03 20:43 
GeneralOpenCV HMMDemo NULL pointer passed... Pin
JoeSox8-Aug-03 17:19
JoeSox8-Aug-03 17:19 
GeneralPrivileged instructions Pin
gdassieu8-Aug-03 17:16
gdassieu8-Aug-03 17:16 

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.