Results 1 to 6 of 6

Thread: help with fuctions [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    help with fuctions [RESOLVED]

    Has this been done before?
    I want to take a datareader and send that to a function along with a listview control as params. I would like the function to take the data in the reader and create a listview item and subitems in the listview parmeter. I thought making it as a function would allow returning true or false easy.

    is this a feasable function? where would i start?

    I figure something like this:

    [vbode]
    public function FillListView(lst as ListView, items as Collection) as boolean

    end function
    [/Highlight]

    that's as far as i got.
    Last edited by Andy; Aug 26th, 2004 at 07:31 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width