Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help on Property Sheets/Pages Pin
Tomasz Sowinski22-Aug-01 2:02
Tomasz Sowinski22-Aug-01 2:02 
GeneralRe: Help on Property Sheets/Pages Pin
Ray Hayes22-Aug-01 3:16
Ray Hayes22-Aug-01 3:16 
GeneralRe: Help on Property Sheets/Pages Pin
Tomasz Sowinski22-Aug-01 3:46
Tomasz Sowinski22-Aug-01 3:46 
GeneralRe: Help on Property Sheets/Pages Pin
Ray Hayes22-Aug-01 23:20
Ray Hayes22-Aug-01 23:20 
GeneralEmbedding A Word Doc On A Dialog Pin
AJ12322-Aug-01 0:15
AJ12322-Aug-01 0:15 
GeneralTAPI problem Pin
Sandeep Shetty22-Aug-01 0:05
Sandeep Shetty22-Aug-01 0:05 
GeneralNewbie Q. Updating of window client area Pin
22-Aug-01 0:03
suss22-Aug-01 0:03 
GeneralRe: Newbie Q. Updating of window client area Pin
Tomasz Sowinski22-Aug-01 0:30
Tomasz Sowinski22-Aug-01 0:30 
Or must I create my own place for the pixels (like a CBitmap?) and try to re-display the bitmap in a OnPaint message handler (or another propriate handler)?

Windows doesn't store the window contents for you. You have two options:

1) always redraw the pixels in OnPaint

2) draw pixels in off-screen buffer (using CBitmap and memory device context), then BitBlt in OnPaint. There's a class called CMemDC somewhere on this website - it should make this easier.


Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Newbie Q. Updating of window client area Pin
22-Aug-01 3:13
suss22-Aug-01 3:13 
GeneralRe: Newbie Q. Updating of window client area Pin
22-Aug-01 3:23
suss22-Aug-01 3:23 
GeneralRe: Newbie Q. Updating of window client area Pin
Tomasz Sowinski22-Aug-01 3:24
Tomasz Sowinski22-Aug-01 3:24 
GeneralDirectShow problem..(compression filter) Pin
Kim,Sung-Gyoo21-Aug-01 23:43
Kim,Sung-Gyoo21-Aug-01 23:43 
Generalterminate running exe file Pin
Daed21-Aug-01 23:39
Daed21-Aug-01 23:39 
GeneralRe: terminate running exe file Pin
22-Aug-01 3:01
suss22-Aug-01 3:01 
GeneralRe: terminate running exe file Pin
22-Aug-01 9:28
suss22-Aug-01 9:28 
GeneralConnecting to the database ... Pin
Hadi Rezaee21-Aug-01 23:02
Hadi Rezaee21-Aug-01 23:02 
GeneralSplit and Combine channels in Bitmap Pin
Paul Selormey21-Aug-01 22:52
Paul Selormey21-Aug-01 22:52 
GeneralRe: Split and Combine channels in Bitmap Pin
Christian Graus22-Aug-01 12:57
protectorChristian Graus22-Aug-01 12:57 
GeneralRe: Split and Combine channels in Bitmap Pin
Paul Selormey22-Aug-01 14:57
Paul Selormey22-Aug-01 14:57 
GeneralRe: Split and Combine channels in Bitmap Pin
Christian Graus22-Aug-01 15:00
protectorChristian Graus22-Aug-01 15:00 
GeneralRe: Split and Combine channels in Bitmap Pin
Paul Selormey22-Aug-01 15:07
Paul Selormey22-Aug-01 15:07 
GeneralRe: Split and Combine channels in Bitmap Pin
Chris Losinger22-Aug-01 15:31
professionalChris Losinger22-Aug-01 15:31 
GeneralRe: Split and Combine channels in Bitmap Pin
Paul Selormey22-Aug-01 18:51
Paul Selormey22-Aug-01 18:51 
GeneralRe: Split and Combine channels in Bitmap Pin
Christian Graus23-Aug-01 12:58
protectorChristian Graus23-Aug-01 12:58 
GeneralRe: Split and Combine channels in Bitmap Pin
Tommy H D Svensson4-Sep-01 3:09
Tommy H D Svensson4-Sep-01 3: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.