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

    Dynamically creating a listbox

    Can somebody tell me (or point to some examples) how to create list boxes dynamically and position them on the form
    thanks in advance
    anil


  2. #2

    Re: Dynamically creating a listbox

    See http://www.freevbcode.com/ShowCode.Asp?ID=268. This is a generic function for dynamically loading any control in VB6. In your case, you will pass "VB.ListBox" as the name argument to this function.


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