Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mp4771

    sending a CBitmap to a printer

    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.
  2. mp4771

    SetTimer not working with visible CDialog.

    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...

Part and Inventory Search

Back
Top