| Share this post! | Vote this! |
|
This Tutorial will cover loading a bitmap from a file
Primarily displaying it inside a window.
Once this has been done, give the user the option to Print it out to a Printer chosen through the Windows Print Dialog or to save it under another name through the Windows Save Dialog.
These type of Dialogs are called the 'Common Dialogs'.
They are generally easy to use and are customisable but we wont be doing that here, just using them as they appear on Windows.
Displaying bitmaps inside a window can generally be quite tricky there are bitmaps to consider there are handles to bitmaps to consider and there are device contexts or DC's to consider. more...
Primarily displaying it inside a window.
Once this has been done, give the user the option to Print it out to a Printer chosen through the Windows Print Dialog or to save it under another name through the Windows Save Dialog.
These type of Dialogs are called the 'Common Dialogs'.
They are generally easy to use and are customisable but we wont be doing that here, just using them as they appear on Windows.
Displaying bitmaps inside a window can generally be quite tricky there are bitmaps to consider there are handles to bitmaps to consider and there are device contexts or DC's to consider. more...



0 comments:
Post a Comment