472,799 Members | 1,524 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,799 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 2443
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...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.