Click here to Skip to main content
15,909,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Check EOF Pin
CPallini10-Jan-08 21:37
mveCPallini10-Jan-08 21:37 
GeneralRe: Check EOF Pin
Maxwell Chen10-Jan-08 21:39
Maxwell Chen10-Jan-08 21:39 
GeneralRe: Check EOF Pin
Hamid_RT10-Jan-08 23:14
Hamid_RT10-Jan-08 23:14 
GeneralRe: Check EOF Pin
CPallini10-Jan-08 21:36
mveCPallini10-Jan-08 21:36 
GeneralRe: Check EOF Pin
Nishad S10-Jan-08 22:54
Nishad S10-Jan-08 22:54 
GeneralRe: Check EOF Pin
David Crow11-Jan-08 3:18
David Crow11-Jan-08 3:18 
GeneralRe: Check EOF Pin
zengkun10011-Jan-08 19:18
zengkun10011-Jan-08 19:18 
QuestionHow can let myself's picture cover other control? Pin
hanlei000000000910-Jan-08 19:46
hanlei000000000910-Jan-08 19:46 
Hi all
<br />
<br />
	CImageList   imageList;  <br />
<br />
	imageList.Create(size.cx,   size.cy,   ILC_MASK   |   ILC_COLOR24,   0,   1	<br />
	imageList.Add(&myBitmap,   RGB(255,255,255<br />
	<br />
	CPoint   pt(20,20);   <br />
	<br />
	imageList.Draw(&dc,0,pt,ILD_TRANSPARENT);<br />


These are myself's picture code in OnPaint,
at the (20,20), I put an other control(button or edit), and that the other control had covered myself's picture.


How can let myself's picture cover other control?
AnswerRe: How can let myself's picture cover other control? Pin
Nishad S10-Jan-08 20:30
Nishad S10-Jan-08 20:30 
AnswerRe: How can let myself's picture cover other control? Pin
David Crow11-Jan-08 3:21
David Crow11-Jan-08 3:21 
AnswerRe: How can let myself's picture cover other control? Pin
Mark Salsbery11-Jan-08 8:34
Mark Salsbery11-Jan-08 8:34 
AnswerRe: How can let myself's picture cover other control? Pin
zengkun10011-Jan-08 19:27
zengkun10011-Jan-08 19:27 
GeneralBCGPro ShowControlBar doesn't work when called in OnCreate [modified] Pin
followait10-Jan-08 19:39
followait10-Jan-08 19:39 
Generalcout and printf Pin
CodingLover10-Jan-08 19:26
CodingLover10-Jan-08 19:26 
GeneralRe: cout and printf Pin
Maxwell Chen10-Jan-08 19:33
Maxwell Chen10-Jan-08 19:33 
GeneralRe: cout and printf Pin
CodingLover10-Jan-08 20:34
CodingLover10-Jan-08 20:34 
GeneralRe: cout and printf Pin
CPallini10-Jan-08 21:46
mveCPallini10-Jan-08 21:46 
GeneralRe: cout and printf Pin
Maxwell Chen10-Jan-08 21:48
Maxwell Chen10-Jan-08 21:48 
QuestionRe: cout and printf Pin
CPallini10-Jan-08 22:02
mveCPallini10-Jan-08 22:02 
GeneralRe: cout and printf Pin
Maxwell Chen10-Jan-08 22:13
Maxwell Chen10-Jan-08 22:13 
GeneralRe: cout and printf Pin
David Crow11-Jan-08 3:30
David Crow11-Jan-08 3:30 
Generalc++ and VC++ Pin
Amrit Alok10-Jan-08 19:22
Amrit Alok10-Jan-08 19:22 
GeneralRe: c++ and VC++ Pin
Maxwell Chen10-Jan-08 19:32
Maxwell Chen10-Jan-08 19:32 
GeneralRe: c++ and VC++ Pin
Amrit Alok10-Jan-08 19:44
Amrit Alok10-Jan-08 19:44 
GeneralRe: c++ and VC++ Pin
Maxwell Chen10-Jan-08 20:17
Maxwell Chen10-Jan-08 20:17 

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.