Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please read it Pin
krmed27-Mar-06 5:11
krmed27-Mar-06 5:11 
Questionplaying flash files on dialog box without using Activex Control Pin
RahulOP26-Mar-06 18:21
RahulOP26-Mar-06 18:21 
AnswerRe: playing flash files on dialog box without using Activex Control Pin
Stephen Hewitt26-Mar-06 19:36
Stephen Hewitt26-Mar-06 19:36 
AnswerRe: playing flash files on dialog box without using Activex Control Pin
Eytukan26-Mar-06 21:53
Eytukan26-Mar-06 21:53 
Questionfonts: concept and samples Pin
includeh1026-Mar-06 17:16
includeh1026-Mar-06 17:16 
AnswerRe: fonts: concept and samples Pin
Cool Ju26-Mar-06 20:02
Cool Ju26-Mar-06 20:02 
QuestionHow to associate a scrollbar with image Pin
anilksingh26-Mar-06 17:15
anilksingh26-Mar-06 17:15 
AnswerRe: How to associate a scrollbar with image Pin
includeh1026-Mar-06 17:28
includeh1026-Mar-06 17:28 
u want to scroll the image by scrollbar, don't u?
if yes and u use a dialog for image, just add 2 scrollbar beside the image area, when user clicks scrollbar, you "scroll" your image.

there are many ways to scroll an image, popular way is to display (i.e. BitBlt() or StrechBlt()) different part of the image according to scroll-position.

u should disable WM_ERASEBKGND message for better performance (no flash).





A nice hyper tool for optimizing your Microsoft html-help contents.
A best image tool for Windows C++ programmers, don't miss it!.

Includeh10
AnswerRe: How to associate a scrollbar with image Pin
Hamid_RT26-Mar-06 17:46
Hamid_RT26-Mar-06 17:46 
QuestionAbout SDI Programming Pin
VPNampoothiri26-Mar-06 17:07
VPNampoothiri26-Mar-06 17:07 
AnswerRe: About SDI Programming Pin
includeh1026-Mar-06 17:36
includeh1026-Mar-06 17:36 
QuestionHCURSOR, animated or static? Pin
PJ Arends26-Mar-06 11:19
professionalPJ Arends26-Mar-06 11:19 
Questionselect multiple files instead of 1 only Pin
johnmc9394026-Mar-06 10:29
johnmc9394026-Mar-06 10:29 
AnswerRe: select multiple files instead of 1 only Pin
PJ Arends26-Mar-06 11:27
professionalPJ Arends26-Mar-06 11:27 
GeneralRe: select multiple files instead of 1 only Pin
johnmc9394026-Mar-06 16:54
johnmc9394026-Mar-06 16:54 
AnswerRe: select multiple files instead of 1 only Pin
SteelCrow26-Mar-06 15:27
SteelCrow26-Mar-06 15:27 
GeneralRe: select multiple files instead of 1 only Pin
johnmc9394026-Mar-06 16:56
johnmc9394026-Mar-06 16:56 
QuestionHow to use IDispatch Interface in MFC Pin
a_day26-Mar-06 10:19
a_day26-Mar-06 10:19 
AnswerRe: How to use IDispatch Interface in MFC Pin
Hamid_RT26-Mar-06 17:58
Hamid_RT26-Mar-06 17:58 
GeneralRe: How to use IDispatch Interface in MFC Pin
a_day26-Mar-06 22:55
a_day26-Mar-06 22:55 
Questionmd5 hashing fails one 1 computer out a hundred Pin
urizn26-Mar-06 8:38
urizn26-Mar-06 8:38 
AnswerRe: md5 hashing fails one 1 computer out a hundred Pin
Jack Puppy26-Mar-06 9:45
Jack Puppy26-Mar-06 9:45 
AnswerRe: md5 hashing fails one 1 computer out a hundred Pin
Michael Dunn26-Mar-06 12:29
sitebuilderMichael Dunn26-Mar-06 12:29 
Questionnew and delete Pin
Waldermort26-Mar-06 4:51
Waldermort26-Mar-06 4:51 
AnswerRe: new and delete Pin
Justin Tay26-Mar-06 5:48
Justin Tay26-Mar-06 5:48 

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.