Click here to Skip to main content
15,891,597 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help for Wizard look ! Pin
Naveen24-Jan-09 1:04
Naveen24-Jan-09 1:04 
GeneralRe: Help for Wizard look ! Pin
Le@rner24-Jan-09 1:51
Le@rner24-Jan-09 1:51 
Question[Message Deleted] Pin
AnithaSubramani24-Jan-09 0:41
AnithaSubramani24-Jan-09 0:41 
AnswerRe: Listener in MFC Pin
Naveen24-Jan-09 1:01
Naveen24-Jan-09 1:01 
QuestionRe: Listener in MFC Pin
Rajesh R Subramanian25-Jan-09 4:47
professionalRajesh R Subramanian25-Jan-09 4:47 
AnswerRe: Listener in MFC Pin
Hans Dietrich25-Jan-09 9:04
mentorHans Dietrich25-Jan-09 9:04 
QuestionDebuggerEvents under C++ in Visual Studio [modified] Pin
primexx23-Jan-09 22:31
primexx23-Jan-09 22:31 
QuestionSetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 22:06
ganesh.dp23-Jan-09 22:06 
hi,
i am trying to transparent the dialog with color using this code. I included the windows.h and winuser.h
<pre>
SetLayeredWindowAttributes(GetSafeHwnd(),RGB(10,34,56),10,(LWA_COLORKEY|LWA_ALPHA));
</pre>

But it gives following error.

\\ITD254\VCC\Notes\NotesDlg.cpp(168) : error C2065: 'SetLayeredWindowAttributes' : undeclared identifier
\\ITD254\VCC\Notes\NotesDlg.cpp(168) : error C2065: 'LWA_COLORKEY' : undeclared identifier
\\ITD254\VCC\Notes\NotesDlg.cpp(168) : error C2065: 'LWA_ALPHA' : undeclared identifier


what i have to do

Ganesh
AnswerRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 22:39
Naveen23-Jan-09 22:39 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 22:56
ganesh.dp23-Jan-09 22:56 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 23:00
ganesh.dp23-Jan-09 23:00 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 23:07
Naveen23-Jan-09 23:07 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 23:28
ganesh.dp23-Jan-09 23:28 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 23:39
Naveen23-Jan-09 23:39 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp24-Jan-09 0:10
ganesh.dp24-Jan-09 0:10 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen24-Jan-09 0:13
Naveen24-Jan-09 0:13 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp24-Jan-09 0:58
ganesh.dp24-Jan-09 0:58 
QuestionCasino War game in C++ Pin
Nandu_77b23-Jan-09 20:24
Nandu_77b23-Jan-09 20:24 
QuestionSave the file in Unicode format Pin
Max++23-Jan-09 20:22
Max++23-Jan-09 20:22 
AnswerRe: Save the file in Unicode format Pin
Stuart Dootson23-Jan-09 20:52
professionalStuart Dootson23-Jan-09 20:52 
AnswerRe: Save the file in Unicode format Pin
Rajesh R Subramanian25-Jan-09 4:50
professionalRajesh R Subramanian25-Jan-09 4:50 
QuestionBest suited sorting algorithm Pin
VCProgrammer23-Jan-09 19:44
VCProgrammer23-Jan-09 19:44 
AnswerRe: Best suited sorting algorithm Pin
VCsamir23-Jan-09 20:05
VCsamir23-Jan-09 20:05 
GeneralRe: Best suited sorting algorithm Pin
VCProgrammer23-Jan-09 20:35
VCProgrammer23-Jan-09 20:35 
AnswerRe: Best suited sorting algorithm Pin
Stuart Dootson23-Jan-09 21:06
professionalStuart Dootson23-Jan-09 21:06 

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.