Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to show File Preview in the Windows Explorer. Pin
Ganesh Agrawal11-Jul-02 9:18
Ganesh Agrawal11-Jul-02 9:18 
AnswerRe: How to show File Preview in the Windows Explorer. Pin
KaЯl12-Jul-02 5:01
KaЯl12-Jul-02 5:01 
GeneralRe: How to show File Preview in the Windows Explorer. Pin
Ganesh Agrawal12-Jul-02 6:25
Ganesh Agrawal12-Jul-02 6:25 
GeneralWrong return type from CObList (newb question) Pin
EBerlin11-Jul-02 8:25
EBerlin11-Jul-02 8:25 
GeneralProblem Fixed Pin
EBerlin11-Jul-02 8:30
EBerlin11-Jul-02 8:30 
GeneralRe: Wrong return type from CObList (newb question) Pin
jbarton11-Jul-02 9:12
jbarton11-Jul-02 9:12 
GeneralRe: Wrong return type from CObList (newb question) Pin
EBerlin11-Jul-02 10:55
EBerlin11-Jul-02 10:55 
GeneralRe: Wrong return type from CObList (newb question) Pin
jbarton15-Jul-02 2:08
jbarton15-Jul-02 2:08 
You should have no problems with serialization of CTypedPtrList. It is a simple wrapper class for whatever list type is passed as the first argument. Since CObList is being passed as the first argument, it supports serialization the same way as CObList. If you passed a CPtrList as the first argument, it wouldn't support serialization, as serialization isn't supported by CPtrList.

Best regards,
John

QuestionOLE?? Pin
Kuniva11-Jul-02 7:52
Kuniva11-Jul-02 7:52 
AnswerRe: OLE?? Pin
Anonymous11-Jul-02 8:04
Anonymous11-Jul-02 8:04 
GeneralGetting DevStudio dependencies correct Pin
Jonathan Gilligan11-Jul-02 7:47
Jonathan Gilligan11-Jul-02 7:47 
GeneralRe: Getting DevStudio dependencies correct Pin
J Patel11-Jul-02 11:48
J Patel11-Jul-02 11:48 
GeneralACtiveX Guru's... Pin
Anonymous11-Jul-02 7:29
Anonymous11-Jul-02 7:29 
GeneralRe: ACtiveX Guru's... Pin
Bill Wilson11-Jul-02 11:56
Bill Wilson11-Jul-02 11:56 
GeneralArray of structure Pin
Richard Jones11-Jul-02 7:29
Richard Jones11-Jul-02 7:29 
GeneralRe: Array of structure Pin
Nish Nishant11-Jul-02 7:38
sitebuilderNish Nishant11-Jul-02 7:38 
GeneralRe: Array of structure Pin
Christian Graus11-Jul-02 12:06
protectorChristian Graus11-Jul-02 12:06 
QuestionCDialog close, if i press Enter - Why??? Pin
Koep11-Jul-02 7:13
Koep11-Jul-02 7:13 
AnswerRe: CDialog close, if i press Enter - Why??? Pin
Nish Nishant11-Jul-02 7:28
sitebuilderNish Nishant11-Jul-02 7:28 
GeneralRe: CDialog close, if i press Enter - Why??? Pin
Koep11-Jul-02 7:31
Koep11-Jul-02 7:31 
GeneralRe: CDialog close, if i press Enter - Why??? Pin
Nish Nishant11-Jul-02 7:34
sitebuilderNish Nishant11-Jul-02 7:34 
GeneralRe: CDialog close, if i press Enter - Why??? Pin
Koep11-Jul-02 21:38
Koep11-Jul-02 21:38 
AnswerRe: CDialog close, if i press Enter - Why??? Pin
Michael Dunn11-Jul-02 14:19
sitebuilderMichael Dunn11-Jul-02 14:19 
GeneralRe: CDialog close, if i press Enter - Why??? Pin
Koep11-Jul-02 21:35
Koep11-Jul-02 21:35 
GeneralRe: CDialog close, if i press Enter - Why??? Pin
Rage11-Jul-02 23:13
professionalRage11-Jul-02 23:13 

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.