Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInclude directories - Visual C++ - Pin
Anonymous21-Oct-03 3:41
Anonymous21-Oct-03 3:41 
GeneralRe: Include directories - Visual C++ - Pin
Steve S21-Oct-03 5:36
Steve S21-Oct-03 5:36 
GeneralRe: Include directories - Visual C++ - Pin
Atif Mushtaq21-Oct-03 23:37
Atif Mushtaq21-Oct-03 23:37 
GeneralRe: Include directories - Visual C++ - Pin
Anonymous22-Oct-03 22:13
Anonymous22-Oct-03 22:13 
QuestionStringReader and XmlTextReader MFC equivalents? Pin
LukeV21-Oct-03 3:07
LukeV21-Oct-03 3:07 
GeneralDebug Assert Pin
SamirSood21-Oct-03 2:57
SamirSood21-Oct-03 2:57 
GeneralRe: Debug Assert Pin
David Crow21-Oct-03 8:24
David Crow21-Oct-03 8:24 
GeneralRe: Debug Assert Pin
Neville Franks21-Oct-03 10:07
Neville Franks21-Oct-03 10:07 
GeneralRe: Debug Assert Pin
SamirSood21-Oct-03 18:08
SamirSood21-Oct-03 18:08 
GeneralCFile problem Pin
Shah Shehpori21-Oct-03 2:48
sussShah Shehpori21-Oct-03 2:48 
GeneralRe: CFile problem Pin
Joe Woodbury21-Oct-03 5:04
professionalJoe Woodbury21-Oct-03 5:04 
GeneralRe: CFile problem Pin
John R. Shaw21-Oct-03 17:38
John R. Shaw21-Oct-03 17:38 
Questionhow to find printer status? Pin
murali_utr21-Oct-03 1:57
murali_utr21-Oct-03 1:57 
AnswerRe: how to find printer status? Pin
Steve Thresher21-Oct-03 2:35
Steve Thresher21-Oct-03 2:35 
GeneralMigration to .NET problems Pin
HudsonKane21-Oct-03 1:51
HudsonKane21-Oct-03 1:51 
GeneralRe: Migration to .NET problems Pin
Steve S21-Oct-03 2:00
Steve S21-Oct-03 2:00 
GeneralRe: Migration to .NET problems Pin
HudsonKane21-Oct-03 3:18
HudsonKane21-Oct-03 3:18 
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 
Hello!

I want to display buttons in a CToolBar each with either a string or a bitmap. The problem is now that SetBitmapSize() allocates space for the bitmaps even in the buttons that have no image at all. Therefore, they've got larger widths than desired. Someone told me I should use BTNS_SHOWTEXT and BTNS_AUTOSIZE. But Visual C++ 6.0 throws error C2065, because it does not know those constants.

Any suggestions to solve that problem?

Bye,
Ulrich Schmitt
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 

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.