Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to delete a saved bitmap Pin
mr200326-Aug-03 5:30
mr200326-Aug-03 5:30 
AnswerRe: How to delete a saved bitmap Pin
David Crow26-Aug-03 7:08
David Crow26-Aug-03 7:08 
AnswerRe: How to delete a saved bitmap Pin
John M. Drescher26-Aug-03 7:36
John M. Drescher26-Aug-03 7:36 
GeneralXP 32-bit images /w alpha channel and Win2000/98 Pin
JoBonnie26-Aug-03 5:27
JoBonnie26-Aug-03 5:27 
GeneralCompiling Problem Pin
Jay Hova26-Aug-03 5:04
Jay Hova26-Aug-03 5:04 
GeneralRe: Compiling Problem Pin
Brad Sokol26-Aug-03 5:36
Brad Sokol26-Aug-03 5:36 
GeneralRe: Compiling Problem Pin
Steve S26-Aug-03 6:22
Steve S26-Aug-03 6:22 
QuestionWhy Transparrent blt not works in following code ? Pin
vgrigor26-Aug-03 4:47
vgrigor26-Aug-03 4:47 
Why Transparrent blt not works in following code:
works with usual ::BitBlt()

<br />
works:<br />
::BitBlt(di.hdcDraw,<br />
				 0,0,100,100,<br />
				 //rc.left,rc.top,rc.right,rc.bottom,<br />
				 m_hMemDC,<br />
				 0,0,//100,100,<br />
				 //RGB(0,0,128) <br />
				SRCCOPY  );<br />
<br />
<br />
/////////////////////<br />
//not works:<br />
::TransparentBlt(di.hdcDraw,<br />
				 0,0,100,100,<br />
				 //rc.left,rc.top,rc.right,rc.bottom,<br />
				 m_hMemDC,<br />
				 0,0,100,100,<br />
				 RGB(0,0,128) );<br />
<br />
__________________<br />
<br />
m_hMemDC = CreateCompatibleDC(0/*di.hdcDraw*/);<br />
<br />
HANDLE hOLDBitmap;<br />
<br />
hOLDBitmap=SelectObject(m_hMemDC, hBitmap);<br />
... code at above<br />
<br />
:DeleteDC(m_hMemDC);<br />
<br />

AnswerRe: Why Transparrent blt not works in following code ? Pin
PJ Arends26-Aug-03 14:48
professionalPJ Arends26-Aug-03 14:48 
Questionjapan does not work with edit control? Pin
Tibor Blazko26-Aug-03 4:19
Tibor Blazko26-Aug-03 4:19 
Generalinitialization of variables in mfc dialog Pin
Anonymous26-Aug-03 3:37
Anonymous26-Aug-03 3:37 
GeneralRe: initialization of variables in mfc dialog Pin
John M. Drescher26-Aug-03 3:53
John M. Drescher26-Aug-03 3:53 
GeneralRe: initialization of variables in mfc dialog Pin
roel_26-Aug-03 3:53
roel_26-Aug-03 3:53 
GeneralRe: initialization of variables in mfc dialog Pin
Anonymous26-Aug-03 4:10
Anonymous26-Aug-03 4:10 
GeneralRe: initialization of variables in mfc dialog Pin
Bob Stanneveld26-Aug-03 5:34
Bob Stanneveld26-Aug-03 5:34 
GeneralRe: initialization of variables in mfc dialog Pin
John M. Drescher26-Aug-03 7:30
John M. Drescher26-Aug-03 7:30 
GeneralRe: initialization of variables in mfc dialog Pin
l a u r e n26-Aug-03 14:18
l a u r e n26-Aug-03 14:18 
GeneralRe: initialization of variables in mfc dialog Pin
John M. Drescher26-Aug-03 14:57
John M. Drescher26-Aug-03 14:57 
GeneralEdit box string Pin
Jay Hova26-Aug-03 3:02
Jay Hova26-Aug-03 3:02 
GeneralRe: Edit box string Pin
Maximilien26-Aug-03 3:11
Maximilien26-Aug-03 3:11 
GeneralRe: Edit box string Pin
Ravi Bhavnani26-Aug-03 3:11
professionalRavi Bhavnani26-Aug-03 3:11 
GeneralRe: Edit box string Pin
Andrew Walker26-Aug-03 3:12
Andrew Walker26-Aug-03 3:12 
GeneralRe: Edit box string Pin
Jay Hova26-Aug-03 3:16
Jay Hova26-Aug-03 3:16 
GeneralRe: Edit box string Pin
vcplusplus26-Aug-03 3:28
vcplusplus26-Aug-03 3:28 
GeneralRe: Edit box string Pin
Jay Hova26-Aug-03 3:35
Jay Hova26-Aug-03 3:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.