table

  • Thread starter Thread starter xhenxhe
  • Start date Start date
X

xhenxhe

Is there a way to create a table on a form without using datagrid?

Thanks
New guy.
 
Hi New Guy,

The ListView may be used to create tables.

Another possibility (way out) is to use a Web Browser control and create
your table in Html - tremendous formatting power there, but somewhat harder to
do editing, if required.

Regards,
Fergus
 
Hmmm. Web Browser control sounds tempting :) I'm about to the point where I
can do anyting using PHP, MySQL, & JavaScript. It's really a stretch for my
brain to work with VB again.

Thanks,
Dustin

I did find a cool post on this board describing how to use a datagrid with
an array. Can you put check boxes in datagrids?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top