Click here to Skip to main content
15,908,274 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnSize() problem in Maximize Pin
Eugen Podsypalnikov18-Mar-10 1:17
Eugen Podsypalnikov18-Mar-10 1:17 
GeneralRe: OnSize() problem in Maximize Pin
Anu_Bala18-Mar-10 1:34
Anu_Bala18-Mar-10 1:34 
GeneralRe: OnSize() problem in Maximize Pin
Eugen Podsypalnikov18-Mar-10 1:25
Eugen Podsypalnikov18-Mar-10 1:25 
GeneralRe: OnSize() problem in Maximize Pin
Anu_Bala18-Mar-10 1:36
Anu_Bala18-Mar-10 1:36 
Questionbutton in one subitem for CListCtrl? Pin
sairamdp18-Mar-10 0:01
sairamdp18-Mar-10 0:01 
AnswerRe: button in one subitem for CListCtrl? Pin
Eugen Podsypalnikov18-Mar-10 0:12
Eugen Podsypalnikov18-Mar-10 0:12 
GeneralRe: button in one subitem for CListCtrl? [modified] Pin
mesajflaviu18-Mar-10 19:53
mesajflaviu18-Mar-10 19:53 
QuestionMaking a CWnd transparent Pin
Member 471222117-Mar-10 23:52
Member 471222117-Mar-10 23:52 
Hi,

I'm creating a CWnd object on Top of CDialog object. I want to make that CWnd transparent and used following code. But that wasn't work. When this code used in the parent dialog both dialog and CWnd got the transparent effect.

HMODULE hUserDll = ::LoadLibrary(_T("USER32.dll"));
::SetWindowLong(m_hWnd, GWL_EXSTYLE, ::GetWindowLong(m_hWnd, GWL_EXSTYLE) | WS_EX_LAYERED );
::SetLayeredWindowAttributes(m_hWnd, 0, (255 * 70)/100, LWA_COLORKEY|LWA_ALPHA);

Please any one can explain why?
AnswerRe: Making a CWnd transparent Pin
Eugen Podsypalnikov18-Mar-10 0:01
Eugen Podsypalnikov18-Mar-10 0:01 
GeneralRe: Making a CWnd transparent Pin
Member 471222118-Mar-10 0:58
Member 471222118-Mar-10 0:58 
Questionclient - Server Connection problem Pin
Game-point17-Mar-10 23:40
Game-point17-Mar-10 23:40 
AnswerRe: client - Server Connection problem Pin
Moak18-Mar-10 1:07
Moak18-Mar-10 1:07 
Questionlocalization problem Pin
Member 59031017-Mar-10 23:10
Member 59031017-Mar-10 23:10 
AnswerRe: localization problem Pin
Eugen Podsypalnikov17-Mar-10 23:27
Eugen Podsypalnikov17-Mar-10 23:27 
GeneralRe: localization problem Pin
Member 59031017-Mar-10 23:31
Member 59031017-Mar-10 23:31 
AnswerRe: localization problem Pin
Avi Berger17-Mar-10 23:34
Avi Berger17-Mar-10 23:34 
AnswerRe: localization problem Pin
Abhi Lahare18-Mar-10 4:52
Abhi Lahare18-Mar-10 4:52 
QuestionBlobk Key Pin
john563217-Mar-10 22:54
john563217-Mar-10 22:54 
AnswerRe: Blobk Key Pin
CPallini17-Mar-10 22:58
mveCPallini17-Mar-10 22:58 
GeneralRe: Blobk Key Pin
john563217-Mar-10 23:05
john563217-Mar-10 23:05 
GeneralRe: Blobk Key Pin
CPallini17-Mar-10 23:08
mveCPallini17-Mar-10 23:08 
AnswerRe: Blobk Key Pin
Adam Roderick J17-Mar-10 23:27
Adam Roderick J17-Mar-10 23:27 
QuestionHow do I get the notification when the user modifies the DNS server address? Pin
EverettJF17-Mar-10 20:11
EverettJF17-Mar-10 20:11 
Questionhow to draw a sector of a circle? Pin
tho_mee17-Mar-10 13:55
tho_mee17-Mar-10 13:55 
AnswerRe: how to draw a sector of a circle? Pin
Avi Berger17-Mar-10 15:23
Avi Berger17-Mar-10 15:23 

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.