Click here to Skip to main content
15,914,074 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multi-threading/multi-instances with same thread function Pin
Albert Pascual22-Apr-02 17:20
sitebuilderAlbert Pascual22-Apr-02 17:20 
GeneralRe: Multi-threading/multi-instances with same thread function Pin
22-Apr-02 17:28
suss22-Apr-02 17:28 
GeneralRe: Multi-threading/multi-instances with same thread function Pin
Albert Pascual23-Apr-02 6:26
sitebuilderAlbert Pascual23-Apr-02 6:26 
GeneralRe: Multi-threading/multi-instances with same thread function Pin
Tim Smith23-Apr-02 2:24
Tim Smith23-Apr-02 2:24 
GeneralRe: Multi-threading/multi-instances with same thread function Pin
Tim Smith23-Apr-02 2:25
Tim Smith23-Apr-02 2:25 
GeneralRe: Multi-threading/multi-instances with same thread function Pin
23-Apr-02 16:26
suss23-Apr-02 16:26 
GeneralRe: Multi-threading/multi-instances with same thread function -- I got it !! Pin
23-Apr-02 18:46
suss23-Apr-02 18:46 
GeneralUsing MSDN.... Pin
SilverShalkin22-Apr-02 16:41
SilverShalkin22-Apr-02 16:41 
Ok,... I would rather use the help files that C++ comes with rather than ask you guys all the time. "no offence" There are good reasons for this, 1. dont have to bother you with stupid questions i can first find out on my own. 2. It would just be more helpfull for me Smile | :)

ok... i wanted to change the color of the background using win32 console app.

the file said... "exactly Smile | :) "

---------------------------------------------------

CDC::SetBkColor
virtual COLORREF SetBkColor( COLORREF crColor );

Return Value

The previous background color as an RGB color value. If an error occurs, the return value is 0x80000000.

Parameters

crColor

Specifies the new background color.

Remarks

Sets the current background color to the specified color. If the background mode is OPAQUE, the system uses the background color to fill the gaps in styled lines, the gaps between hatched lines in brushes, and the background in character cells. The system also uses the background color when converting bitmaps between color and monochrome device contexts.

If the device cannot display the specified color, the system sets the background color to the nearest physical color.

CDC Overview | Class Members | Hierarchy Chart

See Also CDC::BitBlt, CDC::GetBkColor, CDC::GetBkMode, CDC::SetBkMode, CDC::StretchBlt,::SetBkColor

---------------------------------------------------------------

Now,... how do i use the info that this help file tells me, for that i can do what i want to do in my program? "that is, change the color to white, or blue"

How do i read this and use it?

Thanks All!

~SilverShalkin

Rose | [Rose]

GeneralRe: Using MSDN.... Pin
Paul M Watt22-Apr-02 18:55
mentorPaul M Watt22-Apr-02 18:55 
GeneralRe: Using MSDN.... Pin
Mike Nordell22-Apr-02 19:22
Mike Nordell22-Apr-02 19:22 
GeneralMSDN Pin
SilverShalkin23-Apr-02 3:01
SilverShalkin23-Apr-02 3:01 
GeneralRe: MSDN Pin
Mike Nordell23-Apr-02 10:19
Mike Nordell23-Apr-02 10:19 
QuestionHow to pass handle to stl container? Pin
Todd Smith22-Apr-02 15:37
Todd Smith22-Apr-02 15:37 
AnswerRe: How to pass handle to stl container? Pin
Paul M Watt22-Apr-02 15:52
mentorPaul M Watt22-Apr-02 15:52 
GeneralRe: How to pass handle to stl container? Pin
Christian Graus22-Apr-02 16:06
protectorChristian Graus22-Apr-02 16:06 
GeneralSpeeding Up Display Time in CEditView :: MFC Pin
valikac22-Apr-02 15:27
valikac22-Apr-02 15:27 
GeneralRe: Speeding Up Display Time in CEditView :: MFC Pin
Paul M Watt22-Apr-02 16:02
mentorPaul M Watt22-Apr-02 16:02 
GeneralRe: Speeding Up Display Time in CEditView :: MFC Pin
valikac22-Apr-02 16:36
valikac22-Apr-02 16:36 
GeneralRe: Speeding Up Display Time in CEditView :: MFC Pin
Paul M Watt22-Apr-02 18:47
mentorPaul M Watt22-Apr-02 18:47 
GeneralRe: Speeding Up Display Time in CEditView :: MFC Pin
valikac22-Apr-02 19:13
valikac22-Apr-02 19:13 
GeneralCFormView resizing Pin
22-Apr-02 13:58
suss22-Apr-02 13:58 
GeneralRe: CFormView resizing Pin
Roger Allen22-Apr-02 21:51
Roger Allen22-Apr-02 21:51 
GeneralRe: CFormView resizing Pin
ErrN023-Apr-02 1:12
ErrN023-Apr-02 1:12 
GeneralGet an HICON from a running process Pin
22-Apr-02 13:33
suss22-Apr-02 13:33 
GeneralRe: Get an HICON from a running process Pin
Paul M Watt22-Apr-02 13:48
mentorPaul M Watt22-Apr-02 13:48 

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.