Click here to Skip to main content
15,887,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
ganesh.dp wrote:
i opened the winuser.h and found that SetLayeredWindowAttributes() is not available.


The SetLayeredWindowAttributes() will not be existing in the header files that comes with visual studio 6. So either you can download the platform SDK from here[^] and integrate it with VC6

or

Call the SetLayeredWindowAttributes() dynamically, using the LoadLibrary() and GetProcAddress() functions. The SetLayeredWindowAttributes exists in user32.dll dll and the value of LWA_COLORKEY and LWA_ALPHA are...

#define LWA_COLORKEY 0x00000001
#define LWA_ALPHA 0x00000002


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 
Questionmenubar custom draw in MFC (Very Urgent...............) Pin
AnithaSubramani23-Jan-09 18:24
AnithaSubramani23-Jan-09 18:24 
AnswerRe: menubar custom draw in MFC (Very Urgent...............) Pin
VCsamir23-Jan-09 20:18
VCsamir23-Jan-09 20:18 
AnswerRe: menubar custom draw in MFC (Very Urgent...............) Pin
Stuart Dootson23-Jan-09 21:08
professionalStuart Dootson23-Jan-09 21:08 
GeneralRe: menubar custom draw in MFC (Very Urgent...............) Pin
AnithaSubramani23-Jan-09 21:31
AnithaSubramani23-Jan-09 21:31 

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.