473,378 Members | 1,321 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

What Kind of Box is This???

I saw a program with a (listBox, comboBox, richTextBox, ???) box that
had different lines and colors.

Line 1 blue
Lines 2-5 red
Line 6 green, etc.
and graphic check-marks of different colors.
....with the standard gray adjustable column headings at the top.

Could someone point me to the box type and how to do this?

Apr 16 '07 #1
10 1045
On Apr 16, 2:03 pm, "Richardv2" <richar...@cox.netwrote:
I saw a program with a (listBox, comboBox, richTextBox, ???) box that
had different lines and colors.

Line 1 blue
Lines 2-5 red
Line 6 green, etc.
and graphic check-marks of different colors.
...with the standard gray adjustable column headings at the top.

Could someone point me to the box type and how to do this?
Forgive me, but my mind can't make since of your description. Do you
have a screen shot of this app I could look at?

Thanks,

Seth Rowe

Apr 16 '07 #2
"Richardv2" <ri*******@cox.netwrote in news:1176746594.322526.5050
@q75g2000hsh.googlegroups.com:
I saw a program with a (listBox, comboBox, richTextBox, ???) box that
had different lines and colors.

Line 1 blue
Lines 2-5 red
Line 6 green, etc.
and graphic check-marks of different colors.
...with the standard gray adjustable column headings at the top.

Could be a listbox or a datagrid or a datagridview (or custom/3rd party?).

Any screenshots?
Apr 16 '07 #3
"Richardv2" <ri*******@cox.netschrieb:
>I saw a program with a (listBox, comboBox, richTextBox, ???) box that
had different lines and colors.

Line 1 blue
Lines 2-5 red
Line 6 green, etc.
and graphic check-marks of different colors.
...with the standard gray adjustable column headings at the top.

Could someone point me to the box type and how to do this?
Take a look at the ListView control.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Apr 16 '07 #4
Now here's a novel idea: Why not try to mail the application manufacturer
and ask?

/Johnny J.

"Richardv2" <ri*******@cox.netwrote in message
news:11********************@q75g2000hsh.googlegrou ps.com...
>I saw a program with a (listBox, comboBox, richTextBox, ???) box that
had different lines and colors.

Line 1 blue
Lines 2-5 red
Line 6 green, etc.
and graphic check-marks of different colors.
...with the standard gray adjustable column headings at the top.

Could someone point me to the box type and how to do this?

Apr 17 '07 #5
Take a look at the ListView control.
Yes, I saw how to change the background or put a bitmap in the
background, but not how to change the color of the printed characters
for each line.

I did find a rather long code listing that will send a string of any
color to the next line of a list box, so this seems to be what was
done.

Apr 17 '07 #6
Now here's a novel idea: Why not try to mail the application manufacturer
and ask?
I did. I just thought that the developer might consider it propriatary
or secret and might not respond. I guess you are saying you don't know
how it is done either, but thank you for the tip.

Apr 17 '07 #7
"Richardv2" <ri*******@cox.netschrieb:
>Take a look at the ListView control.

Yes, I saw how to change the background or put a bitmap in the
background, but not how to change the color of the printed characters
for each line.
Take a look at the type used to represent the items: 'ListViewItem' (and its
'ForeColor', 'BackColor', and 'UseItemStyleForSubItems' properties).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Apr 17 '07 #8
On Apr 17, 4:29 pm, "Herfried K. Wagner [MVP]" <hirf-spam-me-
h...@gmx.atwrote:
"Richardv2" <richar...@cox.netschrieb:
Take a look at the ListView control.
Yes, I saw how to change the background or put a bitmap in the
background, but not how to change the color of the printed characters
for each line.

Take a look at the type used to represent the items: 'ListViewItem' (and its
'ForeColor', 'BackColor', and 'UseItemStyleForSubItems' properties).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
The OP sent a screenshot to my email - I have hosted it on imageshack
for him.

http://img339.imageshack.us/my.php?i...nap0101yz6.gif

Thanks,

Seth Rowe

Apr 19 '07 #9
rowe_newsgroups <ro********@yahoo.comwrote in
news:11**********************@l77g2000hsb.googlegr oups.com:
On Apr 17, 4:29 pm, "Herfried K. Wagner [MVP]" <hirf-spam-me-
h...@gmx.atwrote:
>"Richardv2" <richar...@cox.netschrieb:
>Take a look at the ListView control.
Yes, I saw how to change the background or put a bitmap in the
background, but not how to change the color of the printed
characters for each line.

Take a look at the type used to represent the items: 'ListViewItem'
(and its 'ForeColor', 'BackColor', and 'UseItemStyleForSubItems'
properties).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

The OP sent a screenshot to my email - I have hosted it on imageshack
for him.

http://img339.imageshack.us/my.php?i...nap0101yz6.gif
I think that's doable with the ListView...

Apr 19 '07 #10
In WPF, any control can act as a container control. Eg., a button can
host a movie, a checkbox etc. Have you checked if it is a .net 3.0 app?

with regards,
J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com

*** Sent via Developersdex http://www.developersdex.com ***
Apr 19 '07 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Joh | last post by:
Hello, (sorry long) i think i have missed something in the code below, i would like to design some kind of detector with python, but i feel totally in a no way now and need some advices to...
112
by: Andy | last post by:
Hi All! We are doing new development for SQL Server 2000 and also moving from SQL 7.0 to SQL Server 2000. What are cons and pros for using IDENTITY property as PK in SQL SERVER 2000? Please,...
2
by: Sandman | last post by:
Just looking for suggestion on how to do this in my Web application. The goal is to keep track of what a user has and hasn't read and present him or her with new material I am currently doing...
12
by: nib | last post by:
What kind of problems is c best at solving?
19
by: nb | last post by:
What kind of problems is c# best at solving?
58
by: Larry David | last post by:
Ok, first of all, let's get the obvious stuff out of the way. I'm an idiot. So please indulge me for a moment. Consider it an act of "community service".... What does "64bit" mean to your friendly...
20
by: yaron | last post by:
Hi, 1. I am familiar with .NET 1.1 and not with .NET 2.0 . if i should start a new networking project should i write it with .net 2.0 beta or write it with .net 1.1 ? 2. What are the...
16
by: Abhishek | last post by:
why do I see that in most C programs, pointers in functions are accepted as: int func(int i,(void *)p) where p is a pointer or an address which is passed from the place where it is called. what...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Languageâ€, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
66
by: John | last post by:
Hi What are the advantages actually achieved of managed code? I am not talking of theory but in reality. Thanks Regards
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.