473,770 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2482
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.co m

"rawCoder" <ra******@hotma il.com> wrote in message
news:uj******** *****@TK2MSFTNG P12.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.c om> wrote in
message news:OR******** ******@TK2MSFTN GP10.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.co m

"rawCoder" <ra******@hotma il.com> wrote in message
news:uj******** *****@TK2MSFTNG P12.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)...eve nts 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
1125
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 you use Silver. Oviously those are not the normal colours for a form for those colour schemes.
4
1011
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 above colours in appropriate places to give the look of
4
24724
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 creating own custom draw procedure? Somehow the theme of Visual Studio looks more professional than the original blue color. -Teemu
1
8006
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 run the app, the breakpoint is never hit. Of course my theme is not being applied. The above procedure works fine for any content page, but obviously doesn't work for my master page. So, how does one properly and programmatically set a theme...
1
1759
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 A is considered the default theme for the site But different users can have different themes. User A has Theme A User B has Theme B Logs in sees Theme A During Login sees Theme A after login sees Theme B
1
1621
by: Alan T | last post by:
Any function calls can retieve Windows theme or Outlook theme ?
2
4425
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? It doesn't seem to matter if I'm running Aero or Vista Basic. Access 2000 is not affected and has the bog standard grey toolbars etc. Under XP the blue theme only appeared in Office apps if the blue XP theme was chosen. If another theme...
11
6530
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 page as well as in the web.config. The control looks ok at run time but when viewed in the Visual Studio designer it cannot pick up the current theme.
1
1286
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 bring attention. I would like to use these settings, but I am currently restricted to a single theme (more specifically, one color scheme), because you must specify the start and stop color in JS. If I could "theme" JS files, then I could create a...
0
9618
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10101
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9906
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.