Wrox Programmer Forums
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 23rd, 2003, 08:45 AM
Authorized User
 
Join Date: Jun 2003
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Default Which control to use?

I am looking for help as to what control will do the following :-

1) Show a list of products.
2) Show a list of product derivatives. (expanding hopefully)
3) Show a thumbnail against the product, not the derivatives.

I initially though about the treeview, but can a datagrid show thumbnails? It is imperative that a thumbnail is shown.

I have the path stored in SQL2000 for all images.

Thx in advance
 
Old October 29th, 2003, 03:20 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

I don't know if the data grid can show images or not; however, if you can't find a common control, you may be able to inherit and create your own control, or have a common image control, which changes when you select it.

Otherwise, you could use a treeview, I believe a node can have an icon to display.

Brian
 
Old October 30th, 2003, 09:17 AM
Authorized User
 
Join Date: Jun 2003
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi

Thx, for the reply and if you want to know I have found a very good grid control addon which is much more powerful that the standard one. It supports treeview columns and picture columns, which is exactly what I am looking for.

Nickie
 
Old October 30th, 2003, 11:17 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 101
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jlick
Default

Please tell us what control you found, and where we can find it.

John R Lick
[email protected]
 
Old October 30th, 2003, 12:27 PM
Authorized User
 
Join Date: Jun 2003
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi

The control is called flexgrid and it is from a company called ComponentOne http://www.componentone.com

Microsoft are doing free component downloads and this control is included goto http://msdn.microsoft.com/vbasic/

and click on Get Your Free Visual Basic .NET Resource Kit Now.

Nickie
 
Old May 12th, 2004, 12:04 AM
Registered User
 
Join Date: May 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

If you are looking for 3rd party grid control in order to display hierarchical grid, you can have a look at WebGrid from Intersoftpt website : http://www.intersoftpt.com. Try to download the free trial and check whether it suits your scenario.

Regards,

hadi






Similar Threads
Thread Thread Starter Forum Replies Last Post
The control that triggered the UpdatePanel control Kika ASP.NET 2.0 Professional 0 January 17th, 2008 01:13 PM
How to put a button control in a GridView control ryan.webb ASP.NET 2.0 Basics 2 December 28th, 2007 05:26 AM
Can't move focus to control <control scptech Access VBA 8 October 26th, 2007 12:16 PM
Help! Custom Server Control using User Control diehard ASP.NET 1.0 and 1.1 Professional 2 January 4th, 2006 12:33 PM
Help with control initialization in user control mike_remember ASP.NET 1.0 and 1.1 Professional 7 December 19th, 2005 11:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.