Click here to Skip to main content
15,902,862 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWindows 98 DDK Pin
karmendra_js29-Sep-05 20:47
karmendra_js29-Sep-05 20:47 
AnswerRe: Windows 98 DDK Pin
tssp29-Sep-05 21:10
tssp29-Sep-05 21:10 
QuestionWindows Error Message Pin
.NetRams29-Sep-05 19:50
.NetRams29-Sep-05 19:50 
AnswerRe: Windows Error Message Pin
Mircea Puiu30-Sep-05 21:23
Mircea Puiu30-Sep-05 21:23 
QuestionCAsyncSocket vs CAsyncSocketEx Pin
Suraihan29-Sep-05 19:38
Suraihan29-Sep-05 19:38 
QuestionBitmap Dialog. Pin
rajeev8229-Sep-05 19:10
rajeev8229-Sep-05 19:10 
AnswerRe: Bitmap Dialog. Pin
ThatsAlok29-Sep-05 19:26
ThatsAlok29-Sep-05 19:26 
GeneralRe: Bitmap Dialog. Pin
vikas amin29-Sep-05 19:50
vikas amin29-Sep-05 19:50 
U have got he righ question for me?

I have just done some R&D on this topic .

Do one this add this message handler to your
code WM_CTLCOLOR

IN the Code
By the Controls Resource ID get the
pointer to that control's window
and then send
pDC->SetBkMode(TRANSPARENT);
message to the control
remember to set the HBRUSH as NULL by
adding this line

hbr = (HBRUSH)GetStockObject( NULL_BRUSH );
// if u dont set this then the label will not be trasparent


if u are not able to get me then i send u the code


Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
GeneralRe: Bitmap Dialog. Pin
ThatsAlok29-Sep-05 20:12
ThatsAlok29-Sep-05 20:12 
GeneralRe: Bitmap Dialog. Pin
vikas amin29-Sep-05 22:55
vikas amin29-Sep-05 22:55 
AnswerRe: Bitmap Dialog. Pin
vikas amin29-Sep-05 20:49
vikas amin29-Sep-05 20:49 
QuestionDisplaying Text in System Tray Pin
hairam29-Sep-05 19:01
hairam29-Sep-05 19:01 
AnswerRe: Displaying Text in System Tray Pin
douglasjordan30-Sep-05 4:47
douglasjordan30-Sep-05 4:47 
GeneralRe: Displaying Text in System Tray Pin
hairam1-Oct-05 6:32
hairam1-Oct-05 6:32 
GeneralRe: Displaying Text in System Tray Pin
douglasjordan1-Oct-05 8:12
douglasjordan1-Oct-05 8:12 
Questionrecursive function to search folder contents Pin
dharani29-Sep-05 18:32
dharani29-Sep-05 18:32 
AnswerRe: recursive function to search folder contents Pin
ThatsAlok29-Sep-05 18:59
ThatsAlok29-Sep-05 18:59 
AnswerRe: recursive function to search folder contents Pin
benjnp30-Sep-05 6:42
benjnp30-Sep-05 6:42 
QuestionWM_COPYDATA Pin
Nishad S29-Sep-05 18:24
Nishad S29-Sep-05 18:24 
AnswerRe: WM_COPYDATA Pin
ThatsAlok29-Sep-05 22:12
ThatsAlok29-Sep-05 22:12 
AnswerRe: WM_COPYDATA Pin
douglasjordan30-Sep-05 11:16
douglasjordan30-Sep-05 11:16 
QuestionHelp !!! Cannot install Visual Studio 6 Pin
erajsri29-Sep-05 17:53
erajsri29-Sep-05 17:53 
QuestionEncoding Pin
Member 216100429-Sep-05 17:17
Member 216100429-Sep-05 17:17 
QuestionAccess 97 Pin
AHawk29-Sep-05 16:40
AHawk29-Sep-05 16:40 
QuestionConversion between Hex and Character Pin
Member 78215429-Sep-05 14:51
Member 78215429-Sep-05 14:51 

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.