Glass heading in application
-
Hello for all! I need some programmer's help. I have a task to write a program that will use some Vista APIs. I want to add to this program a glassified heading (white text on black glass background), just like in Windows DVD Maker. What C# code I should use to make this? Thanks.
-
Hello for all! I need some programmer's help. I have a task to write a program that will use some Vista APIs. I want to add to this program a glassified heading (white text on black glass background), just like in Windows DVD Maker. What C# code I should use to make this? Thanks.
-
-
Hello for all! I need some programmer's help. I have a task to write a program that will use some Vista APIs. I want to add to this program a glassified heading (white text on black glass background), just like in Windows DVD Maker. What C# code I should use to make this? Thanks.
Have you tried searching this site for the article for extending the glass appearance? Their is an excellent one if you just do a search.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
Well, thanks, but I know about WPF... On this MDSN site I won't find anything. Moreover, I'm working on a Windows Forms application.
Cool. Well DVD Maker is not a WPF app, but this may be useful.. Adding Glass to a Windows Forms Application[^] Also, GDI+ can be used to easily render windows with opacity. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Have you tried searching this site for the article for extending the glass appearance? Their is an excellent one if you just do a search.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
I know how to make a glass form, I need the glassified HEADING. It is white text on the glassy BLACK background, just like in DVD Maker. I don't need glassified form. Here's a screenshot: http://img352.imageshack.us/my.php?image=screenshotth9.jpg[^]
-
I know how to make a glass form, I need the glassified HEADING. It is white text on the glassy BLACK background, just like in DVD Maker. I don't need glassified form. Here's a screenshot: http://img352.imageshack.us/my.php?image=screenshotth9.jpg[^]
Sgt.Riggs wrote:
I need the glassified HEADING. It is white text on the glassy BLACK background
You can do all that with GDI+. Are you looking for a built-in control that does the drawing for you? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I know how to make a glass form, I need the glassified HEADING. It is white text on the glassy BLACK background, just like in DVD Maker. I don't need glassified form. Here's a screenshot: http://img352.imageshack.us/my.php?image=screenshotth9.jpg[^]
You get that kind of caption automatically in wizards. If you can't use a wizard, see Vista Goodies in C++: Using Glass in Your UI[^]
--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ "That's what's great about doing user interface work. No matter what you do, people will say that what you did was idiotic." -- Raymond Chen
-
You get that kind of caption automatically in wizards. If you can't use a wizard, see Vista Goodies in C++: Using Glass in Your UI[^]
--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ "That's what's great about doing user interface work. No matter what you do, people will say that what you did was idiotic." -- Raymond Chen
Bookmarked that one. Thanks Mike!
Mark Salsbery Microsoft MVP - Visual C++ :java: