473,507 Members | 11,372 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

outlook-like control

Hello all,

can someone suggest a way to create a GridView (possibly with DataGridView
in .net 2.0) that will look something like list of messages in outlook.
Basically, what I am trying to get is a Grid that will accept something like
TableLayoutPanel in it's columns, where I will be able to insert strings and
images into the TableLayoutPanel. So this will look something like one row
with a couple of rows of text and icons groupped inside of it.

Can someone suggest something?

I was trying to play with DataGridView - it has these column types but I
can't figure a way to insert something "layout-formattable" into them.

Thanks a lot,

Alexander.
Sep 15 '05 #1
3 1869
I'm not sure about what you mean :S
but there is always this fully managed & free table control:
http://www.codeproject.com/useritems/XPTable.asp

--
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid war
is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
"Alexander Bolotnov" <do**@yandex.ru> wrote in message
news:43**********************@authen.white.readfre enews.net...
Hello all,

can someone suggest a way to create a GridView (possibly with DataGridView
in .net 2.0) that will look something like list of messages in outlook.
Basically, what I am trying to get is a Grid that will accept something
like TableLayoutPanel in it's columns, where I will be able to insert
strings and images into the TableLayoutPanel. So this will look something
like one row with a couple of rows of text and icons groupped inside of
it.

Can someone suggest something?

I was trying to play with DataGridView - it has these column types but I
can't figure a way to insert something "layout-formattable" into them.

Thanks a lot,

Alexander.

Sep 15 '05 #2
well, what I am trying to get is this:

I need to insert a "table" into a row. This table then will have it's own
formatting - something like two columns and say two rows filled with text
and icons.

if you have outlook, have a look at its list of messages in your inbox. if
you narrow the list, its rows will become multiline - the subject will jump
into the second line.

Alexander.
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:uN**************@TK2MSFTNGP14.phx.gbl...
I'm not sure about what you mean :S
but there is always this fully managed & free table control:
http://www.codeproject.com/useritems/XPTable.asp

--
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid
war is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
"Alexander Bolotnov" <do**@yandex.ru> wrote in message
news:43**********************@authen.white.readfre enews.net...
Hello all,

can someone suggest a way to create a GridView (possibly with
DataGridView in .net 2.0) that will look something like list of messages
in outlook. Basically, what I am trying to get is a Grid that will accept
something like TableLayoutPanel in it's columns, where I will be able to
insert strings and images into the TableLayoutPanel. So this will look
something like one row with a couple of rows of text and icons groupped
inside of it.

Can someone suggest something?

I was trying to play with DataGridView - it has these column types but I
can't figure a way to insert something "layout-formattable" into them.

Thanks a lot,

Alexander.


Sep 15 '05 #3
"Alexander Bolotnov" <do**@yandex.ru>'s wild thoughts were
released on Thu, 15 Sep 2005 16:07:52 +0400 bearing the
following fruit:
well, what I am trying to get is this:

I need to insert a "table" into a row. This table then will have it's own
formatting - something like two columns and say two rows filled with text
and icons.

if you have outlook, have a look at its list of messages in your inbox. if
you narrow the list, its rows will become multiline - the subject will jump
into the second line.
You should be able to achieve that with most grids?

J
Alexander.
"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:uN**************@TK2MSFTNGP14.phx.gbl...
I'm not sure about what you mean :S
but there is always this fully managed & free table control:
http://www.codeproject.com/useritems/XPTable.asp

--
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid
war is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
"Alexander Bolotnov" <do**@yandex.ru> wrote in message
news:43**********************@authen.white.readfre enews.net...
Hello all,

can someone suggest a way to create a GridView (possibly with
DataGridView in .net 2.0) that will look something like list of messages
in outlook. Basically, what I am trying to get is a Grid that will accept
something like TableLayoutPanel in it's columns, where I will be able to
insert strings and images into the TableLayoutPanel. So this will look
something like one row with a couple of rows of text and icons groupped
inside of it.

Can someone suggest something?

I was trying to play with DataGridView - it has these column types but I
can't figure a way to insert something "layout-formattable" into them.

Thanks a lot,

Alexander.


Jan Hyde (VB MVP)

--
'First things first -- but not necessarily in that order' -- Dr Who

[Abolish the TV Licence - http://www.tvlicensing.biz/]

Sep 15 '05 #4

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

Similar topics

3
5705
by: Kurt | last post by:
Hi We are developing an off-the-shelf software suite for a certain business sector. Most of the program is simply a GUI on top of some .mdb files. Its a .net application written in c# One...
4
17452
by: lauren quantrell | last post by:
Is there a way to open the MS Outlook address book using VBA and then be able to do something with the return value? I want users to click an icon to open the Outlook address book then when an...
0
3774
by: Martin Knauer | last post by:
Hi, I try to build an Outlook Plugin. After having some trouble with the Inspectorevents I'm trying to build a wrapper for the Inspectorclass. However I'm stuck again after letting VS.Net 2003...
0
2133
by: VP | last post by:
g'day, i am posting a problem i have encountered with creating an email using outlook through some basic c# code. the problem arises when using different email editors in outlook. At the moment...
1
1714
by: srinivas | last post by:
Hi, i'm trying to retreive the appointments from different profiles of outlook. My outlook has 3 profiles created.('Sample1','Sample2','Sample3') my form contains 3 buttons.each one for each...
9
3062
by: George McCullen | last post by:
I have an Outlook 2003 using Exchange Server 2003 Public Contacts Folder containing 20,000 Contacts. I am writing a VB .Net 2003 program that loops through all the contacts in a "for each oCt in...
3
6027
by: John | last post by:
Hi I am trying to access outlook contacts folders and delete the contacts that do not contain a certain category value in the categories field. I have written the below code but am stuck with...
3
8264
by: wizzbangca | last post by:
Hi everyone. Having problems with a utility I am writing for work. The previous IT Director thoughtfully allowed 3 (2000, xp, 2003) versions of outlook to be installed rather than 1. Now I need...
2
7264
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a...
1
4840
by: dcd | last post by:
Hi all I'm using trying to get my app to read in all contacts in the contact folder of Outlook. I'm using the Outlook Security manager to stop the pop up warnings. Outlook version is...
0
7221
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7481
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5619
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5039
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
1537
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.