For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic > October 2004 > background colors for progressbars and menus









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author background colors for progressbars and menus
Andre Gibson

2004-10-28, 3:55 pm

hello all,

I developed an application with a white backgound. I change the background
color of all my buttons and labels controls to match the white and it all
works well except for my progress bar and my menus to appear white. Is there
some way to change their colors as well? Please advise.

Thanks Andre
Ken Halter

2004-10-28, 3:55 pm

Andre Gibson wrote:
> hello all,
>
> I developed an application with a white backgound. I change the background
> color of all my buttons and labels controls to match the white and it all
> works well except for my progress bar and my menus to appear white. Is there
> some way to change their colors as well? Please advise.
>
> Thanks Andre


You can change the progressbar colors easily enough. The menus will
require a control panel Display applet setting change.

Progress Bar Colors
http://www.vbsight.com/Code.htm

....more info/code here...

Subject: 3-color progress bar
http://groups.google.com/groups?hl=...bae0cd56&rnum=1

....and a replacement that's free w/source (XP not required)

Cool XP ProgressBar 2.0
http://www.planetsourcecode.com/vb/...=56151&lngWId=1

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
YYZ

2004-10-28, 3:55 pm

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message

> ...and a replacement that's free w/source (XP not required)
>
> Cool XP ProgressBar 2.0
>

http://www.planetsourcecode.com/vb/...deId=56151&lngW
Id=1

That IS . Have you used this one? I'm just wondering how stable it is
in a production app...

Matt


Ken Halter

2004-10-28, 8:55 pm

YYZ wrote:
> That IS . Have you used this one? I'm just wondering how stable it is
> in a production app...
>
> Matt


I just found it this morning <g>. I played with it a while and it
"worked as advertised". If you plan to use it in a production app,
you'll most likely want to go through it and add more error trapping.

Error trapping is usually left up to the end user/developer in most
"freebie" samples. This one's no exception. I found only a single "On
Error Resume Next" in the usercontrol. Other than that, there's none.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
YYZ

2004-10-28, 8:55 pm

"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:ORXqtlSvEHA.2564@TK2MSFTNGP12.phx.gbl...
> YYZ wrote:
is[color=darkred]
>
> I just found it this morning <g>. I played with it a while and it
> "worked as advertised". If you plan to use it in a production app,
> you'll most likely want to go through it and add more error trapping.
>
> Error trapping is usually left up to the end user/developer in most
> "freebie" samples. This one's no exception. I found only a single "On
> Error Resume Next" in the usercontrol. Other than that, there's none.


Good advice -- thanks. My boss is on a "our apps need to look more "
kick, and this is just the kind of thing he is looking for. Up the karma
points!


Ken Halter

2004-10-28, 8:55 pm

YYZ wrote:
> Good advice -- thanks. My boss is on a "our apps need to look more "
> kick, and this is just the kind of thing he is looking for. Up the karma
> points!


Well... have you seen this (below)? Definitely . It's a
toolbar/menu/everything replacement.

vbAccelerator CommandBar Control
http://www.vbaccelerator.com/home/V...rol/article.asp

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
Randy Birch

2004-10-28, 8:55 pm

Ken ...

Changing Menu and Submenu Colours without Affecting the System
For Windows 98 or later, and Windows 2000 or later
http://vbnet.mvps.org/code/menu/menucolour.htm

--


Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/


"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:ORSAoPTvEHA.3856@TK2MSFTNGP10.phx.gbl...
: YYZ wrote:
: > Good advice -- thanks. My boss is on a "our apps need to look more
"
: > kick, and this is just the kind of thing he is looking for. Up the
karma
: > points!
:
: Well... have you seen this (below)? Definitely . It's a
: toolbar/menu/everything replacement.
:
: vbAccelerator CommandBar Control
:
http://www.vbaccelerator.com/home/V...rol/article.asp
:
: --
: Ken Halter - MS-MVP-VB - http://www.vbsight.com
: Please keep all discussions in the groups..

Tom Esh

2004-10-29, 3:55 am

On Thu, 28 Oct 2004 20:35:13 -0400, "Randy Birch"
<rgb_removethis@mvps.org> wrote:

>Changing Menu and Submenu Colours without Affecting the System
>For Windows 98 or later, and Windows 2000 or later
>http://vbnet.mvps.org/code/menu/menucolour.htm



"Here's a way to break every UI design rule in the book."

Not ~every~ rule. It still ~works~. <g>

<rant>
....Unlike some popular apps that look "" but can't even manage
basic KB functionality. Duh! Gotta wonder how good the rest of the
code is when they don't get that right.
</rant>


-Tom
MVP - Visual Basic
(please post replies to the newsgroup)
Randy Birch

2004-10-29, 3:55 am

<g> I know what you mean. Really interesting looking interfaces on apps that
are crap, or on good apps but the interface is hell to figure out, and worse
if their idea of taste is cyan and green.

--


Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/


"Tom Esh" <tjeshGibberish@earthlink.net> wrote in message
news:cg83o0lbg1lneja3dn0te7hrbv71dpvpbb@
4ax.com...
: On Thu, 28 Oct 2004 20:35:13 -0400, "Randy Birch"
: <rgb_removethis@mvps.org> wrote:
:
: >Changing Menu and Submenu Colours without Affecting the System
: >For Windows 98 or later, and Windows 2000 or later
: >http://vbnet.mvps.org/code/menu/menucolour.htm
:
:
: "Here's a way to break every UI design rule in the book."
:
: Not ~every~ rule. It still ~works~. <g>
:
: <rant>
: ...Unlike some popular apps that look "" but can't even manage
: basic KB functionality. Duh! Gotta wonder how good the rest of the
: code is when they don't get that right.
: </rant>
:
:
: -Tom
: MVP - Visual Basic
: (please post replies to the newsgroup)

Tom Esh

2004-10-29, 3:55 am

On Thu, 28 Oct 2004 22:07:41 -0400, "Randy Birch"
<rgb_removethis@mvps.org> wrote:

><g> I know what you mean. Really interesting looking interfaces on apps that
>are crap, or on good apps but the interface is hell to figure out, and worse
>if their idea of taste is cyan and green.


Yup. Sometimes I just want to forget my manners smack 'em around a
while in public. :-)


-Tom
MVP - Visual Basic
(please post replies to the newsgroup)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com