Click here to Skip to main content
15,891,597 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Handle leaks in WinSock - WIndows Application (MFC) Pin
Niklas L10-Mar-11 20:58
Niklas L10-Mar-11 20:58 
GeneralRe: Handle leaks in WinSock - WIndows Application (MFC) Pin
chevu10-Mar-11 21:33
chevu10-Mar-11 21:33 
AnswerRe: Handle leaks in WinSock - WIndows Application (MFC) Pin
bob1697211-Mar-11 1:54
bob1697211-Mar-11 1:54 
GeneralRe: Handle leaks in WinSock - WIndows Application (MFC) Pin
chevu11-Mar-11 2:34
chevu11-Mar-11 2:34 
GeneralRe: Handle leaks in WinSock - WIndows Application (MFC) Pin
bob1697211-Mar-11 3:10
bob1697211-Mar-11 3:10 
Questionhow to fastforward in directshow Pin
raj157610-Mar-11 1:01
raj157610-Mar-11 1:01 
AnswerRe: how to fastforward in directshow Pin
Richard MacCutchan10-Mar-11 3:28
mveRichard MacCutchan10-Mar-11 3:28 
AnswerRe: how to fastforward in directshow Pin
Cool_Dev10-Mar-11 5:19
Cool_Dev10-Mar-11 5:19 
You can use IMediaSeeking::SetRate Method. Obtain the IMediaSeeking interface from FilterGraphManager. I had tried this once, but the required filter in my graph(probably source filter or parser filter needs to implement this method) didn't implement this method. As it was for video playback, handled the play back rate manually with GetPositions and SetPositions methods of IMediaSeeking. However i think this is the only interface that the FilterGraphManager exposes for fast forward and backward playbacks.
QuestionProblem with RegisterPowerSettingNotification and USER32.dll. Pin
aangerma10-Mar-11 0:31
aangerma10-Mar-11 0:31 
AnswerRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
Hans Dietrich10-Mar-11 0:35
mentorHans Dietrich10-Mar-11 0:35 
GeneralRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
aangerma10-Mar-11 0:46
aangerma10-Mar-11 0:46 
GeneralRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
Hans Dietrich10-Mar-11 0:50
mentorHans Dietrich10-Mar-11 0:50 
GeneralRe: Problem with RegisterPowerSettingNotification and USER32.dll. Pin
aangerma10-Mar-11 2:02
aangerma10-Mar-11 2:02 
QuestionShortcut files not filter from CFileDialog? Pin
Le@rner9-Mar-11 23:56
Le@rner9-Mar-11 23:56 
AnswerRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 0:32
mentorHans Dietrich10-Mar-11 0:32 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Le@rner10-Mar-11 0:36
Le@rner10-Mar-11 0:36 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 0:47
mentorHans Dietrich10-Mar-11 0:47 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Le@rner10-Mar-11 0:54
Le@rner10-Mar-11 0:54 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 0:59
mentorHans Dietrich10-Mar-11 0:59 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Le@rner10-Mar-11 1:38
Le@rner10-Mar-11 1:38 
GeneralRe: Shortcut files not filter from CFileDialog? Pin
Hans Dietrich10-Mar-11 1:51
mentorHans Dietrich10-Mar-11 1:51 
Questionhow to play file in file frame rate using directshow Pin
raj15769-Mar-11 22:00
raj15769-Mar-11 22:00 
Questionlimit from SetLimitText is not working when use setwindowtext. Pin
Le@rner9-Mar-11 19:15
Le@rner9-Mar-11 19:15 
AnswerRe: limit from SetLimitText is not working when use setwindowtext. Pin
Hans Dietrich9-Mar-11 19:39
mentorHans Dietrich9-Mar-11 19:39 
GeneralRe: limit from SetLimitText is not working when use setwindowtext. Pin
Le@rner9-Mar-11 19:44
Le@rner9-Mar-11 19:44 

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.