Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListCtrl, clicked subitem Pin
Vancouver30-Sep-04 9:28
Vancouver30-Sep-04 9:28 
GeneralRe: CListCtrl, clicked subitem Pin
Ryan Binns30-Sep-04 18:12
Ryan Binns30-Sep-04 18:12 
GeneralRe: CListCtrl, clicked subitem Pin
Vancouver30-Sep-04 18:46
Vancouver30-Sep-04 18:46 
GeneralScreen Resolution Pin
Leyu30-Sep-04 8:03
Leyu30-Sep-04 8:03 
GeneralRe: Screen Resolution Pin
Renjith Ramachandran30-Sep-04 9:29
Renjith Ramachandran30-Sep-04 9:29 
GeneralRe: Screen Resolution Pin
Sujan Christo30-Sep-04 18:11
Sujan Christo30-Sep-04 18:11 
GeneralRe: Screen Resolution Pin
Blake Miller1-Oct-04 6:34
Blake Miller1-Oct-04 6:34 
GeneralDilemma Pin
James Brown30-Sep-04 8:02
James Brown30-Sep-04 8:02 
OK, I'm writing an app (in win32 / plain c++) and I need to have several toolbars in the main window. These toolbars must be flat-style, and be a mixture of text and non-text buttons - in other words, I need to use toolbar features only present in common controls 5.81 and above (win2k+ and winME+)

Now, I'd also like to support Windows NT and Win9x as the rest of my application has no such limitations. So the problem I'm facing is, what do I do to get the toolbar functionality on these "lesser" platforms?

Option #1 is write my own toolbar UI code completely from scratch.
Option #2 is to make my app "fail gracefully" and use "normal" toolbars on the older O/Ss.
(yuck, I really hate the boiler-plate code required to get those horrendous toolbars up and running)

I've already done option#1, it wasn't too hard and I'm quite happy with the result. The problem is, although my app is now 100% backward compatible, it is no longer future compatible - i.e. when new features / themes are introduced, my application won't be able to take advantage of them unless I rewrite the toolbar code.

So what would you do in my situation? Deploy custom, bespoke non-standard toolbars that behave *exactly* as I want them to, or suffer the limitations of the *cough* cruddy *cough* standard windows toolbars?

James



http://www.catch22.net

GeneralRe: Dilemma Pin
Joaquín M López Muñoz30-Sep-04 10:27
Joaquín M López Muñoz30-Sep-04 10:27 
GeneralRe: Dilemma Pin
User 58385230-Sep-04 17:47
User 58385230-Sep-04 17:47 
Generalpointer and structure Pin
Jim Smith130-Sep-04 7:48
Jim Smith130-Sep-04 7:48 
GeneralRe: pointer and structure Pin
David Crow30-Sep-04 8:26
David Crow30-Sep-04 8:26 
GeneralRe: pointer and structure Pin
Jim Smith130-Sep-04 9:04
Jim Smith130-Sep-04 9:04 
GeneralRe: pointer and structure Pin
David Crow30-Sep-04 9:46
David Crow30-Sep-04 9:46 
GeneralRe: pointer and structure Pin
Ramsin30-Sep-04 10:29
Ramsin30-Sep-04 10:29 
GeneralRe: pointer and structure Pin
David Crow30-Sep-04 10:34
David Crow30-Sep-04 10:34 
GeneralPrinting PDF files. Pin
mcgahanfl30-Sep-04 7:16
mcgahanfl30-Sep-04 7:16 
GeneralRe: Printing PDF files. Pin
David Crow30-Sep-04 10:47
David Crow30-Sep-04 10:47 
GeneralButton hotkeys not showing Pin
Josh Lindenmuth30-Sep-04 5:08
Josh Lindenmuth30-Sep-04 5:08 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 5:20
Iain Clarke, Warrior Programmer30-Sep-04 5:20 
GeneralRe: Button hotkeys not showing Pin
Josh Lindenmuth30-Sep-04 5:45
Josh Lindenmuth30-Sep-04 5:45 
GeneralRe: Button hotkeys not showing Pin
Antony M Kancidrowski30-Sep-04 6:07
Antony M Kancidrowski30-Sep-04 6:07 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 6:16
Iain Clarke, Warrior Programmer30-Sep-04 6:16 
GeneralRe: Button hotkeys not showing Pin
Iain Clarke, Warrior Programmer30-Sep-04 6:26
Iain Clarke, Warrior Programmer30-Sep-04 6:26 
GeneralRe: Button hotkeys not showing Pin
David Crow30-Sep-04 5:29
David Crow30-Sep-04 5:29 

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.