Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 3
There are 1 users currently browsing forums.
.Net Programming A powerful framework built by Microsoft to facilitate development in Windows platforms.

Reply
  #1  
Old 01-31-2010
New Born
 
Join Date: Jan 2010
Posts: 2
Rep Power: 0
pha0001 is on a distinguished road
MSN-Like Treeview

Hello everyone,

I was wondering if it was possible to make a modified treeview or as such, with the ability to show custom text instead of plain black colour or just another solid colour.



Given this example (from MSN), I was wondering if there is a control or as such that allows custom text colour (as you can see there, one side is black while the other is grey). Given this, I was wondering if anyone can help me with this.

Thanks,
Andy Phan.
Reply With Quote
  #2  
Old 02-02-2010
IT Consultant
 
Join Date: May 2009
Location: Birmingham
Age: 27
Posts: 23
Rep Power: 0
murph1329 is an unknown quantity at this point
Re: MSN-Like Treeview

Quote:
pha0001 originally posted: View Post
Hello everyone,

I was wondering if it was possible to make a modified treeview or as such, with the ability to show custom text instead of plain black colour or just another solid colour.



Given this example (from MSN), I was wondering if there is a control or as such that allows custom text colour (as you can see there, one side is black while the other is grey). Given this, I was wondering if anyone can help me with this.

Thanks,
Andy Phan.
I perfer Telerik's radtreeview but I guess if you can get your hands on their rad controls the generic solution will work.

here's your answer...
<asp:TreeNode Text='<font color="red">profit!</font>' Value="0" />
Reply With Quote
  #3  
Old 02-02-2010
New Born
 
Join Date: Jan 2010
Posts: 2
Rep Power: 0
pha0001 is on a distinguished road
Question Re: MSN-Like Treeview

Quote:
murph1329 originally posted: View Post
I perfer Telerik's radtreeview but I guess if you can get your hands on their rad controls the generic solution will work.

here's your answer...
<asp:TreeNode Text='<font color="red">profit!</font>' Value="0" />
Thanks for helping, but I am making a Windows Application; will this work however, or does it need another alternative? :S .
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MSN using high CPU Matty Windows/Microsoft 1 03-17-2007 10:28 AM
Why MSN? Umang Chit Chat and Hangout 24 06-09-2006 05:20 AM
MSN Messenger 8.0 feature list leaked Mitch Chit Chat and Hangout 15 08-29-2005 04:29 PM
Some help on TreeView and InterBase...? delirium C and C++ Programming 0 08-08-2005 10:48 AM