Click here to Skip to main content
16,007,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCView And CSpliterWnd Pin
MinhHai10-Jun-03 5:44
MinhHai10-Jun-03 5:44 
GeneralRe: CView And CSpliterWnd Pin
valikac10-Jun-03 6:45
valikac10-Jun-03 6:45 
GeneralShipping .h files for .DLL classes Pin
Theopulus10-Jun-03 5:16
Theopulus10-Jun-03 5:16 
GeneralRe: Shipping .h files for .DLL classes Pin
Nemanja Trifunovic10-Jun-03 6:07
Nemanja Trifunovic10-Jun-03 6:07 
GeneralRe: Shipping .h files for .DLL classes Pin
Peter Weyzen10-Jun-03 20:21
Peter Weyzen10-Jun-03 20:21 
GeneralMix casing a name field Pin
Bryster10-Jun-03 4:13
Bryster10-Jun-03 4:13 
GeneralRe: Layered window problem Pin
Bedas10-Jun-03 4:11
Bedas10-Jun-03 4:11 
GeneralRe: Layered window problem Pin
Ryan Binns10-Jun-03 4:26
Ryan Binns10-Jun-03 4:26 
You might have to draw your window into a memory device context (not an easy task), and then use AlphaBlend() to draw it with transparency to the screen, but you'll probably need to use multiple AlphaBlend() calls so that you can leave out areas that you don't want transparent. Then draw the non-transparent areas using a simple BitBlt(). A fairly complex thing to do, but I can't see another way of doing it. I would just stick to making the whole window transparent Smile | :) .

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

Questionhow to size an app to fit a PC's display size Pin
johnstonsk10-Jun-03 4:06
johnstonsk10-Jun-03 4:06 
AnswerRe: how to size an app to fit a PC's display size Pin
Florin Ochiana10-Jun-03 4:17
Florin Ochiana10-Jun-03 4:17 
GeneralRe: how to size an app to fit a PC's display size Pin
Ryan Binns10-Jun-03 4:37
Ryan Binns10-Jun-03 4:37 
AnswerRe: how to size an app to fit a PC's display size Pin
Ryan Binns10-Jun-03 4:35
Ryan Binns10-Jun-03 4:35 
GeneralRe: how to size an app to fit a PC's display size Pin
johnstonsk10-Jun-03 7:43
johnstonsk10-Jun-03 7:43 
GeneralOleCreateFromFile Pin
Florin Ochiana10-Jun-03 3:56
Florin Ochiana10-Jun-03 3:56 
GeneralCRichEditCtrl FormatRange Bounding Rectangle Pin
Larry J. Siddens10-Jun-03 3:48
Larry J. Siddens10-Jun-03 3:48 
GeneralRe: CRichEditCtrl FormatRange Bounding Rectangle Pin
Larry J. Siddens11-Jun-03 2:36
Larry J. Siddens11-Jun-03 2:36 
GeneralCatch the "enter" Pin
Woltan10-Jun-03 3:34
Woltan10-Jun-03 3:34 
GeneralRe: Catch the "enter" Pin
Maximilien10-Jun-03 3:44
Maximilien10-Jun-03 3:44 
GeneralRe: Catch the "enter" Pin
Mike Dimmick10-Jun-03 6:12
Mike Dimmick10-Jun-03 6:12 
GeneralRe: Catch the "enter" Pin
Florin Ochiana10-Jun-03 4:15
Florin Ochiana10-Jun-03 4:15 
Generalget_innerText Pin
Majid Shahabfar10-Jun-03 3:26
Majid Shahabfar10-Jun-03 3:26 
GeneralRe: get_innerText Pin
David Crow10-Jun-03 6:58
David Crow10-Jun-03 6:58 
General#define macro expansions Pin
David Chamberlain10-Jun-03 3:06
David Chamberlain10-Jun-03 3:06 
GeneralRe: #define macro expansions Pin
basementman10-Jun-03 3:55
basementman10-Jun-03 3:55 
GeneralRe: #define macro expansions Pin
David Chamberlain10-Jun-03 4:36
David Chamberlain10-Jun-03 4:36 

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.