Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Renaming a Propertysheet Pin
HENDRIK R28-Jan-03 1:05
HENDRIK R28-Jan-03 1:05 
GeneralRe: Renaming a Propertysheet Pin
Rage28-Jan-03 1:55
professionalRage28-Jan-03 1:55 
GeneralRe: Renaming a Propertysheet Pin
Debs28-Jan-03 3:13
Debs28-Jan-03 3:13 
GeneralRe: Renaming a Propertysheet Pin
Rage28-Jan-03 20:49
professionalRage28-Jan-03 20:49 
GeneralRe: Renaming a Propertysheet Pin
Peter Molnar28-Jan-03 1:49
Peter Molnar28-Jan-03 1:49 
GeneralRe: Renaming a Propertysheet Pin
Rage28-Jan-03 1:56
professionalRage28-Jan-03 1:56 
GeneralRe: Renaming a Propertysheet Pin
KaЯl28-Jan-03 2:45
KaЯl28-Jan-03 2:45 
GeneralOLE documents / items (MFC) Pin
-Dy27-Jan-03 23:45
-Dy27-Jan-03 23:45 
I've been building an app that has documents made up of OLE items (like the container sample app that comes with VC). But, typically, the requirements have changed, and the documents also need to hold other custom (non OLE) items. As my document class is based on COleDocument, and the items class is based on COleClientItem, I've been using COleDocument::AddItem() and COleDocument::RemoveItem().

I'd like to only have one document item class* if possible, but it needs to represent OLE and non OLE items, is this possible, and if so can anyone point me in the right direction? Or would I be better off having two item base classes with overrides of COleDocument::AddItem() etc?

* Or one class to base other classes from


Dylan
GeneralURGENT:How to write XML header in C++ Pin
tearz27-Jan-03 23:08
tearz27-Jan-03 23:08 
GeneralRe: URGENT:How to write XML header in C++ Pin
Rage27-Jan-03 23:40
professionalRage27-Jan-03 23:40 
GeneralRe: URGENT:How to write XML header in C++ Pin
Mike Nordell28-Jan-03 2:01
Mike Nordell28-Jan-03 2:01 
GeneralRe: URGENT:How to write XML header in C++ Pin
chepuri_uk28-Jan-03 20:02
chepuri_uk28-Jan-03 20:02 
GeneralURGENT:How to write XML header in C++ Pin
tearz27-Jan-03 23:02
tearz27-Jan-03 23:02 
GeneralWM_DEVICECHANGE and MFC Dialog app Pin
Ceri27-Jan-03 23:02
Ceri27-Jan-03 23:02 
QuestionWhat's the MFC-way to lay out controls in a View ? Pin
JohnMcL27-Jan-03 22:37
JohnMcL27-Jan-03 22:37 
AnswerRe: What's the MFC-way to lay out controls in a View ? Pin
Joaquín M López Muñoz27-Jan-03 23:02
Joaquín M López Muñoz27-Jan-03 23:02 
AnswerRe: What's the MFC-way to lay out controls in a View ? Pin
Michael P Butler28-Jan-03 0:26
Michael P Butler28-Jan-03 0:26 
GeneralRe: What's the MFC-way to lay out controls in a View ? Pin
JohnMcL28-Jan-03 8:04
JohnMcL28-Jan-03 8:04 
GeneralHtmlView event Pin
jeremysay27-Jan-03 22:26
jeremysay27-Jan-03 22:26 
GeneralRe: HtmlView event Pin
Rage27-Jan-03 23:42
professionalRage27-Jan-03 23:42 
GeneralRe: HtmlView event Pin
jeremysay28-Jan-03 2:04
jeremysay28-Jan-03 2:04 
GeneralRe: HtmlView event Pin
KaЯl28-Jan-03 2:28
KaЯl28-Jan-03 2:28 
GeneralRe: HtmlView event Pin
HENDRIK R28-Jan-03 2:20
HENDRIK R28-Jan-03 2:20 
GeneralRe: HtmlView event Pin
jeremysay28-Jan-03 4:17
jeremysay28-Jan-03 4:17 
GeneralRe: HtmlView event Pin
jeremysay29-Jan-03 4:58
jeremysay29-Jan-03 4:58 

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.