Click here to Skip to main content
15,889,595 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is there anyway to make SEH works when stask is broken Pin
Stuart Dootson7-Feb-09 22:52
professionalStuart Dootson7-Feb-09 22:52 
GeneralRe: Is there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship22-Feb-09 17:15
Tal Rasha's Guardianship22-Feb-09 17:15 
AnswerRe: Is there anyway to make SEH works when stask is broken Pin
Stephen Hewitt8-Feb-09 4:45
Stephen Hewitt8-Feb-09 4:45 
GeneralRe: Is there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship22-Feb-09 16:50
Tal Rasha's Guardianship22-Feb-09 16:50 
AnswerRe: Is there anyway to make SEH works when stask is broken Pin
Rolf Kristensen8-Feb-09 10:23
Rolf Kristensen8-Feb-09 10:23 
GeneralRe: Is there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship22-Feb-09 16:28
Tal Rasha's Guardianship22-Feb-09 16:28 
QuestionHelp Repainting with GDI+ in C++ Pin
AntiBNI7-Feb-09 12:05
AntiBNI7-Feb-09 12:05 
AnswerRe: Help Repainting with GDI+ in C++ Pin
Stuart Dootson7-Feb-09 22:57
professionalStuart Dootson7-Feb-09 22:57 
AntiBNI wrote:
BOOL SearchButton::OnEraseBkgnd(CDC* pDC)
{
// TODO: Add your message handler code here and/or call default
Gdiplus::Graphics grpx(*pDC);
Gdiplus::Color trans(255,255,255,255);

grpx.Clear(trans);

return CButton::OnEraseBkgnd(pDC);
}


Strikes me that clearing with 'transparent' won't erase the existing image(s)? You need to paint with something opaque to actually do any erasing?
GeneralRe: Help Repainting with GDI+ in C++ Pin
AntiBNI8-Feb-09 2:24
AntiBNI8-Feb-09 2:24 
QuestionMFC Combo Box Pin
VarwigDude7-Feb-09 8:22
VarwigDude7-Feb-09 8:22 
AnswerRe: MFC Combo Box Pin
Stuart Dootson7-Feb-09 23:00
professionalStuart Dootson7-Feb-09 23:00 
QuestionHow to convert jpg image to rgb Pin
simon alec smith7-Feb-09 5:49
simon alec smith7-Feb-09 5:49 
GeneralWord Capture Pin
Swapnil Shah7-Feb-09 0:18
Swapnil Shah7-Feb-09 0:18 
AnswerRe: Word Capture Pin
Rajesh R Subramanian7-Feb-09 5:30
professionalRajesh R Subramanian7-Feb-09 5:30 
QuestionRe: Word Capture Pin
Swapnil Shah7-Feb-09 8:10
Swapnil Shah7-Feb-09 8:10 
AnswerRe: Word Capture Pin
Rajesh R Subramanian7-Feb-09 19:25
professionalRajesh R Subramanian7-Feb-09 19:25 
GeneralRe: Word Capture Pin
Swapnil Shah8-Feb-09 4:44
Swapnil Shah8-Feb-09 4:44 
GeneralRe: Word Capture Pin
Rajesh R Subramanian10-Feb-09 3:49
professionalRajesh R Subramanian10-Feb-09 3:49 
GeneralRe: Word Capture Pin
onlyjaypatel9-Oct-09 1:32
onlyjaypatel9-Oct-09 1:32 
GeneralRe: Word Capture Pin
Rajesh R Subramanian9-Oct-09 19:14
professionalRajesh R Subramanian9-Oct-09 19:14 
QuestionMultilingual application using vc++.net in visual studio 2005 Pin
Purish Dwivedi6-Feb-09 18:27
Purish Dwivedi6-Feb-09 18:27 
AnswerRe: Multilingual application using vc++.net in visual studio 2005 Pin
Hamid_RT6-Feb-09 20:27
Hamid_RT6-Feb-09 20:27 
GeneralRe: Multilingual application using vc++.net in visual studio 2005 Pin
Purish Dwivedi6-Feb-09 21:32
Purish Dwivedi6-Feb-09 21:32 
GeneralRe: Multilingual application using vc++.net in visual studio 2005 Pin
Hamid_RT7-Feb-09 8:09
Hamid_RT7-Feb-09 8:09 
QuestionError of database "String data, right truncated" Pin
Le@rner6-Feb-09 17:39
Le@rner6-Feb-09 17:39 

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.