Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Visual Basic Problems!

  • 06-11-2010 8:51pm
    #1
    Registered Users, Registered Users 2 Posts: 73 ✭✭


    I was made a program in visual basic i saved it and when i opened it again instead of just opening the program (which i wanted it to do) it opened visual basic itself and the program i made

    I was wondering is there any way around this and if so how?


Comments

  • Closed Accounts Posts: 3,357 ✭✭✭Beano


    are you saying you want it to run the program when you open it?


  • Registered Users, Registered Users 2 Posts: 180 ✭✭Collumbo


    Not very clear what's causing this... but anyway:
    Are you sure you're not double-clicking the solution file or project file? In most situations, there's a subfolder called debug.... and exe is in there... double clicking it should never launch VS. Failing that, in the Build options set the output to Release Mode. That will put the exe in a release folder. Double clicking that should certainly just launch your program


  • Registered Users, Registered Users 2 Posts: 2,781 ✭✭✭amen


    is this VB.Net or Visual Basic (5 or 6)
    either way you need to compile the program to an EXE
    and click on the exe

    to run it


Advertisement