how to display a simple table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm developing an application for pocket pc with Windows forms c# Visual
Studio 2005.
I want to have a form with some sort of a table showing some data.

I don't want to work with data base. Only to display, for example, some
field of class, each field in a different column, or text from some
textboxes, each in a different column.

How could this be done?
Thanks a lot
 
Hi,

Almost as for winforms for PC:
http://msdn2.microsoft.com/en-us/library/ms229684.aspx
http://www.thescripts.com/forum/thread225510.html

Regards, Alex
[TechBlog] http://devkids.blogspot.com



g> Hi,
g> I'm developing an application for pocket pc with Windows forms c#
g> Visual
g> Studio 2005.
g> I want to have a form with some sort of a table showing some data.
g> I don't want to work with data base. Only to display, for example,
g> some field of class, each field in a different column, or text from
g> some textboxes, each in a different column.
g>
g> How could this be done?
g> Thanks a lo
 
Back
Top