I'm going to write a little article to explain how to save a windows region to a file and how to load it back in response to a thread here on the forums.
However, I will explain it in the MFC way and in the plain Win32 API way.
Should I do this in 2 articles or in 1?
I would prefer one article, but I imagine most would prefer two.
The trend I have seen is wthat Win32 programmers don't use MFC and MFC programmers can't grasp Win32.....
So my 2 cents: Keep it seperate for the masses [although you might want to include both zip files of the code with each article].
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!) 2008, 2009 In theory, there is no difference between theory and paractice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
I'm going to write a little article to explain how to save a windows region to a file and how to load it back in response to a thread here on the forums.
However, I will explain it in the MFC way and in the plain Win32 API way.
Should I do this in 2 articles or in 1?
My vote would be to show how to do it in Win32 and then to show how MFC abstracts it.
Bookmarks