Click here to Skip to main content
15,909,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Moving a CComboBox Pin
Sam Hobbs4-Jul-00 21:54
Sam Hobbs4-Jul-00 21:54 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel5-Jul-00 5:22
sussStephanie Rigel5-Jul-00 5:22 
GeneralHandling ActiveX Sink Events for dynamically created ActiveX Control Pin
Member 426430-Jun-00 0:11
Member 426430-Jun-00 0:11 
Generalmsoutl9.cpp and outlook2000 Pin
Tenacious29-Jun-00 21:14
Tenacious29-Jun-00 21:14 
GeneralSpell checking with Word Pin
Member 311229-Jun-00 21:13
Member 311229-Jun-00 21:13 
GeneralObject Array / collections Pin
Member 238629-Jun-00 19:35
Member 238629-Jun-00 19:35 
GeneralRe: Object Array / collections Pin
Blake Miller30-Jun-00 6:40
Blake Miller30-Jun-00 6:40 
GeneralRe: Object Array / collections Pin
Sam Hobbs30-Jun-00 10:54
Sam Hobbs30-Jun-00 10:54 
See: http://home.socal.rr.com/samhobbs/VC/Collections.html

The CObList sample can probably be used as an exmple of a CObArray also, with the obvious variations.

I think, however, that a CArray would be good too and might be easier. If you used it as in:

CArray <cfieldsrecord, cfieldsrecord&=""> m_FieldsRecords;

then it would store and retrieve your class items and you could delete everything with a simple:

m_FieldsRecords.RemoveAll();

when you are through. So what was the problem with CArray? I have used them and they work well and are easy to use. I think it would be worthwhile to determine what the problem is and solve it.
GeneralRe: Object Array / collections Pin
Member 238630-Jun-00 17:29
Member 238630-Jun-00 17:29 
GeneralHelp with classes and threads Pin
woltman29-Jun-00 18:30
woltman29-Jun-00 18:30 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 6:36
Blake Miller30-Jun-00 6:36 
GeneralRe: Help with classes and threads Pin
woltman30-Jun-00 10:42
woltman30-Jun-00 10:42 
GeneralRe: Help with classes and threads Pin
woltman30-Jun-00 10:46
woltman30-Jun-00 10:46 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 18:12
Blake Miller30-Jun-00 18:12 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 18:15
Blake Miller30-Jun-00 18:15 
GeneralProblem with cascaded controls Pin
Lea Johnson29-Jun-00 18:21
Lea Johnson29-Jun-00 18:21 
GeneralRe: Problem with cascaded controls Pin
Sam Hobbs29-Jun-00 20:14
Sam Hobbs29-Jun-00 20:14 
GeneralZ-order of children Pin
Sam Hobbs29-Jun-00 17:54
Sam Hobbs29-Jun-00 17:54 
GeneralRe: Z-order of children Pin
Lea Johnson29-Jun-00 18:32
Lea Johnson29-Jun-00 18:32 
GeneralRe: Z-order of children Pin
Sam Hobbs29-Jun-00 20:01
Sam Hobbs29-Jun-00 20:01 
GeneralBug in my BMP-routine... Pin
Christoph Rupp29-Jun-00 11:06
sussChristoph Rupp29-Jun-00 11:06 
GeneralRe: Bug in my BMP-routine... Pin
Paolo Messina30-Jun-00 8:10
professionalPaolo Messina30-Jun-00 8:10 
GeneralRe: Bug in my BMP-routine... Pin
Christoph Rupp30-Jun-00 21:20
sussChristoph Rupp30-Jun-00 21:20 
GeneralRe: Bug in my BMP-routine... Pin
Paolo Messina1-Jul-00 4:30
professionalPaolo Messina1-Jul-00 4:30 
GeneralRe: Bug in my BMP-routine... Pin
Paolo Messina1-Jul-00 4:50
professionalPaolo Messina1-Jul-00 4:50 

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.