Click here to Skip to main content
16,005,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSpin Edit control problem Pin
Jeef16-Apr-03 23:03
Jeef16-Apr-03 23:03 
GeneralRe: Spin Edit control problem Pin
David Crow17-Apr-03 2:40
David Crow17-Apr-03 2:40 
GeneralRe: Spin Edit control problem Pin
Jeef17-Apr-03 4:32
Jeef17-Apr-03 4:32 
GeneralRe: Spin Edit control problem Pin
David Crow17-Apr-03 4:38
David Crow17-Apr-03 4:38 
GeneralRe: Spin Edit control problem Pin
Jeef17-Apr-03 16:00
Jeef17-Apr-03 16:00 
Generalhelp on displaying a DIB in a formview Pin
sandrineV16-Apr-03 23:00
sandrineV16-Apr-03 23:00 
GeneralRe: help on displaying a DIB in a formview Pin
Chris Losinger17-Apr-03 4:04
professionalChris Losinger17-Apr-03 4:04 
GeneralRe: help on displaying a DIB in a formview Pin
sandrineV17-Apr-03 4:56
sandrineV17-Apr-03 4:56 
1. Let me first explain more precisely what I'm trying to do : I grab images from a video file and I would like each image to be displayed with StretchDIBBits when I press on a "play" button. So I put my StretchDIBBits function in the function called when I pressed the play button(OnPlay). Tis is probably where I'm wrong because I don't do it on the OnDraw method.

What I tried was to call the OnDraw method in the OnPlay function. Everything compiles but I get an execution error, so I might not be able to do that.

2-3. my Stretch method doesn't give an error, and my DIB is valid.

I think that my only problem is to make my program actually display the picture.

thanks for your help
GeneralRe: help on displaying a DIB in a formview Pin
Chris Losinger17-Apr-03 7:18
professionalChris Losinger17-Apr-03 7:18 
GeneralRe: help on displaying a DIB in a formview Pin
sandrineV17-Apr-03 7:59
sandrineV17-Apr-03 7:59 
GeneralRe: help on displaying a DIB in a formview Pin
Chris Losinger17-Apr-03 9:21
professionalChris Losinger17-Apr-03 9:21 
GeneralRe: help on displaying a DIB in a formview Pin
sandrineV17-Apr-03 19:52
sandrineV17-Apr-03 19:52 
GeneralRe: help on displaying a DIB in a formview Pin
Chris Losinger18-Apr-03 4:07
professionalChris Losinger18-Apr-03 4:07 
GeneralHitTest on CListCtrl Pin
Hans Ruck16-Apr-03 22:51
Hans Ruck16-Apr-03 22:51 
GeneralRe: HitTest on CListCtrl Pin
Rage16-Apr-03 23:00
professionalRage16-Apr-03 23:00 
GeneralRe: HitTest on CListCtrl Pin
Hans Ruck16-Apr-03 23:04
Hans Ruck16-Apr-03 23:04 
GeneralOpening a file using notepad in vc++ Pin
AnkushChopra16-Apr-03 22:43
AnkushChopra16-Apr-03 22:43 
GeneralRe: Opening a file using notepad in vc++ Pin
Rage16-Apr-03 22:55
professionalRage16-Apr-03 22:55 
GeneralRe: Opening a file using notepad in vc++ Pin
David Crow17-Apr-03 2:44
David Crow17-Apr-03 2:44 
GeneralExporting classes to VB Pin
Phoenix8416-Apr-03 21:36
Phoenix8416-Apr-03 21:36 
GeneralBackground color in CView Pin
Anonymous16-Apr-03 21:27
Anonymous16-Apr-03 21:27 
GeneralRe: Background color in CView Pin
Bartosz Bien17-Apr-03 12:03
Bartosz Bien17-Apr-03 12:03 
GeneralBeing notified of app running Pin
De Nardis Andrea16-Apr-03 21:19
De Nardis Andrea16-Apr-03 21:19 
GeneralRe: Being notified of app running Pin
Joan M16-Apr-03 21:45
professionalJoan M16-Apr-03 21:45 
GeneralRe: Being notified of app running Pin
De Nardis Andrea16-Apr-03 22:59
De Nardis Andrea16-Apr-03 22: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.