I have set up a dialog based project in ms visual c++.
What i want to be able to do is on a button press, load a bitmap, display it, and print it out on a local printer.
I can load and display the bitmap, but i just dont know how to get it to be printed.
any ideas ?
cheers in advance.
Background
---------------
I have an SDI application.
from a menu selection the application does this:
CMyDialog dialog;
int response = dialog.DoModal();
the CMyDialog class overrides the OnInitDialog function to:
{
CDialog::OnInitDialog();
int result = this->SetTimer (1, 100...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.