Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl problem Pin
Carlos Antollini8-Sep-01 15:36
Carlos Antollini8-Sep-01 15:36 
GeneralRe: CListCtrl problem Pin
Michael Dunn8-Sep-01 16:08
sitebuilderMichael Dunn8-Sep-01 16:08 
Questiona misused pointer? where? Pin
Hano8-Sep-01 11:06
Hano8-Sep-01 11:06 
AnswerRe: a misused pointer? where? Pin
Tim Smith8-Sep-01 11:55
Tim Smith8-Sep-01 11:55 
GeneralRe: a misused pointer? where? Pin
Hano8-Sep-01 13:10
Hano8-Sep-01 13:10 
GeneralRe: a misused pointer? where? Pin
Tim Smith8-Sep-01 13:19
Tim Smith8-Sep-01 13:19 
GeneralRe: a misused pointer? where? Pin
Hano8-Sep-01 15:45
Hano8-Sep-01 15:45 
AnswerRe: a misused pointer? where? Pin
Mike Burston8-Sep-01 14:35
Mike Burston8-Sep-01 14:35 
Not an answer to your direct question, but an alternative would be to use the std::list container from the STL. You can simplify this code greatly by using STL containers, and if you can live with the cost of object copying, then reworking the lists as lists of 'b1' and 'b2' objects instead of pointers will enable you to eliminate virtually all of this code.
QuestionCListCtrl - is there any way of creating horizontal scrolling for individual columns?? Pin
DanYELL8-Sep-01 7:53
DanYELL8-Sep-01 7:53 
AnswerRe: CListCtrl - is there any way of creating horizontal scrolling for individual columns?? Pin
Michael Dunn8-Sep-01 8:26
sitebuilderMichael Dunn8-Sep-01 8:26 
AnswerRe: CListCtrl - is there any way of creating horizontal scrolling for individual columns?? Pin
Darren Schroeder10-Sep-01 15:19
Darren Schroeder10-Sep-01 15:19 
GeneralProblem with ActiveX Pin
tanin8-Sep-01 7:18
tanin8-Sep-01 7:18 
GeneralOne Machine with Two IPs Pin
Iftikhar Ahmad8-Sep-01 6:16
Iftikhar Ahmad8-Sep-01 6:16 
GeneralRe: One Machine with Two IPs Pin
8-Sep-01 7:54
suss8-Sep-01 7:54 
GeneralRe: One Machine with Two IPs Pin
Anders Molin8-Sep-01 9:17
professionalAnders Molin8-Sep-01 9:17 
Generalproblem with CTreeCtrl. Pin
Ghasrfakhri8-Sep-01 5:42
Ghasrfakhri8-Sep-01 5:42 
GeneralRe: problem with CTreeCtrl. Pin
Paolo Messina8-Sep-01 13:07
professionalPaolo Messina8-Sep-01 13:07 
GeneralLPT CreateFile activate STROBE,INIT, ... Pin
youssef7-Sep-01 23:45
youssef7-Sep-01 23:45 
GeneralRe: LPT CreateFile activate STROBE,INIT, ... Pin
8-Sep-01 0:50
suss8-Sep-01 0:50 
GeneralRe: LPT CreateFile activate STROBE,INIT, ... Pin
Paolo Messina8-Sep-01 13:29
professionalPaolo Messina8-Sep-01 13:29 
GeneralWarnings for Collection class Pin
parag7-Sep-01 22:21
parag7-Sep-01 22:21 
GeneralRe: Warnings for Collection class Pin
Christian Graus7-Sep-01 22:29
protectorChristian Graus7-Sep-01 22:29 
GeneralRe: Warnings for Collection class Pin
8-Sep-01 3:35
suss8-Sep-01 3:35 
GeneralWTL - CCommandBarCtrl derived class Pin
7-Sep-01 15:27
suss7-Sep-01 15:27 
GeneralRe: WTL - CCommandBarCtrl derived class Pin
Rashid Thadha8-Sep-01 3:49
Rashid Thadha8-Sep-01 3:49 

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.