create a runnable file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rathika2786
    New Member
    • Feb 2008
    • 6

    create a runnable file

    hi all,
    I have created a project which runs if I enter inside the code and press the run button.I actually want to create a project or a file in such a way tat if I click it,it shld start running.how to do it??
  • VACEPROGRAMER
    Banned
    New Member
    • Nov 2007
    • 167

    #2
    Can you explain me with semple words???


    ***VACE***

    Comment

    • mafaisal
      New Member
      • Sep 2007
      • 142

      #3
      Hello

      U mean Can Call exe file of Project in Code

      then try this
      Code:
      Shell App.Path & "\exename", vbNormalFocus
      then u can get

      if not like this
      Ignore

      Faisal

      Originally posted by rathika2786
      hi all,
      I have created a project which runs if I enter inside the code and press the run button.I actually want to create a project or a file in such a way tat if I click it,it shld start running.how to do it??

      Comment

      • rathika2786
        New Member
        • Feb 2008
        • 6

        #4
        Originally posted by mafaisal
        Hello

        U mean Can Call exe file of Project in Code

        then try this
        Code:
        Shell App.Path & "\exename", vbNormalFocus
        then u can get

        if not like this
        Ignore

        Faisal
        hi faisal,
        i don want to call an exe file in my project.i want to create an exe file for my project.how can i do it??

        Comment

        • lotus18
          Contributor
          • Nov 2007
          • 865

          #5
          Originally posted by rathika2786
          hi faisal,
          i don want to call an exe file in my project.i want to create an exe file for my project.how can i do it??
          From your menu

          File > Make <Project Name>.Exe...

          Rey Sean

          Comment

          • rathika2786
            New Member
            • Feb 2008
            • 6

            #6
            Originally posted by lotus18
            From your menu

            File > Make <Project Name>.Exe...

            Rey Sean
            THANKS A LOT,
            IT WORKS.

            Comment

            • lotus18
              Contributor
              • Nov 2007
              • 865

              #7
              Originally posted by rathika2786
              THANKS A LOT,
              IT WORKS.
              You're welcome : ) .

              Comment

              Working...