Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win API: RegSaveKey / GetShortPathName Pin
Paul Riley18-Dec-03 5:17
Paul Riley18-Dec-03 5:17 
GeneralThe mysterious CDialogBar Pin
Rowan Seymour17-Dec-03 23:44
Rowan Seymour17-Dec-03 23:44 
GeneralRe: The mysterious CDialogBar Pin
Monty218-Dec-03 0:14
Monty218-Dec-03 0:14 
GeneralRe: The mysterious CDialogBar Pin
Rowan Seymour18-Dec-03 0:30
Rowan Seymour18-Dec-03 0:30 
GeneralRe: The mysterious CDialogBar Pin
Monty218-Dec-03 0:41
Monty218-Dec-03 0:41 
GeneralRe: The mysterious CDialogBar Pin
Rowan Seymour9-Jan-04 1:05
Rowan Seymour9-Jan-04 1:05 
Generalplease help C++ and video.. Pin
ahmed_html17-Dec-03 23:34
ahmed_html17-Dec-03 23:34 
GeneralRe: please help C++ and video.. Pin
Rowan Seymour17-Dec-03 23:51
Rowan Seymour17-Dec-03 23:51 
You could use the old Win32 AVIFile functions, or the newer DirectShow objects.

The old AVIFiles are really easy to use if you just want to grab individual frames from a video, without sound, but they don't work with new formats like DV. Look for AVIFileInit in MSDN.

DirectShow is a bit trickier as its all COM objects, but its very powerfull, and allows you to create your own media player with relatively little code if you want. You'll need IMediaDet if you want to grab individual frames.

Good luck!
GeneralRe: please help C++ and video.. Pin
Monty218-Dec-03 0:44
Monty218-Dec-03 0:44 
GeneralRe: please help C++ and video.. Pin
ahmed_html18-Dec-03 7:14
ahmed_html18-Dec-03 7:14 
Generalint limits Pin
Jerome Conus17-Dec-03 23:16
Jerome Conus17-Dec-03 23:16 
GeneralRe: int limits Pin
Prakash Nadar17-Dec-03 23:29
Prakash Nadar17-Dec-03 23:29 
GeneralRe: int limits Pin
Jerome Conus17-Dec-03 23:35
Jerome Conus17-Dec-03 23:35 
GeneralRe: int limits Pin
Prakash Nadar18-Dec-03 16:04
Prakash Nadar18-Dec-03 16:04 
GeneralRe: int limits Pin
Rowan Seymour17-Dec-03 23:53
Rowan Seymour17-Dec-03 23:53 
GeneralRe: int limits Pin
Jerome Conus18-Dec-03 0:05
Jerome Conus18-Dec-03 0:05 
GeneralRe: int limits Pin
Rowan Seymour18-Dec-03 0:14
Rowan Seymour18-Dec-03 0:14 
GeneralRe: int limits Pin
Jerome Conus18-Dec-03 0:23
Jerome Conus18-Dec-03 0:23 
GeneralRe: int limits Pin
Rowan Seymour18-Dec-03 0:31
Rowan Seymour18-Dec-03 0:31 
GeneralRe: int limits Pin
Jerome Conus18-Dec-03 0:34
Jerome Conus18-Dec-03 0:34 
GeneralRe: int limits Pin
markkuk18-Dec-03 1:05
markkuk18-Dec-03 1:05 
GeneralRe: int limits Pin
Robert A. T. Káldy18-Dec-03 2:37
Robert A. T. Káldy18-Dec-03 2:37 
GeneralRe: int limits Pin
berndg18-Dec-03 2:44
berndg18-Dec-03 2:44 
GeneralRe: int limits Pin
Ravi Bhavnani18-Dec-03 7:16
professionalRavi Bhavnani18-Dec-03 7:16 
GeneralHide console window of Win32 console application Pin
rohit.dhamija17-Dec-03 23:12
rohit.dhamija17-Dec-03 23:12 

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.