Load DB info into Listview
Hi,
I have a DB.accdb file which i would like completely to load into a Listview in a specific way
So, basically this is the DB file:
http://s2.postimg.org/v89z1v2ax/Untitled.png
What i'm trying to do is to load each db row into the Listview in the icon mode view and having for each item a specific photo (possibly as background of the item) which path is located in the DB itself and some text on the side, top, bottom, wherever...
This is what i would like to achieve:
http://s30.postimg.org/ffprmgxtd/image.png
Is it remotely possible of doing so with the vs 2013 listview object or mabye should i get telerik or some other custom listviews.
The reason why im choosing LV instead of GridView is just the interface since i have to have squares to click on to eventually...
Any guidance or help would be greatly appreciated!
Re: Load DB info into Listview
I dealt with this for a long time. Here, follow my instructions: http://www.vbforums.com/showthread.p...012-and-VB-Net
Re: Load DB info into Listview
Thanks for your reply.
I managed to get Teleriks WinForms - Listview which binds to db directly ... makes things much much easier...but, still...i have the same problems of adding image and text to a listview item (icon view)
Re: Load DB info into Listview
There is no easy way to bind permanent databases except setting a sql server.