G Guest Sep 11, 2004 #1 After select from a view, how to populate to listview? Is it possible to populate with images in the process?
After select from a view, how to populate to listview? Is it possible to populate with images in the process?
C Cor Ligthert Sep 11, 2004 #2 Shinedomain, A listview should be populated row by row, item by item, therefore you can use of course any type of loop. It can be populated with images. In the resourcekit are nice samples about the listview. VB.net Resource kit http://msdn.microsoft.com/vbasic/vbrkit/default.aspx And if you have problems installing the resource kit http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir I hope this helps? Cor
Shinedomain, A listview should be populated row by row, item by item, therefore you can use of course any type of loop. It can be populated with images. In the resourcekit are nice samples about the listview. VB.net Resource kit http://msdn.microsoft.com/vbasic/vbrkit/default.aspx And if you have problems installing the resource kit http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir I hope this helps? Cor
P pc leung Sep 11, 2004 #3 thanks Cor Ligthert said: Shinedomain, A listview should be populated row by row, item by item, therefore you can use of course any type of loop. It can be populated with images. In the resourcekit are nice samples about the listview. VB.net Resource kit http://msdn.microsoft.com/vbasic/vbrkit/default.aspx And if you have problems installing the resource kit http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir I hope this helps? Cor Click to expand...
thanks Cor Ligthert said: Shinedomain, A listview should be populated row by row, item by item, therefore you can use of course any type of loop. It can be populated with images. In the resourcekit are nice samples about the listview. VB.net Resource kit http://msdn.microsoft.com/vbasic/vbrkit/default.aspx And if you have problems installing the resource kit http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir I hope this helps? Cor Click to expand...
H Herfried K. Wagner [MVP] Sep 11, 2004 #4 * "=?Utf-8?B?c2hpbmVkb21haW4=?= said: After select from a view, how to populate to listview? Is it possible to populate with images Click to expand... There are samples about using the listview control in the 101 VB samples: Visual Basic .NET Code Samples: Master Set of 101 Samples <URL:http://www.microsoft.com/downloads/details.aspx?familyid=87951cb9-5aeb-4f46-9bf0-2b3e3664be77>
* "=?Utf-8?B?c2hpbmVkb21haW4=?= said: After select from a view, how to populate to listview? Is it possible to populate with images Click to expand... There are samples about using the listview control in the 101 VB samples: Visual Basic .NET Code Samples: Master Set of 101 Samples <URL:http://www.microsoft.com/downloads/details.aspx?familyid=87951cb9-5aeb-4f46-9bf0-2b3e3664be77>