Click here to Skip to main content
15,890,043 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WMF's IWMReader memory leak? Pin
Michael Dunn2-Nov-03 7:43
sitebuilderMichael Dunn2-Nov-03 7:43 
GeneralRe: WMF's IWMReader memory leak? Pin
Philip Patrick2-Nov-03 11:15
professionalPhilip Patrick2-Nov-03 11:15 
GeneralRe: WMF's IWMReader memory leak? Pin
Michael Dunn2-Nov-03 13:29
sitebuilderMichael Dunn2-Nov-03 13:29 
GeneralRe: WMF's IWMReader memory leak? Pin
Philip Patrick2-Nov-03 21:19
professionalPhilip Patrick2-Nov-03 21:19 
GeneralCrecordset with join tables Pin
merav1-Nov-03 22:25
merav1-Nov-03 22:25 
GeneralRe: Crecordset with join tables Pin
Mike Danberg2-Nov-03 9:50
Mike Danberg2-Nov-03 9:50 
GeneralSimple Full Screen application Pin
ahmetaa1-Nov-03 17:46
ahmetaa1-Nov-03 17:46 
GeneralRe: Simple Full Screen application Pin
Antti Keskinen2-Nov-03 0:03
Antti Keskinen2-Nov-03 0:03 
Here's a link to a minimalistic application that creates a new window, paints it black and makes it fullscreen. It is an MFC style solution, using pure MFC methods to do it's work.

http://www.tpu.fi/~t1akeski/FullScreen.zip

It's is heavily commented for easy following. If you wanted to put images to the screen, just look for an article explaining how to BitBlt bitmaps to the window DC. There are many tutorials available on that issue.

In other news, does someone know if there is a bug in the MFC documentation. When I call the CreateEx routine, and pass a CRect as it's size, then the declaration of the function states that I should provide a ID for the window. If I specify this ID to something else than zero/NULL, the app causes an assertion. If I didn't use CRect, the ID parameter would be replaced with some menu handle, suggesting that I should put NULL to it. And if I pass NULL to the ID (when using the CRect version), it works smoothly. Strange, no ? Smile | :)

Greetings,
Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
QuestionCopyFileEx notification?? Pin
Paul Farry1-Nov-03 14:50
professionalPaul Farry1-Nov-03 14:50 
AnswerRe: CopyFileEx notification?? Pin
Blake Coverett1-Nov-03 15:36
Blake Coverett1-Nov-03 15:36 
QuestionC++ imagemap/clickable image? Pin
John Tipper1-Nov-03 12:55
John Tipper1-Nov-03 12:55 
AnswerRe: C++ imagemap/clickable image? Pin
Andrew Walker1-Nov-03 15:02
Andrew Walker1-Nov-03 15:02 
GeneralCTreeCtrl problem Pin
_Sin1-Nov-03 11:11
_Sin1-Nov-03 11:11 
GeneralRun-time objects and CRuntimeClass Pin
Antti Keskinen1-Nov-03 10:08
Antti Keskinen1-Nov-03 10:08 
GeneralSimple MFC Timer dos not work! Pin
ahmetaa1-Nov-03 8:34
ahmetaa1-Nov-03 8:34 
GeneralRe: Simple MFC Timer dos not work! Pin
Antti Keskinen1-Nov-03 10:55
Antti Keskinen1-Nov-03 10:55 
GeneralRe: Simple MFC Timer dos not work! Pin
ahmetaa1-Nov-03 12:12
ahmetaa1-Nov-03 12:12 
QuestionHow to access a Global variable from another Dialog box. Pin
Deepak Samuel1-Nov-03 7:05
Deepak Samuel1-Nov-03 7:05 
AnswerRe: How to access a Global variable from another Dialog box. Pin
valikac1-Nov-03 7:07
valikac1-Nov-03 7:07 
AnswerRe: How to access a Global variable from another Dialog box. Pin
Terry O'Nolley1-Nov-03 9:51
Terry O'Nolley1-Nov-03 9:51 
GeneralRe: How to access a Global variable from another Dialog box. Pin
Markyg2-Nov-03 15:21
Markyg2-Nov-03 15:21 
GeneralOutlook Automation (C++) Pin
Anonymous1-Nov-03 6:43
Anonymous1-Nov-03 6:43 
GeneralProperly subclassing list box Pin
georgiek501-Nov-03 3:49
georgiek501-Nov-03 3:49 
GeneralRe: Properly subclassing list box Pin
Michael Dunn1-Nov-03 5:45
sitebuilderMichael Dunn1-Nov-03 5:45 
GeneralDisplaying Keyboard hook processes Pin
imranhabib1-Nov-03 3:40
imranhabib1-Nov-03 3:40 

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.