Click here to Skip to main content
15,911,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create a CScrollView window from my own class Pin
abednego0022-Jul-06 16:44
abednego0022-Jul-06 16:44 
QuestionRe: How to create a CScrollView window from my own class Pin
Hamid_RT27-Jul-06 7:44
Hamid_RT27-Jul-06 7:44 
QuestionTerminating Process Error "Access Denied" Pin
ku1983200122-Jul-06 11:26
ku1983200122-Jul-06 11:26 
AnswerRe: Terminating Process Error "Access Denied" Pin
dnuts6922-Jul-06 21:42
dnuts6922-Jul-06 21:42 
GeneralRe: Terminating Process Error "Access Denied" Pin
ku1983200123-Jul-06 13:09
ku1983200123-Jul-06 13:09 
Questiondisplaying bitmap in CView Pin
Tara1422-Jul-06 10:35
Tara1422-Jul-06 10:35 
AnswerRe: displaying bitmap in CView Pin
Trollslayer22-Jul-06 11:21
mentorTrollslayer22-Jul-06 11:21 
AnswerRe: displaying bitmap in CView Pin
peterchen22-Jul-06 21:53
peterchen22-Jul-06 21:53 
You can use one of the image controls provided on this site.
Create them as child window of the view. In the views OnSize, resize the child also.
To avoid flicker, override WM_ERASEBKND and do nothing, returning true.

I've written an article trying to detail everythign yu have to take care of when showing a buitmap (plus a few features) here: WndImage Control[^]

But there are controls with more features available on this site.



Some of us walk the memory lane, others plummet into a rabbit hole

Tree<t> in C# || Fold With Us! || sighist

GeneralRe: displaying bitmap in CView Pin
Tara1422-Jul-06 21:58
Tara1422-Jul-06 21:58 
AnswerRe: displaying bitmap in CView Pin
Hamid_RT23-Jul-06 2:58
Hamid_RT23-Jul-06 2:58 
GeneralRe: displaying bitmap in CView Pin
Tara1423-Jul-06 7:26
Tara1423-Jul-06 7:26 
QuestionDesign Pattern question Pin
tilemann22-Jul-06 10:10
tilemann22-Jul-06 10:10 
AnswerRe: Design Pattern question Pin
Jörgen Sigvardsson22-Jul-06 13:13
Jörgen Sigvardsson22-Jul-06 13:13 
Questionhow to mix two sound streams Pin
premium122-Jul-06 9:13
premium122-Jul-06 9:13 
AnswerRe: how to mix two sound streams Pin
premium122-Jul-06 21:26
premium122-Jul-06 21:26 
QuestionSimple Question regarding Pointer Arithmetic Pin
JKallen22-Jul-06 8:27
JKallen22-Jul-06 8:27 
AnswerRe: Simple Question regarding Pointer Arithmetic Pin
dnuts6922-Jul-06 22:16
dnuts6922-Jul-06 22:16 
QuestionCompositing (BitBlit etc) MFC images behind opengl [modified] Pin
adamvanner22-Jul-06 6:37
adamvanner22-Jul-06 6:37 
QuestionIPC chat application using a named pipe Pin
eeyor66622-Jul-06 6:28
eeyor66622-Jul-06 6:28 
AnswerRe: IPC chat application using a named pipe Pin
ThatsAlok23-Jul-06 21:20
ThatsAlok23-Jul-06 21:20 
GeneralRe: IPC chat application using a named pipe Pin
eeyor66624-Jul-06 5:21
eeyor66624-Jul-06 5:21 
QuestionWhen do I use StructType *&amp; ptr [modified] Pin
WCup22-Jul-06 3:58
WCup22-Jul-06 3:58 
QuestionTo change bitmap on toolbar button Pin
anjita22-Jul-06 2:44
anjita22-Jul-06 2:44 
AnswerRe: To change bitmap on toolbar button Pin
Hamid_RT22-Jul-06 7:16
Hamid_RT22-Jul-06 7:16 
QuestionTesting a dll Pin
jon-8022-Jul-06 2:35
professionaljon-8022-Jul-06 2:35 

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.