files in an application in its final level

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ANTY90
    New Member
    • Dec 2007
    • 14

    files in an application in its final level

    Hi.
    I have many questions and confusions about a few basic things in VB.
    Please let me know the list of files that make an application run after it is set up
    on a different pc
    list of file that come with setup.
    I would be happy if anybody can answer this with patience.
    Wish you a happy new year.
    Last edited by Killer42; Jan 2 '08, 08:18 AM.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by ANTY90
    Hi.
    Ii have many questions and confusions about a few basic things in VB...
    Hi

    The list of files are dependent upon your references (DLLs or OCXs) you used.

    Rey Sean
    Last edited by Killer42; Jan 2 '08, 08:20 AM.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Every application requires its own list of files different from the other. All depends on which dll, ocx you refer and also other required files.
      Last edited by Killer42; Jan 2 '08, 08:21 AM.

      Comment

      • ANTY90
        New Member
        • Dec 2007
        • 14

        #4
        Thanks for your reply but what is an OCX file? How important is it for an app?
        And I came across many other extensions like .frx etc.
        I know .frm but what is .frx?
        Last edited by Killer42; Jan 2 '08, 08:22 AM.

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          Originally posted by ANTY90
          ... I know .frm but what is .frx?
          The .frm file contains the textual description of the form. That is, the properties which describe the form, and the code that you write in the form.

          The frx file contains binary data from the form, such as images and so on.

          Comment

          Working...