Saving Problem

stoui333

New member
Joined
Jul 10, 2009
Messages
1
Programming Experience
Beginner
Hi i`m trying to save a recorded video from my web cam.

I use the SendMessage(hWnd, WM_CAP_SEQUENCE, 0, 0) to record
and the

if SaveFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK then

SendMessage(hWnd, WM_CAP_FILE_SAVEAS, 0, "C:\C:\Users\Chris\Desktop\ok")

end if

To save the recorded video to this file.

But when i go and open ok file it`s always empty....

Any suggestions???
 
Back
Top