Hi
Just having a bit of trouble with this code:
VB Code:
Private Sub cmdStartRecord_Click() Call SendMessage(hwdc, WM_CAP_FILE_SET_CAPTURE_FILEA, 0, ByVal "C:\video.avi") Call SendMessage(hWndC, WM_CAP_SEQUENCE, 0, 0&) End Sub
I've declared everything, but it doesn't seem to work. I was hoping someone here could help me find out wats wrong. Thanks.
-types




Reply With Quote