How To: Fade effect title bar 
Author Message
 How To: Fade effect title bar

Anyone know how to make my VB form's title bar look more contemporary?
Specifically like that in Windows 98 or  MS Office 2000 apps, whereby the
title bar's color  fades from right to left.  Thanks a bunch in advance.

Peter O'Reilly



Tue, 30 Sep 2003 03:24:27 GMT  
 How To: Fade effect title bar
If your app runs on Win98 or 2000, then it will already have the fade effect.

If you really wanted to, you could detect which OS you were running on, and add the effect
for Win95 and NT4, but it's a lot of work.

Here's a link to a page with an example:
http://www.extreme-vb.net/form_effects.php3



Tue, 30 Sep 2003 04:33:59 GMT  
 How To: Fade effect title bar
hi Peter,

vbThunder (Ben Baird) also has some demo code:

    http://www.vbthunder.com/source/forms/gradtitle.htm

which discusses both horizontal and vertical gradients.

cheers, jw



Quote:
> Anyone know how to make my VB form's title bar look more contemporary?
> Specifically like that in Windows 98 or  MS Office 2000 apps, whereby the
> title bar's color  fades from right to left.  Thanks a bunch in advance.

> Peter O'Reilly



Tue, 30 Sep 2003 06:24:28 GMT  
 How To: Fade effect title bar
This is great.  Thanks.  Indeed it is alot of work.


Tue, 30 Sep 2003 22:38:20 GMT  
 How To: Fade effect title bar
Jim,
Thanks a bunch for the link.  This gradient code works real well.  -Peter


Tue, 30 Sep 2003 22:44:54 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Fade-in, Fade-out effect

2. Faded form title bars (2nd Attempt)

3. Faded form title bars

4. Fading Title Bar

5. Faded form title bars (2nd Attempt)

6. Faded form title bars

7. Title Bar Fade

8. Using API calls to fade the title bar (like MS Office)

9. Using API calls to fade the title bar (like MS Office)

10. Title Bar Fade

11. Fading Title Bar in VB?

12. create a fade effect or any other effect like morph between two open forms

 

 
Powered by phpBB® Forum Software