GIDForums  

Go Back   GIDForums > Computer Programming Forums > MS Visual C++ / MFC Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 12-Oct-2009, 23:26
mfc_newbie mfc_newbie is offline
New Member
 
Join Date: Sep 2008
Posts: 28
mfc_newbie has a little shameless behaviour in the past

scratches problem with dialogbox images????


Hello all,

I have a small problem with dialog box background image.
I am adding a background image in my OnPaint() function, Now it is displaying perfectly. But if i am moving any other application(exe) on this dialogbox, so i am getting so much scratches on my dialogbox image. i am unable to resolve this problem.

My Coding is OnPaint()

CPP / C++ / C Code:
               CPaintDC dc(this);
	       CBitmap BmpLady;
	       CDC MemDCLady;
	       BmpLady.LoadBitmapW(IDB_BG);
	       MemDCLady.CreateCompatibleDC(&dc);
	       CBitmap *BmpPrevious = MemDCLady.SelectObject(&BmpLady);
	       dc.BitBlt(0, 0, 1000, 900, &MemDCLady, 0, 0, SRCCOPY);
	       CDialog::OnPaint();

Can any one suggest me how to remove this scratches????


Regards,
New_bie
Last edited by LuciWiz : 13-Oct-2009 at 02:30. Reason: Please insert your C++ code between [cpp] & [/cpp] tags
 
 

Recent GIDBlogAccepted for Ph.D. program by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache Web Server newbie problem niss3 Apache Web Server Forum 1 13-Apr-2009 19:38
Loading wrong images. Sujith MS Visual C++ / MFC Forum 0 08-May-2007 05:48
DialogBox Problem Levia MS Visual C++ / MFC Forum 3 11-Jan-2006 04:27
a significant problem after installing Xp mohammad Computer Software Forum - Windows 10 09-Aug-2005 08:03
Problem Showing Images !!!! eRIC MySQL / PHP Forum 0 05-May-2004 23:33

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 00:21.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.