Click here to Skip to main content
15,902,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Interesting Question on DLL...use class* as a parameter../?? Pin
WoR20-Sep-00 22:04
WoR20-Sep-00 22:04 
AnswerRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Sam Hobbs19-Sep-00 7:34
Sam Hobbs19-Sep-00 7:34 
GeneralRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Ryan Park19-Sep-00 16:59
Ryan Park19-Sep-00 16:59 
AnswerRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Paolo Messina19-Sep-00 23:28
professionalPaolo Messina19-Sep-00 23:28 
GeneralRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Wade Brainerd20-Sep-00 1:10
Wade Brainerd20-Sep-00 1:10 
GeneralRe: Interesting Question on DLL...use class* as a parameter../?? Pin
Sam Hobbs21-Sep-00 18:10
Sam Hobbs21-Sep-00 18:10 
GeneralSome Color issues...redirecting the registry? =) Pin
Fredrik18-Sep-00 23:16
Fredrik18-Sep-00 23:16 
GeneralRe: Some Color issues...redirecting the registry? =) Pin
#realJSOP19-Sep-00 1:20
professional#realJSOP19-Sep-00 1:20 
Before you go messing around with color in your dialog box, you should go to this web page:

http://www.iarchitect.com/mshame.htm

It talks about all of the evils of user-interface design.

Sure, you can setup your own registry keys for colors, but at that point, they are no longer considered "system" colors.

In order to paint the 3-d portions of your dialogs, you'll probably have to override the OnPaint() function and do *all* the drawing yourself.

As far as painting controls, the same thing applies, only you'll have to subclass the controls and override their OnPaint code too. Don't forget to make them owner-drawn in your dialogs too.

Are you sure all of this is worth the effort?

If you want to make your dialogs look more vibrant with less work, use Visual Basic...






GeneralRe: Some Color issues...redirecting the registry? =) Pin
Fredrik19-Sep-00 2:15
Fredrik19-Sep-00 2:15 
GeneralRe: Some Color issues...redirecting the registry? =) Pin
#realJSOP21-Sep-00 1:19
professional#realJSOP21-Sep-00 1:19 
GeneralRe: Some Color issues...redirecting the registry? =) Pin
Fredrik21-Sep-00 1:38
Fredrik21-Sep-00 1:38 
GeneralConsole Output to Windows Control Pin
J. J.18-Sep-00 5:43
sussJ. J.18-Sep-00 5:43 
GeneralRe: Console Output to Windows Control Pin
Sam Hobbs18-Sep-00 11:26
Sam Hobbs18-Sep-00 11:26 
GeneralButton color Pin
Roger18-Sep-00 5:42
Roger18-Sep-00 5:42 
GeneralHere's what I did... Pin
Fredrik18-Sep-00 22:50
Fredrik18-Sep-00 22:50 
GeneralRe: Here's what I did... Pin
Roger19-Sep-00 2:17
Roger19-Sep-00 2:17 
GeneralBitmap in a status bar pane Pin
#realJSOP18-Sep-00 3:51
professional#realJSOP18-Sep-00 3:51 
Generalspawning exe file from another exe file Pin
Hamid Yousaf18-Sep-00 1:52
Hamid Yousaf18-Sep-00 1:52 
GeneralRe: spawning exe file from another exe file Pin
Dark Angel18-Sep-00 4:38
Dark Angel18-Sep-00 4:38 
GeneralGet the coordinates of the AppBar Pin
Eq18-Sep-00 0:55
Eq18-Sep-00 0:55 
GeneralRe: Get the coordinates of the AppBar Pin
Michael Dunn18-Sep-00 7:18
sitebuilderMichael Dunn18-Sep-00 7:18 
GeneralError in running Script control Pin
Reny j joseph thuthikattu17-Sep-00 21:37
Reny j joseph thuthikattu17-Sep-00 21:37 
GeneralVC++ conversion urgent Pin
Guruprasad17-Sep-00 18:05
Guruprasad17-Sep-00 18:05 
GeneralRe: VC++ conversion urgent Pin
Dark Angel18-Sep-00 4:34
Dark Angel18-Sep-00 4:34 
GeneralUsing 256 color icons in CTreeCtrl Pin
Mustafa Demirhan16-Sep-00 23:45
Mustafa Demirhan16-Sep-00 23:45 

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.