Click here to Skip to main content
15,913,104 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Problem with ShowWindow function Pin
CPallini12-Jan-08 5:01
mveCPallini12-Jan-08 5:01 
GeneralRe: Problem with ShowWindow function Pin
Mark Salsbery12-Jan-08 7:43
Mark Salsbery12-Jan-08 7:43 
GeneralProgramming problem Pin
DanyCode12-Jan-08 1:32
DanyCode12-Jan-08 1:32 
QuestionRe: Programming problem Pin
CPallini12-Jan-08 2:34
mveCPallini12-Jan-08 2:34 
GeneralRe: Programming problem Pin
DanyCode12-Jan-08 3:35
DanyCode12-Jan-08 3:35 
QuestionRe: Programming problem Pin
CPallini12-Jan-08 4:34
mveCPallini12-Jan-08 4:34 
GeneralRe: Programming problem Pin
Hamid_RT12-Jan-08 4:44
Hamid_RT12-Jan-08 4:44 
GeneralRe: Programming problem Pin
Member 75496012-Jan-08 17:51
Member 75496012-Jan-08 17:51 
Walk through the process.
You have two cameras.
You want to capture an image.
An image is the merger of the picture from each camera.

For this to work when one camera takes a picture, the other must take a
picture at the same time or be told to do so. A picture is taken when
each camera has transmitted the picture to the application.

So you need to be able to tell:
1. that a camera has taken a picture.
2. a camera to take a picture now.
3. detect when a camera
a. has transmitted the picture to the application
b. has a picture ready transmit.
Combining the pictures is the last step.

If, on the other hand, the cameras are taking pictures automatically,
then you have a synchronization issue. That is far more detailed than
the question you have posed.
QuestionHow to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 0:35
tina->newcoder12-Jan-08 0:35 
QuestionRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 2:29
mveCPallini12-Jan-08 2:29 
GeneralRe: How to add Item to ListCtrl [modified] Pin
tina->newcoder12-Jan-08 3:15
tina->newcoder12-Jan-08 3:15 
QuestionRe: How to add Item to ListCtrl Pin
David Crow12-Jan-08 4:39
David Crow12-Jan-08 4:39 
GeneralRe: How to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 6:40
tina->newcoder12-Jan-08 6:40 
QuestionRe: How to add Item to ListCtrl Pin
David Crow12-Jan-08 9:29
David Crow12-Jan-08 9:29 
GeneralRe: How to add Item to ListCtrl Pin
Hamid_RT12-Jan-08 4:48
Hamid_RT12-Jan-08 4:48 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 5:59
mveCPallini12-Jan-08 5:59 
JokeRe: How to add Item to ListCtrl Pin
Hamid_RT12-Jan-08 6:42
Hamid_RT12-Jan-08 6:42 
JokeRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:17
mveCPallini12-Jan-08 7:17 
GeneralRe: How to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 7:31
tina->newcoder12-Jan-08 7:31 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:41
mveCPallini12-Jan-08 7:41 
GeneralRe: How to add Item to ListCtrl Pin
Jörgen Sigvardsson12-Jan-08 7:31
Jörgen Sigvardsson12-Jan-08 7:31 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:38
mveCPallini12-Jan-08 7:38 
GeneralModified code----->still not working ! Pin
tina->newcoder12-Jan-08 8:22
tina->newcoder12-Jan-08 8:22 
GeneralRe: Modified code----->still not working ! Pin
CPallini12-Jan-08 8:34
mveCPallini12-Jan-08 8:34 
GeneralRe: Modified code----->still not working ! Pin
tina->newcoder12-Jan-08 8:46
tina->newcoder12-Jan-08 8:46 

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.