No announcements
Found 1645052 threads
-
0 Votes
MFC Edit box background color
If you just want to change background color of static control check for static control inside your code if you want to do something with edit then check for edit control etc.Answered | 18 Replies | 13376 Views | Created by mh1000 - Wednesday, March 14, 2012 12:01 AM | Last reply by Pintu Shukla - Tuesday, March 20, 2012 9:41 PM -
0 Votes
Changeing masthead background color
I changed the background from that light blue to black, but see hoe it only changes the color in the text area?Answered | 6 Replies | 4022 Views | Created by Dave Tremble - Monday, June 22, 2009 1:26 PM | Last reply by Dave Tremble - Monday, June 22, 2009 2:22 PM -
0 Votes
Color dialog on smartphone
No, I need ColorDialog - dialog that allow user to select color.Answered | 3 Replies | 3456 Views | Created by Krechet777 - Wednesday, June 10, 2009 9:18 AM | Last reply by Joel Ivory Johnson - Thursday, June 11, 2009 5:31 PM -
0 Votes
console background color
I doubt you are talking about Small Basic, but a technique that goes back to the early days of text based computing is to first set the color of the text, set the foreground and the ...Answered | 1 Replies | 950 Views | Created by Boy_141 - Friday, June 5, 2015 2:15 PM | Last reply by Coding Cat - Friday, June 5, 2015 2:35 PM -
3 Votes
How to override WPF DataGrid IsSelected Background color by IsMouseOver Background color
Background color: Orange, Foreground color: Green 2.Answered | 5 Replies | 8628 Views | Created by Caroline S - Thursday, April 25, 2013 10:34 AM | Last reply by Caroline S - Monday, May 13, 2013 2:56 AM -
1 Votes
Background color of visible whitespaces?
No idea how to enable changing the background color, but you can use a preset vssettings file that already changes it -- see ...Answered | 4 Replies | 5771 Views | Created by KonradMD - Friday, November 18, 2011 8:50 AM | Last reply by ExOttoyuhr - Thursday, August 16, 2012 3:42 PM -
0 Votes
Background color of a Textbox in WPF
HI based on your description i create small demo Xaml <Window.Resources> <LinearGradientBrush ...Answered | 4 Replies | 12566 Views | Created by sankarann - Thursday, February 23, 2012 6:35 AM | Last reply by sankarann - Thursday, February 23, 2012 9:24 AM -
2 Votes
CaptureElement Background color
Hi, I'm having a problem with the background color of a Grid containing a CaptureElement.Answered | 5 Replies | 3144 Views | Created by bfmarques - Saturday, May 26, 2012 9:07 PM | Last reply by Matt Small - Friday, June 1, 2012 1:03 PM -
0 Votes
How to change background color in AutoComplete window ?
Display the Properties dialog and find ITEMBACKCOLOR on the layout tab and set a new color.Answered | 9 Replies | 2930 Views | Created by A.Ankit - Sunday, December 28, 2014 11:23 AM | Last reply by Olaf Doschke - Wednesday, December 31, 2014 10:43 AM -
4 Votes
WPF (xaml) window and the predefined background color
<Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"/> As Tim mentioned above, you can set the ...Answered | 5 Replies | 33339 Views | Created by Willie007 - Friday, June 27, 2008 2:58 PM | Last reply by Willie007 - Monday, June 30, 2008 8:03 AM -
1 Votes
Background color to Mail body
CoolDadTx is correct, which have a right direction to set the mailbody background color.Answered | 4 Replies | 2831 Views | Created by Jackson_1990 - Monday, January 29, 2018 9:39 AM | Last reply by Fei Hu - Tuesday, January 30, 2018 6:31 AM -
0 Votes
DataGrid Cell Background Color
You could modify the DataGridCellStyle and bind the Background property to data.Answered | 4 Replies | 6132 Views | Created by Lauritz101 - Monday, October 25, 2010 9:57 PM | Last reply by Lauritz101 - Tuesday, December 7, 2010 10:17 PM -
0 Votes
background color not showing properly
Hi, I guess you are setting the background color using expression.Answered | 1 Replies | 5097 Views | Created by florence4 - Tuesday, February 8, 2011 5:10 PM | Last reply by Mohamed Irshad - Tuesday, February 8, 2011 6:34 PM -
0 Votes
Background colors on 3D charts
You only specify a single color and chart control automatically calculates the 3 needed colors based on the rotation of the chart control and orientation of the surface.Answered | 1 Replies | 4044 Views | Created by joehinder - Tuesday, June 29, 2010 12:25 AM | Last reply by Alex Gorev - Tuesday, June 29, 2010 5:17 AM -
0 Votes
How to show text without Background color?
I guess you can do with one of two ways: Use SetBkColor() to set the device context's back color to be the same of the form's back color, ...Answered | 1 Replies | 2563 Views | Created by Jeevaa - Monday, April 23, 2012 5:21 AM | Last reply by webJose - Monday, April 23, 2012 5:32 AM -
0 Votes
Project 2010 Professional - Disappearing Background Color
Select the Gantt chart view from the More Views dialog box and click Copy.Provide a name to the new gant chart view. click Ok and apply this view.Answered | 2 Replies | 6498 Views | Created by Oneluckydog91 - Saturday, August 25, 2012 3:32 AM | Last reply by Roopkumar Kamat - Tuesday, August 28, 2012 6:15 PM -
0 Votes
background based on other colors
The problem seems to be that except for using {TemplateBinding background} there doesn't seem to be a way to find the value of the instantiated controls background ...Answered | 5 Replies | 2515 Views | Created by DiamondDavo - Tuesday, May 22, 2012 10:53 AM | Last reply by DiamondDavo - Saturday, May 26, 2012 11:38 PM -
2 Votes
Background color for method Graphic.DrawString()
How I can set background color for method Graphic.DrawString()?Answered | 4 Replies | 22325 Views | Created by Mahno.net - Tuesday, November 8, 2011 2:50 PM | Last reply by JohnWein - Tuesday, November 8, 2011 3:33 PM -
1 Votes
Datagridview row background color
I can change the individual rows, but I'm sure there's a way to change all of the rows' background colors without having to iterate through each ...Answered | 4 Replies | 5183 Views | Created by Stop_the_insanity - Wednesday, January 14, 2009 6:17 PM | Last reply by Arjun Paudel - Monday, January 19, 2009 8:04 AM -
0 Votes
Bind Background color dynamically
Hi, The best way is to bind the Background property to some property in the view model, like "public Color MyColor" and generate a color randomly.Answered | 1 Replies | 1657 Views | Created by ams16 - Tuesday, March 26, 2013 8:28 AM | Last reply by vijaykamat - Tuesday, March 26, 2013 11:39 AM
No announcements