Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: fstream + vector Pin
Programm3r17-Oct-06 21:12
Programm3r17-Oct-06 21:12 
GeneralRe: fstream + vector Pin
Christian Graus17-Oct-06 21:55
protectorChristian Graus17-Oct-06 21:55 
QuestionHow to create Internet shortcut link? Pin
kiranin17-Oct-06 18:04
kiranin17-Oct-06 18:04 
QuestionRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 19:19
prasad_som17-Oct-06 19:19 
AnswerRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 19:27
kiranin17-Oct-06 19:27 
AnswerRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 19:51
prasad_som17-Oct-06 19:51 
GeneralRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 20:10
kiranin17-Oct-06 20:10 
QuestionRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 20:21
prasad_som17-Oct-06 20:21 
AnswerRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 20:23
kiranin17-Oct-06 20:23 
GeneralRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 20:31
prasad_som17-Oct-06 20:31 
GeneralRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 20:33
kiranin17-Oct-06 20:33 
GeneralRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 20:42
prasad_som17-Oct-06 20:42 
QuestionRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 21:51
kiranin17-Oct-06 21:51 
GeneralRe: How to create Internet shortcut link? Pin
Hamid_RT18-Oct-06 8:56
Hamid_RT18-Oct-06 8:56 
Questionhow to add ATl new object Pin
With_problem17-Oct-06 16:36
With_problem17-Oct-06 16:36 
AnswerRe: how to add ATl new object Pin
prasad_som17-Oct-06 19:33
prasad_som17-Oct-06 19:33 
QuestionWhat is the right language for these interfaces development? Pin
David L.S.17-Oct-06 16:36
David L.S.17-Oct-06 16:36 
AnswerRe: What is the right language for these interfaces development? Pin
Mark Salsbery17-Oct-06 17:03
Mark Salsbery17-Oct-06 17:03 
GeneralRe: What is the right language for these interfaces development? Pin
David L.S.17-Oct-06 17:15
David L.S.17-Oct-06 17:15 
GeneralRe: What is the right language for these interfaces development? Pin
Mark Salsbery17-Oct-06 17:42
Mark Salsbery17-Oct-06 17:42 
Hi David,

I'm sure there are many 3rd-party libraries with really nice controls.

If you prefer to roll your own you can start with Windows common controls. Once you have the
basic logic working for those they can be extended to make them "pretty", including drawing all
or portions of the controls yourself (owner-drawn controls).

The controls provided in VC++ look ugly in their basic form but many have style and extended style
flags to add to the look and feel. Plus, many of the common controls (tree view, list control,
tool bars, for example) require you to provide icons, bitmaps, etc. at run time so they don't
look so nice in the designer views.

I've always wondered to what extent Microsoft uses their own common controls in their products
like Office and how much is custom controls.

Mark

GeneralRe: What is the right language for these interfaces development? Pin
David L.S.17-Oct-06 17:58
David L.S.17-Oct-06 17:58 
QuestionHyperlink control Pin
jamni17-Oct-06 16:18
jamni17-Oct-06 16:18 
AnswerRe: Hyperlink control Pin
Mark Salsbery17-Oct-06 17:13
Mark Salsbery17-Oct-06 17:13 
AnswerRe: Hyperlink control Pin
ThatsAlok18-Oct-06 5:03
ThatsAlok18-Oct-06 5:03 
AnswerRe: Hyperlink control Pin
jamni18-Oct-06 15:58
jamni18-Oct-06 15:58 

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.