Click here to Skip to main content
16,005,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can I get the struct send from vc program? Pin
Paolo Messina22-Sep-00 7:05
professionalPaolo Messina22-Sep-00 7:05 
Generalresize dos console window in win32 app Pin
Rick Marshall20-Sep-00 5:53
Rick Marshall20-Sep-00 5:53 
GeneralRe: resize dos console window in win32 app Pin
Tim Deveaux20-Sep-00 6:58
Tim Deveaux20-Sep-00 6:58 
GeneralRe: resize dos console window in win32 app Pin
Rick Marshall20-Sep-00 7:39
Rick Marshall20-Sep-00 7:39 
GeneralCopying an Excel Spreadsheet using C++ Pin
James20-Sep-00 5:11
James20-Sep-00 5:11 
GeneralRedirecting the registy. Pin
Fredrik20-Sep-00 4:29
Fredrik20-Sep-00 4:29 
GeneralRe: Redirecting the registy. Pin
Erik Funkenbusch20-Sep-00 9:05
Erik Funkenbusch20-Sep-00 9:05 
GeneralRe: Redirecting the registy. Pin
Fredrik20-Sep-00 21:26
Fredrik20-Sep-00 21:26 
The dialog window looks for what colors windows have in the registry and uses these colors to color the dialog. Thats the system colors that are located in the registry under the key: "MyComputer\HKEY_CURRENT_USER\Control Panel\Colors". These are the so called system colors, the colors the system sets for your dialog (if you don't draw it yourself). What I want to do is, I'd like my dialog window to look for it's own colors in the same kind of way, but at another location, wich I would have define. Maybe, "MyComputer\HKEY_CURRENT_USER\Software\MyProgram\Colors" where I can set the dialog window colors myself. To do this, I have to change where in the registry my dialog window looks for it's colors. Adding the necissary keys and colors is no biggie, but how do I redirect where\how the program looks for these colors?
GeneralRe: Redirecting the registy. Pin
Erik Funkenbusch25-Sep-00 13:27
Erik Funkenbusch25-Sep-00 13:27 
GeneralRe: Redirecting the registy. Pin
Fredrik25-Sep-00 21:44
Fredrik25-Sep-00 21:44 
GeneralReal time recording Pin
ba20-Sep-00 1:13
ba20-Sep-00 1:13 
GeneralRe: Real time recording Pin
bobbies9-May-01 2:01
bobbies9-May-01 2:01 
QuestionHow to change the PropertySheet tab caption's color Pin
zhangyu19-Sep-00 23:05
zhangyu19-Sep-00 23:05 
Question_crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear19-Sep-00 13:52
Brendan Tregear19-Sep-00 13:52 
AnswerRe: _crtBreakAlloc doesn't evaluate? Pin
Sam Hobbs19-Sep-00 14:19
Sam Hobbs19-Sep-00 14:19 
AnswerRe: _crtBreakAlloc doesn't evaluate? Pin
Tim Deveaux20-Sep-00 3:22
Tim Deveaux20-Sep-00 3:22 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear20-Sep-00 13:37
Brendan Tregear20-Sep-00 13:37 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Tim Deveaux21-Sep-00 6:22
Tim Deveaux21-Sep-00 6:22 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear21-Sep-00 15:13
Brendan Tregear21-Sep-00 15:13 
General** Random Number Generator ** Pin
Steve Lai19-Sep-00 10:47
Steve Lai19-Sep-00 10:47 
GeneralRe: ** Random Number Generator ** Pin
Erik Funkenbusch19-Sep-00 12:57
Erik Funkenbusch19-Sep-00 12:57 
GeneralRe: ** Random Number Generator ** Pin
WoR20-Sep-00 21:43
WoR20-Sep-00 21:43 
Generalextended style MFC Pin
kennan19-Sep-00 10:22
kennan19-Sep-00 10:22 
GeneralRe: extended style MFC Pin
Erik Funkenbusch19-Sep-00 13:08
Erik Funkenbusch19-Sep-00 13:08 
GeneralSingle Instance DLL Pin
Larry Dobson19-Sep-00 9:34
Larry Dobson19-Sep-00 9:34 

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.