Click here to Skip to main content
16,011,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I disable Alt-F4 Pin
Leo Davidson11-Dec-00 2:11
Leo Davidson11-Dec-00 2:11 
GeneralPosition of child windows. Pin
9-Dec-00 20:25
suss9-Dec-00 20:25 
GeneralRe: Position of child windows. Pin
Tim Deveaux10-Dec-00 4:53
Tim Deveaux10-Dec-00 4:53 
GeneralRe: Position of child windows. Pin
10-Dec-00 4:58
suss10-Dec-00 4:58 
GeneralCannot access HELP (SEARCH) in Visual C++ 6.0 Pin
9-Dec-00 17:10
suss9-Dec-00 17:10 
GeneralRe: Cannot access HELP (SEARCH) in Visual C++ 6.0 Pin
Anders Molin10-Dec-00 0:42
professionalAnders Molin10-Dec-00 0:42 
QuestionHow to save a CView screenshot as BITMAP? Pin
9-Dec-00 15:00
suss9-Dec-00 15:00 
AnswerRe: How to save a CView screenshot as BITMAP? Pin
Christian Graus9-Dec-00 21:15
protectorChristian Graus9-Dec-00 21:15 
CWindowDC dc(m_hWnd) will give you a DC that contains your current window. Now CBitmap* pScreen = dc.GetCurrentBitmap(); will give you a CBitmap to play with to your hearts content. There is no point building a DIB, the image is clearly already devive dependant.

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
Generalchanging the print dialog box Pin
9-Dec-00 4:23
suss9-Dec-00 4:23 
GeneralRe: changing the print dialog box Pin
Tim Deveaux9-Dec-00 15:45
Tim Deveaux9-Dec-00 15:45 
QuestionWhat can i do if I want to draw my own frame on a tool bar? Pin
Mr.Nodman9-Dec-00 1:11
Mr.Nodman9-Dec-00 1:11 
Questionreturn file name from GetOpenFileName? Pin
8-Dec-00 22:44
suss8-Dec-00 22:44 
AnswerRe: return file name from GetOpenFileName? Pin
Michael Dunn9-Dec-00 6:50
sitebuilderMichael Dunn9-Dec-00 6:50 
GeneralDialog Pin
8-Dec-00 22:33
suss8-Dec-00 22:33 
GeneralRe: Dialog Pin
Christian Graus9-Dec-00 9:46
protectorChristian Graus9-Dec-00 9:46 
GeneralRe: Dialog Pin
Matt Philmon9-Dec-00 9:54
Matt Philmon9-Dec-00 9:54 
QuestionMFC without a dialog or view? Pin
8-Dec-00 14:08
suss8-Dec-00 14:08 
AnswerRe: MFC without a dialog or view? Pin
Erik Funkenbusch8-Dec-00 18:03
Erik Funkenbusch8-Dec-00 18:03 
GeneralRe: MFC without a dialog or view? Pin
8-Dec-00 19:23
suss8-Dec-00 19:23 
GeneralRe: MFC without a dialog or view? Pin
Erik Funkenbusch8-Dec-00 21:58
Erik Funkenbusch8-Dec-00 21:58 
GeneralRe: MFC without a dialog or view? Pin
10-Dec-00 21:46
suss10-Dec-00 21:46 
GeneralRe: MFC without a dialog or view? Pin
Erik Funkenbusch11-Dec-00 12:17
Erik Funkenbusch11-Dec-00 12:17 
GeneralMinimized Window doesnot show up Pin
8-Dec-00 9:38
suss8-Dec-00 9:38 
GeneralHelp with string class - return char * Pin
Christian Graus7-Dec-00 12:04
protectorChristian Graus7-Dec-00 12:04 
GeneralRe: Help with string class - return char * Pin
Michael Dunn7-Dec-00 13:35
sitebuilderMichael Dunn7-Dec-00 13:35 

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.