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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About DirectDraw

Status
Not open for further replies.

t2skhalid

Programmer
Joined
Oct 14, 2002
Messages
5
Location
MA
I want to create an images viewer.
I use DirectDraw for reason of compatibility with Windows NT.
the problem is:
when I post one image which is in the hidden surface on the primary surface in a smaller frame the quality of image is losed.
The code that I use is:
m_pDDPrimarysurface->Blt(&m_rect, m_pDDStoreSurface, NULL, DDBLT_WAIT, NULL);
if you have a solution of my problem or you have a advice,help me please,it's very urgent.
thank you in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top