No announcements
Found 3293776 threads
-
0 Votes
change font and forecolor
FromName(<string color name>) ex if u want to change control to Red then this->BackColor =Color.FromName( "Red")Answered | 7 Replies | 2916 Views | Created by princess_980 - Monday, September 14, 2009 12:00 PM | Last reply by princess_980 - Monday, September 14, 2009 12:40 PM -
2 Votes
How to change the forecolor in GlobalNavigation?
I just want to change the color, resize the font and see if I can put a vertical separator between each link/item.Answered | 3 Replies | 9578 Views | Created by wkpli - Tuesday, April 27, 2010 4:40 PM | Last reply by wkpli - Thursday, April 29, 2010 2:35 PM -
0 Votes
How to give backColor, ForeColor and Font for each items in a ComboxBox ?
Hello, Can anyone please tell how to set backColor, ForeColor and Font for each individual items of a ComboBox whose DropDownStyle is set ...Answered | 1 Replies | 1957 Views | Created by Shyam Kr - Wednesday, February 15, 2012 5:02 AM | Last reply by Malleswara Reddy [MCTS, MCP] - Wednesday, February 15, 2012 7:14 AM -
1 Votes
change selected item forecolor ListView
Hi gidi, Do you mean that you would like to change the forecolor of the select text, and donot show the select bar (blue background)?Answered | 7 Replies | 7824 Views | Created by gidi - Sunday, August 15, 2010 2:22 PM | Last reply by Jie Bao - Monday, August 23, 2010 2:02 AM -
0 Votes
How to change ObjectList items, ForeColor, Font ..... ?
User2041710445 posted Dear All, How can I change the listed items forecolor, font, and so on generated by using an ...Unanswered | 3 Replies | 27 Views | Created by Anonymous - Tuesday, September 30, 2003 7:19 AM | Last reply by Anonymous - Wednesday, October 12, 2005 4:16 PM -
1 Votes
How to Change Forecolor & Backcolor of TextBox with a ComboBox?
When I select the item from the combobox, it needs to recognize the color and work with the Textbox.Answered | 6 Replies | 4077 Views | Created by TimDurward - Tuesday, December 6, 2011 12:43 PM | Last reply by .paul. _ - Wednesday, December 7, 2011 7:23 PM -
0 Votes
How set the ForeColor for selected item in Listview Button Click C#.Net
How set the color for multiple seleted items.Answered | 10 Replies | 11807 Views | Created by Vijayark - Thursday, October 18, 2012 3:29 PM | Last reply by Vijayark - Monday, October 22, 2012 5:33 AM -
11 Votes
Disable change in backcolor and forecolor
Many of the answers here show how to make the colour change invisible but the change still happens.Answered | 18 Replies | 2070 Views | Created by JohnPapa05 - Tuesday, June 23, 2015 9:03 AM | Last reply by Dave299 - Wednesday, June 24, 2015 12:10 PM -
10 Votes
Change backcolor and forecolor when hovering menu items of MenuStrip
What I want is for when the user hovers over the menu items and clicks on them the Colors change to BackColor = Red and ForeColor = Black, then when the mouse leaves an ...Answered | 9 Replies | 42338 Views | Created by Microsoft rules - Thursday, September 17, 2009 3:58 PM | Last reply by Original_Dotnettex - Thursday, August 2, 2018 5:33 PM -
3 Votes
Changing font on menu item
It works well, and I have decided to change the font weight of an item to a bolder style.Answered | 3 Replies | 4598 Views | Created by br0909 - Sunday, January 9, 2011 4:34 PM | Last reply by Igor Tandetnik - Monday, January 10, 2011 3:49 AM -
0 Votes
Change forecolor in disabled textbox
Hi, Override the textbox disabled property in the css and apply the forecolor you want.Answered | 6 Replies | 6377 Views | Created by ikllano - Tuesday, August 11, 2009 12:12 PM | Last reply by ikllano - Monday, August 17, 2009 10:45 AM -
0 Votes
DataGridView ForeColor
so just have back color and change it as you want.Answered | 2 Replies | 2338 Views | Created by YBZeng - Thursday, February 16, 2012 4:03 AM | Last reply by vijaykamat - Monday, February 20, 2012 4:20 PM -
0 Votes
Changing ForeColor of DateTimePicker control.
Modifying them requires changing those colors through Control Panel.Answered | 3 Replies | 3664 Views | Created by AdiiS - Monday, January 12, 2009 10:12 AM | Last reply by boothwine - Thursday, January 15, 2009 8:26 AM -
1 Votes
Change font colour in listvew control
The code to change the font color of a whole row ...Answered | 1 Replies | 2147 Views | Created by zbiebu - Monday, July 11, 2011 10:58 AM | Last reply by Acamar - Monday, July 11, 2011 11:42 AM -
0 Votes
Changing Childs textbox forecolor
Then use the foreach loop to get the textbox control in the actived childform and changed the forecolor.Answered | 6 Replies | 5073 Views | Created by Adamisk - Monday, February 7, 2011 4:45 AM | Last reply by Adamisk - Tuesday, February 8, 2011 5:47 PM -
4 Votes
How to change the font size??
Answered | 11 Replies | 1031 Views | Created by Michael.Tsui - Tuesday, July 26, 2016 1:59 PM | Last reply by Hart Wang - Friday, July 29, 2016 6:23 AM -
1 Votes
How to change BackColor and ForeColor in a TextBox depending on Entered Value?
The values of the Textboxes are stored in a integer which evaluates between a upper Value and lower Value, and depending on this Value I want to change the Back ...Answered | 5 Replies | 819 Views | Created by Frantonio - Wednesday, July 6, 2016 9:15 AM | Last reply by Moonlight Sheng - Thursday, July 7, 2016 3:09 AM -
0 Votes
ForeColor is not applying to textboxes
e.Graphics.DrawString(Text, Font, drawBrush, 0f,0f); //Use the Font property } To set the ControlStyles to "UserPaint" in the constructor.Answered | 3 Replies | 790 Views | Created by boatsThatFloat - Monday, February 18, 2013 6:30 AM | Last reply by love4csharp - Monday, February 18, 2013 4:50 PM -
0 Votes
listbox item font color
Brush myBrush = Brushes.Black; switch ((sender as ListBox).Items[e.Index].ToString()) { case "Red": ...Answered | 2 Replies | 4063 Views | Created by Troy22222 - Tuesday, March 1, 2016 10:35 PM | Last reply by Moonlight Sheng - Friday, March 4, 2016 7:27 AM -
0 Votes
Datagridview: How to not change row's forecolor when it got focus
I found out the problem is that when Initialize, there is a default setting for DefaultCellStyle, including ForeColor and SelectionForeColor.Answered | 2 Replies | 3513 Views | Created by huytdh - Thursday, April 28, 2011 7:49 AM | Last reply by huytdh - Friday, May 6, 2011 2:25 AM - Items 1 to 20 of 3293776 Next ›
No announcements