|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
listview rows hiding vb.netIs there a way to hide a row in a listview w/o removing it ?
Or if I have to use a hidden listview to store another view, a way to duplicate the contents extremely fast. there could be thousands of rows in the list. marf***@yahoo.com wrote:
>Is there a way to hide a row in a listview w/o removing it ? have you tried a query?> >Or if I have to use a hidden listview to store another view, a way to >duplicate the contents extremely fast. there could be thousands of >rows in the list. > > > Dim connDB As New ADODB.Connection Dim sqlcmd As New ADODB.Command Dim rs As New ADODB.Recordset your connection string to database sqlcmd.ActiveConnection = connDB sqlcmd.CommandText = "sql statement" or use a text string to create adhoc query sqlcmd.CommandType = ADODB.CommandTypeEnum.adCmdText rs = sqlcmd.Execute Populate listview.
what collection obj can hold 3 parameters per index?
C# to VB.net conversion for "?" conditionals Cascading list boxes currency manager Waiting for a shell command What am I missing?? Column names in Dataset Creating a dynamic array in VB NET Static linking to unmanaged library containment of a rectangle in an irregular region |
|||||||||||||||||||||||