Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to detect ms office files are password protected? Pin
Richard Andrew x6420-Dec-13 9:38
professionalRichard Andrew x6420-Dec-13 9:38 
GeneralRe: how to detect ms office files are password protected? Pin
Le@rner20-Dec-13 17:23
Le@rner20-Dec-13 17:23 
GeneralRe: how to detect ms office files are password protected? Pin
Richard MacCutchan20-Dec-13 22:03
mveRichard MacCutchan20-Dec-13 22:03 
GeneralRe: how to detect ms office files are password protected? Pin
Le@rner20-Dec-13 22:45
Le@rner20-Dec-13 22:45 
AnswerRe: how to detect ms office files are password protected? Pin
David Crow23-Dec-13 5:47
David Crow23-Dec-13 5:47 
GeneralRe: how to detect ms office files are password protected? Pin
Le@rner23-Dec-13 21:19
Le@rner23-Dec-13 21:19 
QuestionBasic Question About Interfaces Pin
Django_Untaken19-Dec-13 19:07
Django_Untaken19-Dec-13 19:07 
AnswerRe: Basic Question About Interfaces Pin
Jonathan Davies20-Dec-13 2:13
Jonathan Davies20-Dec-13 2:13 
It's not an interface that gets created, though an interface will be made available for you to call, its an object that implements the interface that gets created, in this case an object implementing the IMFSourceReader interface. The object created just exposes the interface to the outside world as a known means of using it but when you call a method (or function) on the interface, the call is immediately passed on to the object to carry out the actual work.
Question[Two projects use one file on visual studio 2008] [C++] Pin
Thong LeTrung18-Dec-13 5:40
Thong LeTrung18-Dec-13 5:40 
AnswerRe: [Two projects use one file on visual studio 2008] [C++] Pin
Maximilien18-Dec-13 5:54
Maximilien18-Dec-13 5:54 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Thong LeTrung18-Dec-13 6:15
Thong LeTrung18-Dec-13 6:15 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Maximilien18-Dec-13 6:23
Maximilien18-Dec-13 6:23 
AnswerRe: [Two projects use one file on visual studio 2008] [C++] Pin
Albert Holguin18-Dec-13 9:23
professionalAlbert Holguin18-Dec-13 9:23 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Thong LeTrung18-Dec-13 16:04
Thong LeTrung18-Dec-13 16:04 
GeneralRe: [Two projects use one file on visual studio 2008] [C++] Pin
Albert Holguin19-Dec-13 4:23
professionalAlbert Holguin19-Dec-13 4:23 
QuestionMemory leak problem Pin
D.Manivelan17-Dec-13 17:48
D.Manivelan17-Dec-13 17:48 
AnswerRe: Memory leak problem Pin
Richard Andrew x6417-Dec-13 18:48
professionalRichard Andrew x6417-Dec-13 18:48 
AnswerRe: Memory leak problem Pin
tgsb17-Dec-13 19:42
tgsb17-Dec-13 19:42 
AnswerRe: Memory leak problem Pin
Eugen Podsypalnikov17-Dec-13 21:01
Eugen Podsypalnikov17-Dec-13 21:01 
QuestionHow to add OnClick event to Progress Bar Control Pin
blackbolek17-Dec-13 3:59
blackbolek17-Dec-13 3:59 
AnswerRe: How to add OnClick event to Progress Bar Control Pin
Maximilien17-Dec-13 4:20
Maximilien17-Dec-13 4:20 
GeneralRe: How to add OnClick event to Progress Bar Control Pin
blackbolek17-Dec-13 10:42
blackbolek17-Dec-13 10:42 
QuestionWin32 Custom GUI design Pin
maqubex16-Dec-13 14:31
maqubex16-Dec-13 14:31 
SuggestionRe: Win32 Custom GUI design Pin
Richard MacCutchan16-Dec-13 22:59
mveRichard MacCutchan16-Dec-13 22:59 
GeneralRe: Win32 Custom GUI design Pin
maqubex17-Dec-13 6:29
maqubex17-Dec-13 6:29 

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.