Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to release a project after finishing it Pin
bebe harhour22-Sep-02 21:09
bebe harhour22-Sep-02 21:09 
AnswerRe: How to release a project after finishing it Pin
Brad Jennings22-Sep-02 21:20
Brad Jennings22-Sep-02 21:20 
GeneralHeader file question Pin
stevenson22-Sep-02 20:54
stevenson22-Sep-02 20:54 
GeneralRe: Header file question Pin
Brad Jennings22-Sep-02 21:05
Brad Jennings22-Sep-02 21:05 
GeneralRe: Header file question Pin
stevenson22-Sep-02 21:41
stevenson22-Sep-02 21:41 
GeneralHELP: MFC prog. on a PocketPC with only 256 colors! Pin
Daniel Strigl22-Sep-02 20:21
Daniel Strigl22-Sep-02 20:21 
GeneralWindow background Pin
suresh_sathya22-Sep-02 18:58
suresh_sathya22-Sep-02 18:58 
GeneralRe: Window background Pin
Stephane Rodriguez.22-Sep-02 20:29
Stephane Rodriguez.22-Sep-02 20:29 
When casting to a (HBRUSH) you must either pass a handle to an actual HBRUSH, or mandatorily pass one of the known system COLOR_ symbols, such like COLOR_WINDOW.
In your case, you need a user color, so you must create a HBRUSH.

window.hbrbackground=(HBRUSH) ::CreateSolidBrush( RGB(0,0,255) );




MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site.
GeneralHTML Syntax Hilighting Pin
Alex Cramer22-Sep-02 18:31
Alex Cramer22-Sep-02 18:31 
GeneralRe: HTML Syntax Hilighting Pin
dabs23-Sep-02 0:04
dabs23-Sep-02 0:04 
GeneralRe: HTML Syntax Hilighting Pin
Alex Cramer23-Sep-02 15:31
Alex Cramer23-Sep-02 15:31 
GeneralRe: HTML Syntax Hilighting Pin
Alex Cramer23-Sep-02 15:37
Alex Cramer23-Sep-02 15:37 
GeneralRe: HTML Syntax Hilighting Pin
Alex Cramer23-Sep-02 16:39
Alex Cramer23-Sep-02 16:39 
GeneralAdding a Node to a XML file Pin
Gilfrog22-Sep-02 16:12
Gilfrog22-Sep-02 16:12 
GeneralRe: Adding a Node to a XML file Pin
Paul M Watt22-Sep-02 16:18
mentorPaul M Watt22-Sep-02 16:18 
GeneralRe: Adding a Node to a XML file Pin
Gilfrog22-Sep-02 16:21
Gilfrog22-Sep-02 16:21 
GeneralRe: Adding a Node to a XML file Pin
Paul M Watt22-Sep-02 16:31
mentorPaul M Watt22-Sep-02 16:31 
GeneralRe: Adding a Node to a XML file Pin
Gilfrog22-Sep-02 16:35
Gilfrog22-Sep-02 16:35 
GeneralRe: Adding a Node to a XML file Pin
Paul M Watt22-Sep-02 16:41
mentorPaul M Watt22-Sep-02 16:41 
GeneralRe: Adding a Node to a XML file Pin
Gilfrog22-Sep-02 18:03
Gilfrog22-Sep-02 18:03 
GeneralRe: Adding a Node to a XML file Pin
Paul M Watt22-Sep-02 18:53
mentorPaul M Watt22-Sep-02 18:53 
GeneralRe: Adding a Node to a XML file Pin
Stephane Rodriguez.22-Sep-02 20:23
Stephane Rodriguez.22-Sep-02 20:23 
GeneralCView in CDialog Pin
FirstMithrandir22-Sep-02 15:55
FirstMithrandir22-Sep-02 15:55 
GeneralRe: CView in CDialog Pin
dima_t22-Sep-02 21:44
dima_t22-Sep-02 21:44 
GeneralOverloading Operator Question Pin
Nick Parker22-Sep-02 14:32
protectorNick Parker22-Sep-02 14:32 

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.