Results 1 to 13 of 13

Thread: (Resolved) Ideas on quicker way to create forms with many fields

Threaded View

  1. #1

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Resolved (Resolved) Ideas on quicker way to create forms with many fields

    Hello all,
    Wondering if anyone has ideas on how to generate code for controls for forms with many fields.
    These are for applications where the VB form needs to simulate an existing paper form with, say 50 fields on it; let's say they are checkbox items.
    As you know, it is a tedious process to create this in the VS IDE: placing each checkbox on the form and entering the desired text for it as well as renaming it.
    It would be nice if there was some kind of utility that could (say) take an Excel spreadsheet in with (say) two columns: CheckboxName and CheckboxText, and generate all or part of the code to create a VB form containing those checkboxes.
    Any ideas?
    Last edited by BruceG; Sep 4th, 2021 at 12:52 AM. Reason: Resolved
    "It's cold gin time again ..."

    Check out my website here.

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