Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwhat does the DDEXEC part do? Pin
peterchen22-Sep-05 8:27
peterchen22-Sep-05 8:27 
GeneralRe: what does the DDEXEC part do? Pin
David Crow22-Sep-05 8:38
David Crow22-Sep-05 8:38 
QuestionDelete file from temporary internet files? Pin
DanYELL22-Sep-05 5:42
DanYELL22-Sep-05 5:42 
AnswerRe: Delete file from temporary internet files? Pin
Michael Dunn22-Sep-05 6:19
sitebuilderMichael Dunn22-Sep-05 6:19 
AnswerRe: Delete file from temporary internet files? Pin
Chris Losinger22-Sep-05 6:22
professionalChris Losinger22-Sep-05 6:22 
AnswerRe: Delete file from temporary internet files? Pin
Ravi Bhavnani22-Sep-05 6:36
professionalRavi Bhavnani22-Sep-05 6:36 
GeneralRe: Delete file from temporary internet files? Pin
DanYELL22-Sep-05 14:47
DanYELL22-Sep-05 14:47 
GeneralRe: Delete file from temporary internet files? Pin
Ravi Bhavnani23-Sep-05 1:56
professionalRavi Bhavnani23-Sep-05 1:56 
QuestionTray Icon Menu Command handling in MFC Pin
pritamkd22-Sep-05 5:06
pritamkd22-Sep-05 5:06 
AnswerRe: Tray Icon Menu Command handling in MFC Pin
Laffis22-Sep-05 5:57
Laffis22-Sep-05 5:57 
AnswerRe: Tray Icon Menu Command handling in MFC Pin
Laffis22-Sep-05 6:01
Laffis22-Sep-05 6:01 
AnswerRe: Tray Icon Menu Command handling in MFC Pin
David Crow22-Sep-05 7:31
David Crow22-Sep-05 7:31 
GeneralRe: Tray Icon Menu Command handling in MFC Pin
pritamkd23-Sep-05 3:20
pritamkd23-Sep-05 3:20 
GeneralRe: Tray Icon Menu Command handling in MFC Pin
David Crow23-Sep-05 3:51
David Crow23-Sep-05 3:51 
GeneralRe: Tray Icon Menu Command handling in MFC Pin
pritamkd23-Sep-05 3:59
pritamkd23-Sep-05 3:59 
QuestionEdit Box, not able to read Pin
tejaswi-teja22-Sep-05 4:53
tejaswi-teja22-Sep-05 4:53 
AnswerRe: Edit Box, not able to read Pin
Laffis22-Sep-05 5:46
Laffis22-Sep-05 5:46 
AnswerRe: Edit Box, not able to read Pin
Eytukan22-Sep-05 6:42
Eytukan22-Sep-05 6:42 
AnswerRe: Edit Box, not able to read Pin
David Crow22-Sep-05 7:15
David Crow22-Sep-05 7:15 
GeneralRe: Edit Box, not able to read Pin
22-Sep-05 21:23
suss22-Sep-05 21:23 
GeneralRe: Edit Box, not able to read Pin
David Crow23-Sep-05 3:53
David Crow23-Sep-05 3:53 
QuestionProblem with webcam image capture Pin
SimCom22-Sep-05 4:47
SimCom22-Sep-05 4:47 
Hello best programmers,

I coded an application wich can display imagestream from a simple webcam. I found a good class (I guess) for capturing AVI from webcam to perform several functions etc... I found it here in Codeproject, some Russian dude encapsulated the functions of VFW class.

Anyway, I tried to find a lot of useful information how to capture from webcam, but unfortunatly I found only descriptions of wich functions it has.
And believe me there is a lot of functions, and a lot os useless functions for me.

What I tried to do is making a simple dialogbox with a startbutton, when you click on start, the webcam is turned on and you'll see yourself on the dialogbox.

I coded it as follows:

void CCamSampDlg::OnStart()
{
CRect rect; // Here I try to display the imagestream

WebCam.Create(WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS,rect,this,TRUE);
WebCam.ConnectWithDriver(-1);
WebCam.SetPreviewRate(100);
WebCam.StartPreview(TRUE);

}

It's actually very easy, but the PROBLEM is, when you click on start, the camera turns on (cause I see the activation LED blinking), but it shows nothing on the dialogbox. So I think there something missing in the part of Create-function.

Can somebody please help me??
Thank you very very much!!!

If my application works, I forget all my problems.
AnswerRe: Problem with webcam image capture Pin
SimCom22-Sep-05 11:21
SimCom22-Sep-05 11:21 
QuestionHow to remove Host Protected Area (HPA) on ATA Hard Disk in Windows????? Pin
nagamohan_p22-Sep-05 4:44
nagamohan_p22-Sep-05 4:44 
QuestionSaving PIDL to disk / registry Pin
Skute22-Sep-05 4:29
Skute22-Sep-05 4:29 

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.