CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 1999
    Posts
    1

    How to make VB controls in runtime ?



    Can't we make some visual controls dynamcally such as TextBox, HScrollBar ?

    Should hide control in design time and then show in runtime ?


    Help will be appreciate

  2. #2
    Join Date
    Apr 1999
    Posts
    57

    Re: How to make VB controls in runtime ?



    Try this


    Put a Text Control at design time and mark its index as 0 and Visible as False.

    Now during Run-Time Load TextControls of this type as and when you want and make Visible as True


    Anand

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