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

    How to develop a Template Form in VB

    How to design a Template form in VB so that I can inherit all objects into another forms




  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: How to develop a Template Form in VB

    Hi,
    Docs say that you should create your form and copy it to VB_INSTALLED_DIR\templates\forms.
    Then it would be availabe as a template. Classes & modules can also be copied.
    Ravi


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