Click here to Skip to main content
16,014,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MultiDoc Pin
Christian Graus10-Feb-01 21:56
protectorChristian Graus10-Feb-01 21:56 
GeneralCreate EXE files during runtime Pin
Sachin10-Feb-01 14:36
Sachin10-Feb-01 14:36 
GeneralRe: Create EXE files during runtime Pin
l a u r e n11-Feb-01 22:16
l a u r e n11-Feb-01 22:16 
QuestionTrapping HTML w/out proxy??? Pin
10-Feb-01 13:32
suss10-Feb-01 13:32 
AnswerRe: Trapping HTML w/out proxy??? Pin
Michael Dunn10-Feb-01 17:07
sitebuilderMichael Dunn10-Feb-01 17:07 
AnswerRe: Trapping HTML w/out proxy??? Pin
11-Feb-01 11:05
suss11-Feb-01 11:05 
GeneralTransparent CStatic Pin
Tim Jones10-Feb-01 6:10
Tim Jones10-Feb-01 6:10 
GeneralRe: Transparent CStatic Pin
Joe Moldovan10-Feb-01 13:07
Joe Moldovan10-Feb-01 13:07 
If you are using the dialog wizard just select the transparent extended style. (Right click on the static bitmap, select Properties and click the Extended Styles tab. Tick the Transparent option.) This generates something like

LTEXT "A Message",IDC_STATIC,167,73,121,40,0,WS_EX_TRANSPARENT

in your resource file. If you are doing your own control, you can use the WS_EX_TRANSPARENT style with any window I believe. There is also a WM_EX_TRANSPARENT message you can catch. I don't know what this does but good luck.

General"Don't ask me this again" Pin
10-Feb-01 5:45
suss10-Feb-01 5:45 
GeneralRe: "Don't ask me again" Pin
Daniel Ferguson12-Feb-01 9:25
Daniel Ferguson12-Feb-01 9:25 
GeneralRe: Pin
12-Feb-01 13:51
suss12-Feb-01 13:51 
GeneralSolving leaks Pin
Joe Moldovan10-Feb-01 5:03
Joe Moldovan10-Feb-01 5:03 
GeneralRe: Solving leaks Pin
NormDroid10-Feb-01 5:47
professionalNormDroid10-Feb-01 5:47 
QuestionWebsites? Pin
10-Feb-01 4:54
suss10-Feb-01 4:54 
AnswerRe: Websites? Pin
10-Feb-01 11:03
suss10-Feb-01 11:03 
GeneralHelp..CEdit ( enabling and text selection ) Pin
10-Feb-01 4:47
suss10-Feb-01 4:47 
QuestionWhat is the windows message no. 0x101E is for ? Pin
winyu9-Feb-01 20:01
winyu9-Feb-01 20:01 
AnswerRe: What is the windows message no. 0x101E is for ? Pin
Erik Funkenbusch12-Feb-01 13:11
Erik Funkenbusch12-Feb-01 13:11 
GeneralHotKey in backend process Pin
Vickie9-Feb-01 17:37
Vickie9-Feb-01 17:37 
GeneralToolbar - MFC and COM Pin
9-Feb-01 10:44
suss9-Feb-01 10:44 
GeneralCount item in folder Pin
IAF9-Feb-01 9:07
IAF9-Feb-01 9:07 
GeneralRe: Count item in folder Pin
Daniel Ferguson9-Feb-01 10:05
Daniel Ferguson9-Feb-01 10:05 
QuestionChangin color? Pin
9-Feb-01 8:34
suss9-Feb-01 8:34 
AnswerRe: Changin color? Pin
Daniel Ferguson9-Feb-01 9:46
Daniel Ferguson9-Feb-01 9:46 
GeneralUsage of CArray<> with a CListCtrl derrived class. Pin
Henrik9-Feb-01 6:42
Henrik9-Feb-01 6:42 

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.