CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Feb 2003
    Location
    Holland
    Posts
    146

    [RESOLVED] Same listview on different forms

    In a project with several forms i use a listview with the same contents on each form.
    On form1 there is LvTijdvakken
    On form2 there is LvTijdvakken and so on.
    Is it possible to fill the LvTijdvakken on the different forms with one routine ?
    F.i. Call FillLvTijdvakken(form1)?

    Herman
    Last edited by HermanTabbert; September 18th, 2013 at 08:40 AM.

Tags for this Thread

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

Featured