How to make a own vb project to autorun

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hema Suresh
    New Member
    • Apr 2012
    • 21

    How to make a own vb project to autorun

    Hi all

    I created my first own VB application
    Everything is perfect
    But i need my project to autorun

    I have a folder named "database"

    If I click the folder "database", the vb modules and codes which i have created should not appear to the user and only the user interface windows should be visible for user interaction

    I dont need the autorun from a CD or Pen drive. I need it when I open the folder "Database"


    Please anyone help me out
    Thank u
  • firexfighterx
    New Member
    • May 2012
    • 14

    #2
    Very confusing question. Do you want the VB program to open the database folder? Or do you want to open the folder called database and run the exe from there?

    Comment

    • Hema Suresh
      New Member
      • Apr 2012
      • 21

      #3
      No. I created a own VB application. It is in a folder. I just wanted to create an exe file for my VB application. But thank u anyway. I created the exe file simply by File-> Make Project.exe from VB menu. Its working now for me. Thank u anuway

      Comment

      Working...