Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Device driver compatability Pin
Alexander M.,30-Mar-05 6:35
Alexander M.,30-Mar-05 6:35 
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 
Hi!

Sorry, but I can speak English only a bit.Laugh | :laugh:
I have a little problem. I would like to display an image (GDI+), display a text and I would like to save them.

Graphics graphics(lpDrawItemStruct->hDC);
graphics.DrawImage(pDoc->bitmap,...);

graphics.DrawString(...);

Up to this point OK.

And after that I would like to save them!
(in a Doc/OnSaveDocument):
bitmap->Save(...);

But only the image saved after that. How can I save both the image and the text?
How can I copy the text into the pDoc->bitmap?????????????Confused | :confused:
Please help me! Thanks!

GeneralRe: Text on Image (in GDI+) Pin
John R. Shaw30-Mar-05 7:35
John R. Shaw30-Mar-05 7:35 
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 

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.