Click here to Skip to main content
15,884,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Shutdown message Pin
toxcct12-May-04 2:27
toxcct12-May-04 2:27 
GeneralRe: Shutdown message Pin
David Crow12-May-04 2:47
David Crow12-May-04 2:47 
GeneralRe: Shutdown message Pin
toxcct12-May-04 2:51
toxcct12-May-04 2:51 
GeneralVC60 fatal error C1010 Pin
John Alderman11-May-04 15:23
John Alderman11-May-04 15:23 
GeneralRe: VC60 fatal error C1010 Pin
MrDiao11-May-04 17:38
MrDiao11-May-04 17:38 
GeneralRe: VC60 fatal error C1010 Pin
Christian Graus11-May-04 18:36
protectorChristian Graus11-May-04 18:36 
GeneralAVIS Pin
axid3j1al11-May-04 14:59
axid3j1al11-May-04 14:59 
GeneralRe: AVIS Pin
ian mariano11-May-04 19:17
ian mariano11-May-04 19:17 
On MSDN, Microsoft says "Microsoft® Video for Windows® (VFW) provides functions that enable an application to process video data. VFW was introduced in 16-bit Windows. Many of its features have been superseded by features in DirectX."

From the DirectX SDK You'll want to check out the DMO Sample. It takes MPEG-1 video packets as input and produces two output streams. You'll also want to take a look at the PlayWnd Sample, which is a simple media player.

axid3j1al wrote:
Also In an SDI app how would I change the CFileDlg before OnOpenDcoument() to restrict the display formats. e.g. just mpgs or avis.

You don't need to do much work with OnOpenDocument If you change the document string in the resources. See <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_CSingleDocTemplate.3a3a.CSingleDocTemplate.asp?frame=true" target="_blank">CSingleDocTemplate::CSingleDocTemplate</a> and <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_cdoctemplate.3a3a.getdocstring.asp" target="_blank">CDocTemplate::GetDocString</a>.

Ian Mariano - Bliki | Blog


"We are all wave equations in the information matrix of the universe" - me

GeneralSTL basic_string 2 MFC Pin
alex.barylski11-May-04 14:26
alex.barylski11-May-04 14:26 
GeneralRe: STL basic_string 2 MFC Pin
Christian Graus11-May-04 14:27
protectorChristian Graus11-May-04 14:27 
GeneralRe: STL basic_string 2 MFC Pin
alex.barylski11-May-04 14:41
alex.barylski11-May-04 14:41 
Generaldelayload Pin
Christopher Lloyd11-May-04 14:14
Christopher Lloyd11-May-04 14:14 
GeneralRe: delayload Pin
igor196012-May-04 9:29
igor196012-May-04 9:29 
Generalregex parsing C++ Pin
alex.barylski11-May-04 13:11
alex.barylski11-May-04 13:11 
GeneralRe: regex parsing C++ Pin
Erik Thompson11-May-04 13:39
sitebuilderErik Thompson11-May-04 13:39 
GeneralRe: regex parsing C++ Pin
alex.barylski11-May-04 14:41
alex.barylski11-May-04 14:41 
GeneralRe: regex parsing C++ Pin
Andrew Walker11-May-04 16:27
Andrew Walker11-May-04 16:27 
GeneralRe: regex parsing C++ Pin
alex.barylski11-May-04 16:38
alex.barylski11-May-04 16:38 
GeneralRe: regex parsing C++ Pin
Andrew Walker11-May-04 16:42
Andrew Walker11-May-04 16:42 
GeneralRe: regex parsing C++ Pin
Snyp11-May-04 13:40
Snyp11-May-04 13:40 
GeneralGraphics Programming :: Approach and Books Pin
valikac11-May-04 12:53
valikac11-May-04 12:53 
GeneralRe: Graphics Programming :: Approach and Books Pin
Jim Crafton11-May-04 13:10
Jim Crafton11-May-04 13:10 
GeneralRe: Graphics Programming :: Approach and Books Pin
valikac11-May-04 13:22
valikac11-May-04 13:22 
GeneralRe: Graphics Programming :: Approach and Books Pin
parths11-May-04 20:21
parths11-May-04 20:21 
GeneralSuggested Book Pin
ursus zeta11-May-04 13:27
ursus zeta11-May-04 13:27 

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.