Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help changing the position of the text cursor in an edit box Pin
Bi0Mutati0n15-Feb-05 6:04
Bi0Mutati0n15-Feb-05 6:04 
GeneralRe: Help changing the position of the text cursor in an edit box Pin
Blake Miller15-Feb-05 6:19
Blake Miller15-Feb-05 6:19 
Generalauto login website Pin
ThinkingPrometheus15-Feb-05 3:50
ThinkingPrometheus15-Feb-05 3:50 
GeneralRe: auto login website Pin
Ravi Bhavnani15-Feb-05 9:05
professionalRavi Bhavnani15-Feb-05 9:05 
GeneralRe: auto login website Pin
ThinkingPrometheus15-Feb-05 20:09
ThinkingPrometheus15-Feb-05 20:09 
GeneralRe: auto login website Pin
Ravi Bhavnani16-Feb-05 2:06
professionalRavi Bhavnani16-Feb-05 2:06 
GeneralRe: auto login website Pin
humps15-Feb-05 9:49
humps15-Feb-05 9:49 
Questionwin32: SetSysColors for a single window/process? Pin
cybertank15-Feb-05 3:44
cybertank15-Feb-05 3:44 
What I want to do sounds quite simple. I'm firing off a new process from my application, and want to be able to set the color of the new process windows' top-bar (where the title and the minimize/maximise/close buttons are) from my process.
I've spent weeks combing the MSDN docs to do this, with no luck.

The closest I've found is the SetSysColors which allows me to set the topbar color, but for the whole system. Is there an equivalent function that takes in a hwnd handle? Alternately, what are my options? From my research it seems like I could hijack the messaging events to the window, and fudge the paint callbacks, but that seems way too drastic. I've found plenty of functions to move windows around, change the title text, etc... Are there any to control the color?

Thanks in advance.
AnswerRe: win32: SetSysColors for a single window/process? Pin
rocky_pulley15-Feb-05 4:31
rocky_pulley15-Feb-05 4:31 
Generalstop sub process Pin
includeh1015-Feb-05 2:50
includeh1015-Feb-05 2:50 
General8.3 format Pin
includeh1015-Feb-05 2:32
includeh1015-Feb-05 2:32 
GeneralRe: 8.3 format Pin
Antony M Kancidrowski15-Feb-05 2:40
Antony M Kancidrowski15-Feb-05 2:40 
GeneralRe: 8.3 format Pin
includeh1015-Feb-05 2:55
includeh1015-Feb-05 2:55 
GeneralRe: 8.3 format Pin
David Crow15-Feb-05 4:12
David Crow15-Feb-05 4:12 
GeneralRe: 8.3 format Pin
Mike Dimmick15-Feb-05 5:01
Mike Dimmick15-Feb-05 5:01 
GeneralRe: 8.3 format Pin
includeh1015-Feb-05 5:53
includeh1015-Feb-05 5:53 
GeneralRGB question.. Pin
rbid15-Feb-05 1:42
rbid15-Feb-05 1:42 
GeneralRe: RGB question.. Pin
RChin15-Feb-05 3:25
RChin15-Feb-05 3:25 
GeneralRe: RGB question.. Pin
normanS15-Feb-05 21:04
normanS15-Feb-05 21:04 
GeneralRe: RGB question.. Pin
basementman15-Feb-05 5:41
basementman15-Feb-05 5:41 
Questionmultiline edit box with 10000 lines??? Pin
rafal7715-Feb-05 1:34
sussrafal7715-Feb-05 1:34 
AnswerRe: multiline edit box with 10000 lines??? Pin
rocky_pulley15-Feb-05 1:47
rocky_pulley15-Feb-05 1:47 
AnswerRe: multiline edit box with 10000 lines??? Pin
David Crow15-Feb-05 4:15
David Crow15-Feb-05 4:15 
AnswerRe: multiline edit box with 10000 lines??? Pin
Ravi Bhavnani15-Feb-05 9:08
professionalRavi Bhavnani15-Feb-05 9:08 
GeneralCalling a C# dll from VC 7 Pin
CLermen15-Feb-05 0:59
CLermen15-Feb-05 0:59 

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.