Click here to Skip to main content
15,908,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: about menu Pin
thatsme_cool2-Apr-06 18:49
thatsme_cool2-Apr-06 18:49 
GeneralRe: about menu Pin
FlyWithYou2-Apr-06 19:02
FlyWithYou2-Apr-06 19:02 
AnswerRe: about menu Pin
thatsme_cool2-Apr-06 19:14
thatsme_cool2-Apr-06 19:14 
QuestionEdit Box Pin
beardy janggut2-Apr-06 16:30
beardy janggut2-Apr-06 16:30 
AnswerRe: Edit Box Pin
Christian Graus2-Apr-06 17:26
protectorChristian Graus2-Apr-06 17:26 
GeneralRe: Edit Box Pin
normanS3-Apr-06 0:53
normanS3-Apr-06 0:53 
QuestionWriting text on given bitmap file Pin
KongHL2-Apr-06 14:48
KongHL2-Apr-06 14:48 
AnswerRe: Writing text on given bitmap file Pin
Christian Graus2-Apr-06 16:17
protectorChristian Graus2-Apr-06 16:17 
If it's a bmp, LoadImage will load it. Otherwise, GDI+ will probably load it. Then you need to select it into a DC, draw text on it and save it again ( which probably means you need GDI+ and will load it into a Graphics object ). I have several articles on gDI+ here, one of them is called 'doodle' - it will show you how to load and save an image, and draw on it. Just change the code to draw text instead.


Christian Graus - Microsoft MVP - C++
GeneralRe: Writing text on given bitmap file Pin
KongHL2-Apr-06 16:20
KongHL2-Apr-06 16:20 
GeneralRe: Writing text on given bitmap file Pin
Christian Graus2-Apr-06 16:28
protectorChristian Graus2-Apr-06 16:28 
AnswerRe: Writing text on given bitmap file Pin
Hamid_RT2-Apr-06 18:31
Hamid_RT2-Apr-06 18:31 
QuestionVariables in DLL help Pin
borono2-Apr-06 13:05
borono2-Apr-06 13:05 
QuestionCEdit Class Pin
merlinore2-Apr-06 11:23
merlinore2-Apr-06 11:23 
AnswerRe: CEdit Class Pin
Christian Graus2-Apr-06 12:41
protectorChristian Graus2-Apr-06 12:41 
QuestionCalling the constructor Pin
Alexander M.,2-Apr-06 10:33
Alexander M.,2-Apr-06 10:33 
AnswerRe: Calling the constructor Pin
Nemanja Trifunovic2-Apr-06 10:46
Nemanja Trifunovic2-Apr-06 10:46 
GeneralRe: Calling the constructor Pin
Alexander M.,2-Apr-06 11:31
Alexander M.,2-Apr-06 11:31 
GeneralRe: Calling the constructor Pin
Waldermort2-Apr-06 11:53
Waldermort2-Apr-06 11:53 
GeneralRe: Calling the constructor Pin
Waldermort2-Apr-06 12:04
Waldermort2-Apr-06 12:04 
GeneralRe: Calling the constructor Pin
toxcct2-Apr-06 22:17
toxcct2-Apr-06 22:17 
GeneralRe: Calling the constructor Pin
Alexander M.,2-Apr-06 13:13
Alexander M.,2-Apr-06 13:13 
AnswerRe: Calling the constructor Pin
cmk2-Apr-06 15:12
cmk2-Apr-06 15:12 
AnswerRe: Calling the constructor Pin
Stephen Hewitt2-Apr-06 16:20
Stephen Hewitt2-Apr-06 16:20 
AnswerRe: Calling the constructor Pin
Michael Dunn2-Apr-06 16:57
sitebuilderMichael Dunn2-Apr-06 16:57 
QuestionProblem to be solved in Visual C++ Express Edition Pin
aliashar862-Apr-06 10:00
aliashar862-Apr-06 10:00 

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.