Click here to Skip to main content
15,890,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ShellExecute Pin
Naveen25-Jan-08 0:04
Naveen25-Jan-08 0:04 
JokeRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:48
Stephen Hewitt24-Jan-08 19:48 
QuestionRe: ShellExecute Pin
Rajesh R Subramanian24-Jan-08 19:56
professionalRajesh R Subramanian24-Jan-08 19:56 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 23:51
Paulraj G24-Jan-08 23:51 
GeneralRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Cadicus13-Feb-10 17:10
Cadicus13-Feb-10 17:10 
GeneralWhen I draw an image to a dialog using GDI+, controls are covered by the image Pin
followait24-Jan-08 18:07
followait24-Jan-08 18:07 
When I click them, they become visible again.
void CMyDlg::OnPaint()
{
	...
	Graphics g(GetSafeHwnd());
	g.DrawImage(m_pMemBmp,0,0);
}

GeneralRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
Don Box24-Jan-08 18:10
Don Box24-Jan-08 18:10 
AnswerRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
Iain Clarke, Warrior Programmer24-Jan-08 22:56
Iain Clarke, Warrior Programmer24-Jan-08 22:56 
GeneralRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
followait25-Jan-08 7:02
followait25-Jan-08 7:02 
GeneralRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
KarstenK25-Jan-08 0:51
mveKarstenK25-Jan-08 0:51 
Questionhow to play .tga file Pin
Antonyemac24-Jan-08 18:06
Antonyemac24-Jan-08 18:06 
QuestionRe: how to play .tga file Pin
CPallini24-Jan-08 22:00
mveCPallini24-Jan-08 22:00 
GeneralRe: how to play .tga file Pin
Antonyemac24-Jan-08 22:47
Antonyemac24-Jan-08 22:47 
QuestionRe: how to play .tga file Pin
CPallini24-Jan-08 22:54
mveCPallini24-Jan-08 22:54 
GeneralRe: how to play .tga file Pin
Antonyemac27-Jan-08 19:28
Antonyemac27-Jan-08 19:28 
GeneralRe: how to play .tga file Pin
CPallini27-Jan-08 23:07
mveCPallini27-Jan-08 23:07 
GeneralCOM port error Pin
AnayKulkarni24-Jan-08 17:10
AnayKulkarni24-Jan-08 17:10 
GeneralRe: COM port error Pin
Cedric Moonen24-Jan-08 20:20
Cedric Moonen24-Jan-08 20:20 
GeneralRe: COM port error Pin
AnayKulkarni25-Jan-08 0:53
AnayKulkarni25-Jan-08 0:53 
GeneralRe: COM port error Pin
Iain Clarke, Warrior Programmer24-Jan-08 23:00
Iain Clarke, Warrior Programmer24-Jan-08 23:00 
GeneralRe: COM port error Pin
AnayKulkarni25-Jan-08 17:50
AnayKulkarni25-Jan-08 17:50 
Generalneed your help Pin
gentleguy24-Jan-08 17:05
gentleguy24-Jan-08 17:05 
GeneralRe: need your help Pin
Don Box24-Jan-08 17:41
Don Box24-Jan-08 17:41 

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.