How can i get this effect in my application? |
Post Reply |
Author | |
zjie8108
Newbie Joined: 27 November 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 27 November 2006 at 8:02am |
There are a lot of good examples in Xtreme Toolkit's directory. And i researched one of the "Button" example for some days, there is a question. How can i get this effect in myself application(VC6.0 environment).
my application's picture(The radio button did not have the xp effect)
The "Button" example's picture(The radio button have the xp effect)
|
|
zjie8108
Newbie Joined: 27 November 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Why i can't upload the picture?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Search in this forum "manifest" word.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
zjie8108
Newbie Joined: 27 November 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Thanks, my problem is solved with your guidance, .
|
|
zjie8108
Newbie Joined: 27 November 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Hello, oleg,There is another question.
Why the Xtreme directory 's example can get the XP effect without any revise? Such as the example of "Button"
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Because all samples resources include Samples\AboutDlg\AboutDlg.rc which add manifest.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
zjie8108
Newbie Joined: 27 November 2006 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
oleg, thanks for your kindness first. After your message ,i have been researched the "AboutDlg" and "Wordpad" examples very carefully, and how can i load the "AboutDlg.rc" and "AboutDlg.h" to my project? Generally, "AboutDlg.rc" and "AboutDlg.h" are located in the project's "Extended Dependencies".
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
You don't need our AboutDlg. It only shows our About dialog .
you need only manifest include:
#if !defined(ID_MFCLOC_MANIFEST) // VS2005 IDR_MANIFEST 24 DISCARDABLE "res\\manifest.xml"
#endif
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |