Click here to Skip to main content
15,903,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC# com and c++ event sink Pin
ahojed23-Feb-07 7:14
ahojed23-Feb-07 7:14 
QuestionRecord Video From Birmap Control Pin
Newton.ge23-Feb-07 6:28
Newton.ge23-Feb-07 6:28 
QuestionProblem With Background Image Pin
Semion_N23-Feb-07 6:24
Semion_N23-Feb-07 6:24 
AnswerRe: Problem With Background Image Pin
Semion_N23-Feb-07 9:42
Semion_N23-Feb-07 9:42 
GeneralRe: Problem With Background Image Pin
Mark Salsbery23-Feb-07 12:48
Mark Salsbery23-Feb-07 12:48 
GeneralRe: Problem With Background Image Pin
Semion_N23-Feb-07 20:19
Semion_N23-Feb-07 20:19 
GeneralRe: Problem With Background Image Pin
Mark Salsbery24-Feb-07 6:30
Mark Salsbery24-Feb-07 6:30 
QuestionUpdate image Pin
VonHagNDaz23-Feb-07 5:33
VonHagNDaz23-Feb-07 5:33 
Hey guys, Im working on a small app that deals with loading different types of images(jpeg etc...). My problem is, when I use a scroll bar the image doesnt move, or a least show movement; however, the image bands. What I mean by bands is, that it moves the requested direction, but the image doesnt change, it just shows a smaller portion of the initial image and scrolls whats left over.

say image = xxx
after the scroll command i get x|xxx

I figure its a redraw error, but its got me stumped. Here's what Im doing:


<br />
ScrollWindowEx(nScrollDirection, 0, NULL, &thisWindow, NULL, NULL, <br />
SW_INVALIDATE | SW_ERASE | SW_SCROLLCHILDREN);<br />
		<br />
/*Update window*/<br />
RedrawWindow(&thisWindow, NULL, RDW_ALLCHILDREN | <br />
RDW_UPDATENOW | RDW_FRAME); <br />


I win because I have the most fun in life...

AnswerRe: Update image Pin
Chris Losinger23-Feb-07 5:54
professionalChris Losinger23-Feb-07 5:54 
GeneralRe: Update image Pin
VonHagNDaz23-Feb-07 5:57
VonHagNDaz23-Feb-07 5:57 
GeneralRe: Update image Pin
John R. Shaw23-Feb-07 17:32
John R. Shaw23-Feb-07 17:32 
QuestionViewing running threads Pin
Like2Byte23-Feb-07 5:10
Like2Byte23-Feb-07 5:10 
AnswerRe: Viewing running threads Pin
David Crow23-Feb-07 5:54
David Crow23-Feb-07 5:54 
QuestionCanonicalise [c14n] XML doc C++ Pin
Andy H23-Feb-07 4:07
Andy H23-Feb-07 4:07 
QuestionTo determine if vc project is using unicode char set or mutlibyte char set Pin
Mushtaque Nizamani23-Feb-07 3:23
Mushtaque Nizamani23-Feb-07 3:23 
AnswerRe: To determine if vc project is using unicode char set or mutlibyte char set Pin
Nibu babu thomas23-Feb-07 3:26
Nibu babu thomas23-Feb-07 3:26 
AnswerRe: To determine if vc project is using unicode char set or mutlibyte char set Pin
James R. Twine23-Feb-07 5:15
James R. Twine23-Feb-07 5:15 
QuestionWhy they are no Virtual Constructors. Pin
uday kiran janaswamy23-Feb-07 3:01
uday kiran janaswamy23-Feb-07 3:01 
AnswerRe: Why they are no Virtual Constructors. Pin
toxcct23-Feb-07 3:04
toxcct23-Feb-07 3:04 
AnswerRe: Why they are no Virtual Constructors. Pin
David Crow23-Feb-07 3:05
David Crow23-Feb-07 3:05 
GeneralRe: Why they are no Virtual Constructors. Pin
uday kiran janaswamy23-Feb-07 3:10
uday kiran janaswamy23-Feb-07 3:10 
GeneralRe: Why they are no Virtual Constructors. Pin
led mike23-Feb-07 4:28
led mike23-Feb-07 4:28 
GeneralRe: Why they are no Virtual Constructors. Pin
Mark Salsbery23-Feb-07 8:37
Mark Salsbery23-Feb-07 8:37 
GeneralRe: Why they are no Virtual Constructors. Pin
Maximilien23-Feb-07 8:44
Maximilien23-Feb-07 8:44 
AnswerRe: Why they are no Virtual Constructors. Pin
cmk23-Feb-07 12:38
cmk23-Feb-07 12:38 

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.