Hi all!
How can I save a region (created by CreateRectRgn) to disk and load it again?
Thanks lot,
Fox
Printable View
Hi all!
How can I save a region (created by CreateRectRgn) to disk and load it again?
Thanks lot,
Fox
Could you not make your own format and make save/load functions to store/retrieve the data?
That would be my suggestion. Similar to a Metafile, perhaps.
Z.
so.. how would I give my own format to the region functions? what i want to do is saving regions so i can later load them and skin my windows..
C'mon people...
http://www.vbaccelerator.com/codelib...e/bmpwinsh.htm
Search for the part 'From Region to High Performance' :)
Great, Thanks lot!!!