Click here to Skip to main content
15,899,627 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My question more about "C" Pin
Volki9-May-02 14:31
Volki9-May-02 14:31 
GeneralTransparent windows Pin
redeemer8-May-02 12:48
redeemer8-May-02 12:48 
GeneralRe: Transparent windows Pin
Anders Molin8-May-02 13:18
professionalAnders Molin8-May-02 13:18 
GeneralRe: Transparent windows Pin
Christian Graus8-May-02 13:19
protectorChristian Graus8-May-02 13:19 
GeneralRe: Transparent windows Pin
Paul M Watt8-May-02 14:46
mentorPaul M Watt8-May-02 14:46 
GeneralThanks all Pin
redeemer8-May-02 15:21
redeemer8-May-02 15:21 
GeneralCompiler says WS_EX_LAYERED and LWA_ALPHA is unknown... Pin
redeemer8-May-02 15:26
redeemer8-May-02 15:26 
GeneralRe: Compiler says WS_EX_LAYERED and LWA_ALPHA is unknown... Pin
Shog98-May-02 15:58
sitebuilderShog98-May-02 15:58 
You need a later platform SDK in order for these to be defined.
If you don't want to bother downloading it, slap this on your source file:
#ifndef WS_EX_LAYERED
#define WS_EX_LAYERED   0x00080000
#define LWA_COLORKEY    0x00000001
#define LWA_ALPHA       0x00000002
#endif


--------

Higher education helps your earning capacity. Ask any college professor.

--Shog9 --


GeneralRe: Transparent windows Pin
Michael Dunn8-May-02 17:24
sitebuilderMichael Dunn8-May-02 17:24 
Generalassertion failure Pin
RalfPeter8-May-02 12:16
RalfPeter8-May-02 12:16 
GeneralRe: assertion failure Pin
Roger Allen9-May-02 2:22
Roger Allen9-May-02 2:22 
QuestionDoes anyone know of a good source code control system? Pin
rbc8-May-02 11:42
rbc8-May-02 11:42 
AnswerRe: Does anyone know of a good source code control system? Pin
Anna-Jayne Metcalfe8-May-02 22:02
Anna-Jayne Metcalfe8-May-02 22:02 
GeneralSetWindowLong ( GCL_HBRBACKGROUND ) Pin
Mike Doner8-May-02 11:23
Mike Doner8-May-02 11:23 
GeneralRe: SetWindowLong ( GCL_HBRBACKGROUND ) Pin
Jeremy Falcon8-May-02 11:32
professionalJeremy Falcon8-May-02 11:32 
GeneralListbox, avoid autoscroll Pin
8-May-02 10:26
suss8-May-02 10:26 
GeneralRe: Listbox, avoid autoscroll Pin
Joaquín M López Muñoz8-May-02 10:40
Joaquín M López Muñoz8-May-02 10:40 
GeneralRe: Listbox, avoid autoscroll Pin
10-May-02 19:00
suss10-May-02 19:00 
GeneralRe: Listbox, avoid autoscroll Pin
11-May-02 7:44
suss11-May-02 7:44 
GeneralRe: Listbox, avoid autoscroll Pin
Jack Handy8-May-02 10:41
Jack Handy8-May-02 10:41 
Generalrefrence function ... Pin
Hadi Rezaee8-May-02 9:58
Hadi Rezaee8-May-02 9:58 
GeneralRe: refrence function ... Pin
Nish Nishant8-May-02 10:03
sitebuilderNish Nishant8-May-02 10:03 
GeneralRe: refrence function ... Pin
Joaquín M López Muñoz8-May-02 10:05
Joaquín M López Muñoz8-May-02 10:05 
Generalusing accelerator in a dialog based project Pin
lucy8-May-02 9:15
lucy8-May-02 9:15 
GeneralRe: using accelerator in a dialog based project Pin
Joaquín M López Muñoz8-May-02 9:25
Joaquín M López Muñoz8-May-02 9:25 

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.