G
Guest
I am writing an ASP .NET application. Controls such as Listbox and combo box
pick up the Users Themes from there PC and display selected items using such
selected highlight colors.
I have a table which the user can scroll through and also has mousein -
mouseout events which changes the color as they scroll. This does not pick
up the user's theme color (it is defined in the style sheet). I would rather
this be the Users Theme color. Why? Because I have a table on the same page
as a Listbox and depending on the users theme, they both select with
different colors. It doesn't look nice
Question:
1. Is there a way to modify the listbox selected item color (I don't think
there is, unless I write a custom control, which is not an option). And I
mean the selected color (onclick), not background, forecolor). I know I could
use the html listbox and modify the style, however, there does not seem to be
a way to modify the 'selected item'
2. Is there an API call I can make (using VBSCRIPT on the client, or
JSCRIPT) that can pick up the users theme and get the 'selecteditem' color.
Its just cosmetics, but it makes a difference.
Thanks, Dianna
pick up the Users Themes from there PC and display selected items using such
selected highlight colors.
I have a table which the user can scroll through and also has mousein -
mouseout events which changes the color as they scroll. This does not pick
up the user's theme color (it is defined in the style sheet). I would rather
this be the Users Theme color. Why? Because I have a table on the same page
as a Listbox and depending on the users theme, they both select with
different colors. It doesn't look nice
Question:
1. Is there a way to modify the listbox selected item color (I don't think
there is, unless I write a custom control, which is not an option). And I
mean the selected color (onclick), not background, forecolor). I know I could
use the html listbox and modify the style, however, there does not seem to be
a way to modify the 'selected item'
2. Is there an API call I can make (using VBSCRIPT on the client, or
JSCRIPT) that can pick up the users theme and get the 'selecteditem' color.
Its just cosmetics, but it makes a difference.
Thanks, Dianna