Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalapplication's accelerators interfering with edit box on form view Pin
T.T.H.30-Mar-05 0:12
T.T.H.30-Mar-05 0:12 
GeneralDeleteFile not working! Pin
vikramlinux29-Mar-05 23:43
vikramlinux29-Mar-05 23:43 
GeneralRe: DeleteFile not working! Pin
BadJerry29-Mar-05 23:59
BadJerry29-Mar-05 23:59 
GeneralRe: DeleteFile not working! Pin
vikramlinux30-Mar-05 0:15
vikramlinux30-Mar-05 0:15 
GeneralRe: DeleteFile not working! Pin
jhwurmbach30-Mar-05 3:06
jhwurmbach30-Mar-05 3:06 
GeneralRe: DeleteFile not working! Pin
Steve Thresher30-Mar-05 1:40
Steve Thresher30-Mar-05 1:40 
GeneralText on Image (in GDI+) Pin
smicikli29-Mar-05 23:42
smicikli29-Mar-05 23:42 
GeneralRe: Text on Image (in GDI+) Pin
John R. Shaw30-Mar-05 7:35
John R. Shaw30-Mar-05 7:35 
There are some very good articles at codeproject on GDI+ programming; they should answer your question.

It sounds like you are drawing the text on a copy of the bitmap and not the original bitmap. If you draw the bitmap on a window and then draw text onto that image, then you are not drawing on the original bitmap (image). What you need to do, is draw the text on the original image or copy the temporary image to the origianal image.

I am not sure how this is done with GDI+, but it is easy to do in GDI.

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Text on Image (in GDI+) Pin
smicikli30-Mar-05 8:03
smicikli30-Mar-05 8:03 
GeneralRe: Text on Image (in GDI+) Pin
John R. Shaw30-Mar-05 8:39
John R. Shaw30-Mar-05 8:39 
GeneralRe: Text on Image (in GDI+) Pin
smicikli30-Mar-05 10:13
smicikli30-Mar-05 10:13 
GeneralRe: Text on Image (in GDI+) Pin
smicikli31-Mar-05 6:33
smicikli31-Mar-05 6:33 
GeneralRe: Text on Image (in GDI+) Pin
John R. Shaw31-Mar-05 21:09
John R. Shaw31-Mar-05 21:09 
GeneralWindow Equivalent !! Pin
ThatsAlok29-Mar-05 23:35
ThatsAlok29-Mar-05 23:35 
GeneralRe: Window Equivalent !! Pin
BadJerry29-Mar-05 23:55
BadJerry29-Mar-05 23:55 
GeneralRe: Window Equivalent !! Pin
ThatsAlok30-Mar-05 0:09
ThatsAlok30-Mar-05 0:09 
GeneralRe: Window Equivalent !! Pin
David Crow30-Mar-05 3:13
David Crow30-Mar-05 3:13 
GeneralRe: Window Equivalent !! Pin
ThatsAlok30-Mar-05 17:59
ThatsAlok30-Mar-05 17:59 
GeneralRe: Window Equivalent !! Pin
Ravi Bhavnani30-Mar-05 3:40
professionalRavi Bhavnani30-Mar-05 3:40 
GeneralRe: Window Equivalent !! Pin
John R. Shaw30-Mar-05 7:52
John R. Shaw30-Mar-05 7:52 
GeneralRe: Window Equivalent !! Pin
ThatsAlok30-Mar-05 17:51
ThatsAlok30-Mar-05 17:51 
GeneralCOleDateTime::GetCurrentTime and daylight saving changes Pin
BadJerry29-Mar-05 23:22
BadJerry29-Mar-05 23:22 
GeneralRe: COleDateTime::GetCurrentTime and daylight saving changes Pin
BadJerry30-Mar-05 0:26
BadJerry30-Mar-05 0:26 
GeneralRe: COleDateTime::GetCurrentTime and daylight saving changes Pin
Mike Dimmick30-Mar-05 1:17
Mike Dimmick30-Mar-05 1:17 
GeneralRe: COleDateTime::GetCurrentTime and daylight saving changes Pin
BadJerry30-Mar-05 2:07
BadJerry30-Mar-05 2:07 

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.