473,396 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Theme / Scheme

Hi All,

Have you noticed that Outlook ( dont remember which version ) utilizes
three to four colours to give the Blue theme look

AliceBlue
LightSteelBlue
Midnight Blue

You can use the above colours in appropriate places to give the look of
outlook atleast in terms of colours.

I was wondering if someone knows combination of colours for green or yellow
or some other colour.

Or in a more broader perspective ... Is there any help that I may have If i
want to make themed applications.

Thank You in advance
rawCoder
Nov 16 '05 #1
4 2464
rawCoder,

There is no native theming library in .NET for windows apps. However,
there may be some open source projects for this sort of thing, or there may
be a third party library that you can purchase.

As for getting the colors that you want, you should be able to get the
RGB values for these colors using any program that has an eyedropper tool
(they allow you to determine the RGB values for any color on the screen
usually).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"rawCoder" <ra******@hotmail.com> wrote in message
news:uj*************@TK2MSFTNGP12.phx.gbl...
Hi All,

Have you noticed that Outlook ( dont remember which version ) utilizes
three to four colours to give the Blue theme look

AliceBlue
LightSteelBlue
Midnight Blue

You can use the above colours in appropriate places to give the look of
outlook atleast in terms of colours.

I was wondering if someone knows combination of colours for green or
yellow
or some other colour.

Or in a more broader perspective ... Is there any help that I may have If
i
want to make themed applications.

Thank You in advance
rawCoder

Nov 16 '05 #2
Thanx Nicholas,

I don't actually need a theming library or something like that ... just set
of colors that are in contrast with each other and don't look bad.
As some one said that a developer might think he has aesthetic sense, but he
doesn't.

Secondly I am not aware of any such chameleon application that has multiple
reusable themes ( colours ) in it , so I cant pick the colors :-(
Besides I was referring to the colors that are available by name in .NET and
not in RGB.
You see, I think that there must be like many sets of these named colors
that can be used to make good looking GUIs or themes.

Thanks anyways
rawCoder

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:OR**************@TK2MSFTNGP10.phx.gbl...
rawCoder,

There is no native theming library in .NET for windows apps. However,
there may be some open source projects for this sort of thing, or there may be a third party library that you can purchase.

As for getting the colors that you want, you should be able to get the
RGB values for these colors using any program that has an eyedropper tool
(they allow you to determine the RGB values for any color on the screen
usually).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"rawCoder" <ra******@hotmail.com> wrote in message
news:uj*************@TK2MSFTNGP12.phx.gbl...
Hi All,

Have you noticed that Outlook ( dont remember which version ) utilizes
three to four colours to give the Blue theme look

AliceBlue
LightSteelBlue
Midnight Blue

You can use the above colours in appropriate places to give the look of
outlook atleast in terms of colours.

I was wondering if someone knows combination of colours for green or
yellow
or some other colour.

Or in a more broader perspective ... Is there any help that I may have If i
want to make themed applications.

Thank You in advance
rawCoder


Nov 16 '05 #3
the way i've done it is to create an extended graphics class and in the sub
new method of any given form, assign the different paint related events to
delegates of that class (whether for the form itself or any of its
controls)...events like mousedown, mouseup, paint, etc. i use it a bunch for
controls...i didn't want to create a lot of bitmaps to get the look i
wanted. the only coding i have to do now to change the appearance of the
whole app is to set properties of the class.

i don't know if that's the way you'd want to go...but, if it is i'd read
about the graphics class for things like drawstring, drawrectangle,
fillrectangle, etc.

hth,

steve
Nov 16 '05 #4
| Besides I was referring to the colors that are available by name in .NET
and
| not in RGB.
| You see, I think that there must be like many sets of these named colors
| that can be used to make good looking GUIs or themes.

your aren't stuck using the named colors. you can use the colortranslator
object to use html-style color convensions like #8080FF (not quite
lightsteelblue but close, just a bit darker- one of my favorites) or rgb or
whatever.

named colors are for convenience but you can't always get what you want by
just using them. an example would be fading effects.

anyway, just something to think about.
Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: SpookyET | last post by:
I'm wondering how to access xp theme colours, and i'm not talking about doing the .manifest thing; for example On-Screen Keyboard is blue if you use the default xp colour, while it is dark gray if...
4
by: rawCoder | last post by:
Hi All, Have you noticed that Outlook ( dont remember which version ) utilizes three to four colours to give the Blue theme look AliceBlue LightSteelBlue Midnight Blue You can use the...
4
by: Teemu | last post by:
I'm wondering if there is a easy way to change for example toolstrips appearance. I'd like to have the same theme as in VB2005. Brown backgroung instead of the light blue. Can this be done without...
1
by: Joey | last post by:
Hello, I have tried to programmatically set the theme for my master page by putting code in a "Page_PreInit" fuction in the master page's code behind. However, when I set a breakpoint there and...
1
by: Ron | last post by:
I have an application that requires a login at each visit to the site and can only be accessed by a login. A user can have different themes depending if it was assigned in there profile. Theme...
1
by: Alan T | last post by:
Any function calls can retieve Windows theme or Outlook theme ?
2
by: Wayne | last post by:
Does anybody know why my Office 2003 apps including Access have taken on a blue theme when running under Windows Vista irrespective of which "Window Color and Appearance" I choose in Control Panel?...
11
by: greg | last post by:
Hi all, Is there a way to get the current theme name at design time? I'm trying to write a custom control for which I need to use images from the current theme. I have asigned a theme to the...
1
by: grexican | last post by:
Hello, I'm working with some third-party JS code, such as mootools and moo.fx, among a few others. They have some really nice "flashy" features, such as fading from one color to another to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.