Click here to Skip to main content
16,010,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEdit box problem again! :) Read-Only and white background? Pin
Rickard Andersson204-Feb-03 22:22
Rickard Andersson204-Feb-03 22:22 
AnswerRe: Edit box problem again! :) Read-Only and white background? Pin
KaЯl4-Feb-03 22:33
KaЯl4-Feb-03 22:33 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Rickard Andersson204-Feb-03 23:08
Rickard Andersson204-Feb-03 23:08 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
KaЯl4-Feb-03 23:26
KaЯl4-Feb-03 23:26 
AnswerRe: Edit box problem again! :) Read-Only and white background? Pin
Hans Ruck4-Feb-03 23:39
Hans Ruck4-Feb-03 23:39 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Rickard Andersson205-Feb-03 0:01
Rickard Andersson205-Feb-03 0:01 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Hans Ruck5-Feb-03 0:19
Hans Ruck5-Feb-03 0:19 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Rickard Andersson205-Feb-03 1:12
Rickard Andersson205-Feb-03 1:12 
Bogdan Rechi wrote:
before returning from the handler of WM_CTLCOLORSTATIC

Huh?
What do you mean?

I do like this:
....
case WM_CTLCOLORSTATIC:
     if((HWND)lParam == myEdit)
         SetBkColor((HDC)wParam, RGB(255,255,255));
break;
....


Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!

UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!

GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Hans Ruck5-Feb-03 1:31
Hans Ruck5-Feb-03 1:31 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Rickard Andersson206-Feb-03 1:30
Rickard Andersson206-Feb-03 1:30 
Generalchanging bitmaps Pin
_psh_4-Feb-03 22:01
_psh_4-Feb-03 22:01 
GeneralRe: changing bitmaps Pin
Mike Nordell5-Feb-03 0:08
Mike Nordell5-Feb-03 0:08 
GeneralIDocHostUIHandler Pin
jeremysay4-Feb-03 21:56
jeremysay4-Feb-03 21:56 
GeneralRe: IDocHostUIHandler Pin
HENDRIK R4-Feb-03 22:13
HENDRIK R4-Feb-03 22:13 
GeneralRe: IDocHostUIHandler Pin
jeremysay4-Feb-03 22:31
jeremysay4-Feb-03 22:31 
GeneralRe: IDocHostUIHandler Pin
HENDRIK R4-Feb-03 22:42
HENDRIK R4-Feb-03 22:42 
GeneralRe: IDocHostUIHandler Pin
jeremysay4-Feb-03 22:45
jeremysay4-Feb-03 22:45 
GeneralRe: IDocHostUIHandler Pin
jeremysay4-Feb-03 23:19
jeremysay4-Feb-03 23:19 
GeneralRe: IDocHostUIHandler Pin
HENDRIK R5-Feb-03 1:24
HENDRIK R5-Feb-03 1:24 
GeneralRe: IDocHostUIHandler Pin
jeremysay5-Feb-03 2:31
jeremysay5-Feb-03 2:31 
GeneralRe: IDocHostUIHandler Pin
jeremysay5-Feb-03 4:08
jeremysay5-Feb-03 4:08 
GeneralUnable to Hook Ctrl+Alt+Delete Pin
Alexinuk4-Feb-03 21:49
Alexinuk4-Feb-03 21:49 
GeneralRe: Unable to Hook Ctrl+Alt+Delete Pin
Joan M4-Feb-03 21:57
professionalJoan M4-Feb-03 21:57 
GeneralRe: Unable to Hook Ctrl+Alt+Delete Pin
Alexinuk4-Feb-03 22:17
Alexinuk4-Feb-03 22:17 
GeneralRe: Unable to Hook Ctrl+Alt+Delete Pin
xxhimanshu4-Feb-03 23:02
xxhimanshu4-Feb-03 23:02 

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.