Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can block enter all keys of keyboard in EDIT box. [modified] Pin
SandipG 5-Aug-08 0:30
SandipG 5-Aug-08 0:30 
GeneralRe: How can block enter all keys of keyboard in EDIT box of Combo box control. Pin
Le@rner5-Aug-08 0:43
Le@rner5-Aug-08 0:43 
GeneralRe: How can block enter all keys of keyboard in EDIT box of Combo box control. Pin
SandipG 5-Aug-08 0:46
SandipG 5-Aug-08 0:46 
GeneralRe: How can block enter all keys of keyboard in EDIT box of Combo box control. Pin
Le@rner5-Aug-08 0:50
Le@rner5-Aug-08 0:50 
GeneralRe: How can block enter all keys of keyboard in EDIT box of Combo box control. Pin
SandipG 5-Aug-08 0:56
SandipG 5-Aug-08 0:56 
GeneralRe: How can block enter all keys of keyboard in EDIT box of Combo box control. Pin
Le@rner5-Aug-08 1:12
Le@rner5-Aug-08 1:12 
GeneralRe: How can block enter all keys of keyboard in EDIT box of Combo box control. Pin
David Crow5-Aug-08 3:32
David Crow5-Aug-08 3:32 
QuestioncapGrabFrame!!! How can i get the Frame? Pin
Laudenberg4-Aug-08 23:49
Laudenberg4-Aug-08 23:49 
Good Morning,
I have a problem with vfw (Video for Windows) and could need some advices.
I tryed to catch a single frame from a webcam.
I've got not much experience in programming with visual c++, i would be very thankful for any help.

The Code looks like this:

HWND hwndVideo; // Is a global Variable


//create capture window
hwndVideo = capCreateCaptureWindow((LPCWSTR)"WebCam", WS_CHILD | WS_VISIBLE, 0 ,0, (int)640, (int)480, m_CamWnd, (int)3);

//start the Preview
capPreviewRate(hwndVideo, 20);
capPreview(hwndVideo, true);


//I tryed to get the frame with capGrabFrame, but i wasnt able to get the framedata.
capGrabFrame(hwndVideo);
// or
capGrabFrameNoStop(hwndVideo);

How can i get the framedata to work with it??? Confused | :confused:
AnswerRe: capGrabFrame!!! How can i get the Frame? Pin
sudhir_Kumar5-Aug-08 0:03
sudhir_Kumar5-Aug-08 0:03 
QuestionEchoes of MSDN? Pin
Anthony Appleyard4-Aug-08 23:42
Anthony Appleyard4-Aug-08 23:42 
AnswerRe: Echoes of MSDN? Pin
sudhir_Kumar4-Aug-08 23:48
sudhir_Kumar4-Aug-08 23:48 
GeneralRe: Echoes of MSDN? Pin
Matthew Faithfull5-Aug-08 0:32
Matthew Faithfull5-Aug-08 0:32 
AnswerRe: Echoes of MSDN? Pin
Richard MacCutchan1-Sep-09 7:57
mveRichard MacCutchan1-Sep-09 7:57 
QuestionLock program name while execution Pin
albanaa4-Aug-08 23:41
albanaa4-Aug-08 23:41 
AnswerRe: Lock program name while execution Pin
sudhir_Kumar5-Aug-08 0:05
sudhir_Kumar5-Aug-08 0:05 
GeneralRe: Lock program name while execution Pin
Jijo.Raj5-Aug-08 1:42
Jijo.Raj5-Aug-08 1:42 
AnswerRe: Lock program name while execution Pin
Arman S.5-Aug-08 1:16
Arman S.5-Aug-08 1:16 
QuestionHow can add Calculator? Pin
Le@rner4-Aug-08 23:24
Le@rner4-Aug-08 23:24 
AnswerRe: How can add Calculator? Pin
SandipG 4-Aug-08 23:36
SandipG 4-Aug-08 23:36 
GeneralRe: How can add Calculator? Pin
Le@rner4-Aug-08 23:39
Le@rner4-Aug-08 23:39 
GeneralRe: How can add Calculator? Pin
sudhir_Kumar4-Aug-08 23:45
sudhir_Kumar4-Aug-08 23:45 
GeneralRe: How can add Calculator? Pin
SandipG 5-Aug-08 0:00
SandipG 5-Aug-08 0:00 
GeneralRe: How can add Calculator? Pin
Le@rner5-Aug-08 0:11
Le@rner5-Aug-08 0:11 
AnswerRe: How can add Calculator? Pin
toxcct5-Aug-08 0:33
toxcct5-Aug-08 0:33 
GeneralRe: How can add Calculator? Pin
Le@rner5-Aug-08 0:45
Le@rner5-Aug-08 0:45 

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.