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

C / C++ / MFC

 
GeneralRe: Lock CD-ROM Pin
VikramDelhi19-Jun-03 2:08
VikramDelhi19-Jun-03 2:08 
GeneralRe: Lock CD-ROM Pin
Ted Ferenc19-Jun-03 4:22
Ted Ferenc19-Jun-03 4:22 
GeneralRe: Lock CD-ROM Pin
VikramDelhi19-Jun-03 9:38
VikramDelhi19-Jun-03 9:38 
GeneralRe: Lock CD-ROM Pin
rano12326-Dec-09 8:57
rano12326-Dec-09 8:57 
GeneralCreateFont creates font of different weight if escapement is non zero. Pin
Dhirendra18-Jun-03 23:45
Dhirendra18-Jun-03 23:45 
GeneralRe: CreateFont creates font of different weight if escapement is non zero. Pin
Ryan Binns18-Jun-03 23:59
Ryan Binns18-Jun-03 23:59 
GeneralRe: CreateFont creates font of different weight if escapement is non zero. Pin
Dhirendra23-Jun-03 21:14
Dhirendra23-Jun-03 21:14 
GeneralRe: CreateFont creates font of different weight if escapement is non zero. Pin
Ryan Binns23-Jun-03 21:23
Ryan Binns23-Jun-03 21:23 
Dhirendra wrote:
What's the minimum changes Can I do in my existing code to get support of GDI+?

You need to include "gdiplus.h" and link to the library, call GdiplusStartup() before you use GDI+ and call GdiplusShutdown() when you finish. You can create a graphics context from a GDI HDC by using Graphics g(hDC) (or Graphics g(dc.GetSafeHdc()) if you're using MFC). After that, you can start drawing in GDI+ however you like.

Look at one of the tutorials to get you started.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

QuestionPower of 2? Pin
Dominik Reichl18-Jun-03 23:32
Dominik Reichl18-Jun-03 23:32 
AnswerRe: Power of 2? Pin
Ryan Binns18-Jun-03 23:57
Ryan Binns18-Jun-03 23:57 
GeneralRe: Power of 2? Pin
Dominik Reichl19-Jun-03 0:33
Dominik Reichl19-Jun-03 0:33 
GeneralRe: Power of 2? Pin
Ryan Binns19-Jun-03 0:58
Ryan Binns19-Jun-03 0:58 
GeneralRe: Power of 2? Pin
Tim Smith19-Jun-03 4:05
Tim Smith19-Jun-03 4:05 
GeneralRe: Power of 2? Pin
Ryan Binns19-Jun-03 4:09
Ryan Binns19-Jun-03 4:09 
Generaldefault audio device Pin
cremelie18-Jun-03 23:15
cremelie18-Jun-03 23:15 
Generaltransparent toolbarbuttons,please help! Pin
schaereran@gmx.net18-Jun-03 22:55
schaereran@gmx.net18-Jun-03 22:55 
GeneralRe: transparent toolbarbuttons,please help! Pin
Dominik Reichl18-Jun-03 23:34
Dominik Reichl18-Jun-03 23:34 
GeneralRe: transparent toolbarbuttons,please help! Pin
schaereran@gmx.net18-Jun-03 23:46
schaereran@gmx.net18-Jun-03 23:46 
GeneralRe: transparent toolbarbuttons,please help! Pin
schaereran@gmx.net18-Jun-03 23:53
schaereran@gmx.net18-Jun-03 23:53 
GeneralRe: transparent toolbarbuttons,please help! Pin
schaereran@gmx.net19-Jun-03 1:21
schaereran@gmx.net19-Jun-03 1:21 
GeneralThread and Message Queue Pin
vikramlinux18-Jun-03 22:31
vikramlinux18-Jun-03 22:31 
GeneralRe: Thread and Message Queue Pin
Ryan Binns18-Jun-03 22:38
Ryan Binns18-Jun-03 22:38 
GeneralRe: Thread and Message Queue Pin
vikramlinux18-Jun-03 22:46
vikramlinux18-Jun-03 22:46 
GeneralRe: Thread and Message Queue Pin
Ryan Binns18-Jun-03 22:49
Ryan Binns18-Jun-03 22:49 
GeneralRe: Thread and Message Queue Pin
vikramlinux18-Jun-03 23:54
vikramlinux18-Jun-03 23:54 

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.