Search results for query: *

  1. D

    How to search a Listview past the first colum

    hope that helps someone ;)
  2. D

    How to search a Listview past the first colum

    I figured it out...heres what I wanted Public Function FindSubItem(ByVal list As ListView, ByVal index As Integer, ByVal text As String) As Integer Dim x As Integer ' number of index in Listview1 Dim yn As Boolean ' boolean to determine if item is found in Listview Dim q As String ' my atttept...
  3. D

    How to search a Listview past the first colum

    Hello All, I have found several snipetts of code to search a Listview but they all seem to only search the first column. Has anyone seen a way to search the 2nd 3rd etc. columns data? Heres what I have so far Code: 'in LVvb.vb class file ' See LVFindTest for parm definitions PublicSub...
  4. D

    Connect to foxpro .dbf from CE.Net

    Hello All, I have read that the CF does not support accessing .dbf table via OLEdb, I have tried anyway and found this to be true ;p My question is has anyone found a way to access .DBF tables from Windows CE.net in any way shape or fashion? Surely some old fox hacker has written a way...
Back
Top