Click here to Skip to main content
15,903,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Migration to .NET problems Pin
HudsonKane21-Oct-03 4:08
HudsonKane21-Oct-03 4:08 
GeneralRe: Migration to .NET problems Pin
Tim Smith21-Oct-03 4:21
Tim Smith21-Oct-03 4:21 
GeneralRe: Migration to .NET problems Pin
HudsonKane21-Oct-03 4:25
HudsonKane21-Oct-03 4:25 
GeneralRe: Migration to .NET problems Pin
HudsonKane22-Oct-03 5:10
HudsonKane22-Oct-03 5:10 
GeneralVariable width of CToolBar's buttons Pin
scul7021-Oct-03 0:40
scul7021-Oct-03 0:40 
GeneralRe: Variable width of CToolBar's buttons Pin
Steve S21-Oct-03 1:49
Steve S21-Oct-03 1:49 
GeneralRe: Variable width of CToolBar's buttons Pin
scul7022-Oct-03 22:08
scul7022-Oct-03 22:08 
GeneralRe: Variable width of CToolBar's buttons Pin
John R. Shaw21-Oct-03 17:44
John R. Shaw21-Oct-03 17:44 
The following will give you a hint as to where to start looking!

// ToolBarEx.h : header file
//

// From: MFC Knowlege base
// BUG: Resizing CToolbar with Dropdown Arrow Buttons Freezes Apps
// ID: Q190501

// From: Microsoft Systems Journal (Aug98CQA.zip)
// Problem: When using TBSTYLE_EX_DRAWDDARROWS and TBSTYLE_DROPDOWN
// the right end of the toolbar gets cut off or if it is a
// vertical toolbar the bottom gets cut off.
// Fix: CalcSize()
//
// From: John R. Shaw (Me)
// Problem: If you only fix CalcSize() the sizing calculations are
// still wrong because WrapToolBar() uses the same invalid
// width value used in CalcSize().
// Fix: WrapToolBar()

INTP
QuestionDoes some pointer provides memory-check for operation correctness control ? Pin
vgrigor21-Oct-03 0:15
vgrigor21-Oct-03 0:15 
AnswerRe: Does some pointer provides memory-check for operation correctness control ? Pin
John R. Shaw21-Oct-03 18:27
John R. Shaw21-Oct-03 18:27 
GeneralRe: Does some pointer provides memory-check for operation correctness control ? Pin
vgrigor21-Oct-03 20:51
vgrigor21-Oct-03 20:51 
QuestionMSXML Parser?? createNode() ??? Pin
xxhimanshu20-Oct-03 23:37
xxhimanshu20-Oct-03 23:37 
GeneralProblem With Accelerators Pin
spiritualfields20-Oct-03 21:01
spiritualfields20-Oct-03 21:01 
GeneralRe: Problem With Accelerators Pin
vcplusplus20-Oct-03 23:15
vcplusplus20-Oct-03 23:15 
GeneralGDI+ Double Buffer and Flood Fill Pin
Grape-Man20-Oct-03 17:23
Grape-Man20-Oct-03 17:23 
GeneralRe: GDI+ Double Buffer and Flood Fill Pin
PJ Arends21-Oct-03 6:52
professionalPJ Arends21-Oct-03 6:52 
Generalsdi + CFormView help Pin
zhangmi-boymaxzm20-Oct-03 16:28
zhangmi-boymaxzm20-Oct-03 16:28 
GeneralAutomating the Insertion of C++ Code Pin
Jeff Miles20-Oct-03 16:03
Jeff Miles20-Oct-03 16:03 
GeneralRe: Automating the Insertion of C++ Code Pin
Christian Graus20-Oct-03 16:37
protectorChristian Graus20-Oct-03 16:37 
QuestionMaking text go to Ms Word file? Pin
DanYELL20-Oct-03 14:51
DanYELL20-Oct-03 14:51 
AnswerRe: Making text go to Ms Word file? Pin
Michael Dunn20-Oct-03 19:46
sitebuilderMichael Dunn20-Oct-03 19:46 
AnswerRe: Making text go to Ms Word file? Pin
Anonymous20-Oct-03 22:16
Anonymous20-Oct-03 22:16 
GeneralMemory allocations slow when launched from the debugger Pin
Wasteland720-Oct-03 14:50
Wasteland720-Oct-03 14:50 
GeneralHelp with Dialog in Doc/View Application Pin
jasonmgeorge20-Oct-03 12:54
jasonmgeorge20-Oct-03 12:54 
GeneralRe: Help with Dialog in Doc/View Application Pin
Anthony_Yio20-Oct-03 15:27
Anthony_Yio20-Oct-03 15:27 

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.