Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the style from another class?? Pin
Cedric Moonen18-Nov-05 1:05
Cedric Moonen18-Nov-05 1:05 
QuestionFlickering... Pin
Raza568017-Nov-05 22:09
Raza568017-Nov-05 22:09 
AnswerRe: Flickering... Pin
kakan17-Nov-05 22:45
professionalkakan17-Nov-05 22:45 
AnswerRe: Flickering... Pin
Owner drawn17-Nov-05 22:47
Owner drawn17-Nov-05 22:47 
Questionuse IShellFolder2 then "use of undefined type 'IShellFolder2'" Pin
Blue-Bird17-Nov-05 22:00
Blue-Bird17-Nov-05 22:00 
AnswerRe: use IShellFolder2 then "use of undefined type 'IShellFolder2'" Pin
Sheng Jiang 蒋晟18-Nov-05 11:07
Sheng Jiang 蒋晟18-Nov-05 11:07 
QuestionIs it possible to use GDI+ in VC++ 6.0 Pin
maharaja pandian17-Nov-05 21:44
maharaja pandian17-Nov-05 21:44 
AnswerRe: Is it possible to use GDI+ in VC++ 6.0 Pin
kakan17-Nov-05 22:37
professionalkakan17-Nov-05 22:37 
Hello.

Include the GDI+ headers in your source file mahadlgDlg.cpp
(AFTER #include <stdafx.h>)

I.e:

using namespace Gdiplus;
#include "GdiPlusBitmap.h"
#include "GdiPlusHeaders.h"

And

#pragma comment(lib, "gdiplus.lib")

That should do the trick.

Kakan
AnswerRe: Is it possible to use GDI+ in VC++ 6.0 Pin
ThatsAlok17-Nov-05 22:44
ThatsAlok17-Nov-05 22:44 
QuestionCClockST Ver1.3 Pin
benny_t5117-Nov-05 21:41
benny_t5117-Nov-05 21:41 
AnswerRe: CClockST Ver1.3 Pin
toxcct17-Nov-05 23:49
toxcct17-Nov-05 23:49 
Questionhow to print a .bmp or .png file in dialog based applicatio Pin
cancerion17-Nov-05 21:20
cancerion17-Nov-05 21:20 
QuestionHow to open file in own program? Pin
uus9917-Nov-05 21:13
uus9917-Nov-05 21:13 
AnswerRe: How to open file in own program? Pin
cancerion17-Nov-05 21:22
cancerion17-Nov-05 21:22 
AnswerRe: How to open file in own program? Pin
ThatsAlok17-Nov-05 22:07
ThatsAlok17-Nov-05 22:07 
GeneralRe: How to open file in own program? Pin
uus9917-Nov-05 22:42
uus9917-Nov-05 22:42 
GeneralRe: How to open file in own program? Pin
ThatsAlok17-Nov-05 22:56
ThatsAlok17-Nov-05 22:56 
GeneralRe: How to open file in own program? Pin
Cedric Moonen18-Nov-05 0:56
Cedric Moonen18-Nov-05 0:56 
GeneralRe: How to open file in own program? Pin
uus9918-Nov-05 21:03
uus9918-Nov-05 21:03 
AnswerRe: How to open file in own program? Pin
David Crow18-Nov-05 4:10
David Crow18-Nov-05 4:10 
QuestionPLease advice not complext SCHEME drawing control ? Pin
vgrigor117-Nov-05 20:53
vgrigor117-Nov-05 20:53 
Questionhow to change the resource such as companyname in the .exe file Pin
freemme17-Nov-05 20:14
freemme17-Nov-05 20:14 
AnswerRe: how to change the resource such as companyname in the .exe file Pin
Venkata Rama Subbarao18-Nov-05 1:00
Venkata Rama Subbarao18-Nov-05 1:00 
AnswerRe: how to change the resource such as companyname in the .exe file Pin
Aamir Butt18-Nov-05 1:22
Aamir Butt18-Nov-05 1:22 
GeneralRe: how to change the resource such as companyname in the .exe file Pin
freemme18-Nov-05 16:53
freemme18-Nov-05 16:53 

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.