Click here to Skip to main content
15,917,059 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: How to get a double-click message? Pin
_Magnus_5-Feb-04 21:00
_Magnus_5-Feb-04 21:00 
QuestionHow to change title text of dialog in a wtl project? Pin
freehawk4-Feb-04 14:57
freehawk4-Feb-04 14:57 
AnswerRe: How to change title text of dialog in a wtl project? Pin
_Magnus_5-Feb-04 0:12
_Magnus_5-Feb-04 0:12 
GeneralRe: How to change title text of dialog in a wtl project? Pin
freehawk5-Feb-04 13:44
freehawk5-Feb-04 13:44 
Generalgetting linking error Pin
ramyazm4-Feb-04 2:47
ramyazm4-Feb-04 2:47 
Questionhow to create a help file add to a wtl project? Pin
freehawk3-Feb-04 19:21
freehawk3-Feb-04 19:21 
AnswerRe: how to create a help file add to a wtl project? Pin
Douglas Troy6-Feb-04 4:32
Douglas Troy6-Feb-04 4:32 
GeneralLayered ATL Window Pin
macattack3-Feb-04 17:18
macattack3-Feb-04 17:18 
I have a Browser Helper Object that I have created and I want it to create a Window using the API function CreateWindowEx so that I can using the window layering extended style described here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/layerwin.asp

My question is how do I create a window using this API in my ATL project? I have tried creating a class that inherates from CWindows and then using the http://www.codeproject.com/w2k/QDWndTransparency.asp?print=true

But this does not have the same effect. I really need a faded window using:
hwnd = CreateWindowEx(WS_EX_LAYERED | WS_EX_TRANSPARENT,
gszFade, gszFade, WS_POPUP | WS_VISIBLE, prc->left,
prc->top, 0, 0, NULL, (HMENU)0, ghinst, NULL);

My goal is to have a window placed over the browser main window that I can then draw on. Any suggestions?

Thank you much,

Mike

GeneralRe: Layered ATL Window Pin
Igor Vigdorchik7-Feb-04 19:15
Igor Vigdorchik7-Feb-04 19:15 
QuestionEvents and Threads Issue? Pin
Maverick3-Feb-04 5:52
Maverick3-Feb-04 5:52 
AnswerRe: Events and Threads Issue? Pin
Jörgen Sigvardsson5-Feb-04 8:11
Jörgen Sigvardsson5-Feb-04 8:11 
QuestionHow to set the forcus to a special place in a CEdit? Pin
freehawk2-Feb-04 17:02
freehawk2-Feb-04 17:02 
AnswerRe: How to set the forcus to a special place in a CEdit? Pin
valikac3-Feb-04 5:01
valikac3-Feb-04 5:01 
GeneralRe: How to set the forcus to a special place in a CEdit? Pin
freehawk3-Feb-04 19:25
freehawk3-Feb-04 19:25 
GeneralConnectionPoint and IDL Pin
gialli1-Feb-04 22:22
gialli1-Feb-04 22:22 
GeneralRe: ConnectionPoint and IDL Pin
Steve S1-Feb-04 23:43
Steve S1-Feb-04 23:43 
GeneralRe: ConnectionPoint and IDL Pin
gialli2-Feb-04 0:18
gialli2-Feb-04 0:18 
GeneralRe: ConnectionPoint and IDL Pin
Steve S2-Feb-04 2:30
Steve S2-Feb-04 2:30 
GeneralRe: ConnectionPoint and IDL Pin
gialli2-Feb-04 3:06
gialli2-Feb-04 3:06 
GeneralRe: ConnectionPoint and IDL Pin
Steve S2-Feb-04 4:20
Steve S2-Feb-04 4:20 
GeneralPrinting/Print Preview by WTL Pin
Nekronomykon1-Feb-04 14:28
Nekronomykon1-Feb-04 14:28 
Generalljkefsdf Pin
fishboyzyf77031730-Jan-04 17:31
fishboyzyf77031730-Jan-04 17:31 
GeneralThread safety of VS.NET STL Pin
User 988530-Jan-04 16:41
User 988530-Jan-04 16:41 
GeneralRe: Thread safety of VS.NET STL Pin
Joaquín M López Muñoz1-Feb-04 2:26
Joaquín M López Muñoz1-Feb-04 2:26 
GeneralRe: Thread safety of VS.NET STL Pin
User 98851-Feb-04 7:18
User 98851-Feb-04 7:18 

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.