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

C / C++ / MFC

 
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 
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 
s_k wrote:
CMyView::OnDraw() is never executed

That's correct behaviour. View derived from CCtrlView never have their OnDraw() method called. You'll have to use OnPaint() instead.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

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 
GeneralRe: Privileged instructions Pin
John M. Drescher8-Aug-03 19:11
John M. Drescher8-Aug-03 19:11 
GeneralReading an XML feed Pin
Steve Messer8-Aug-03 13:54
Steve Messer8-Aug-03 13:54 
GeneralRe: Reading an XML feed Pin
ColinDavies8-Aug-03 20:59
ColinDavies8-Aug-03 20:59 

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.