Results 1 to 3 of 3

Thread: [RESOLVED] Adding a .vb from another directory....

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2004
    Posts
    342

    Resolved [RESOLVED] Adding a .vb from another directory....

    Just started using VB.NET......and......

    I have several functions that will be used by multiple programs.

    Everytime I add it to the project it moves the .vb file from the common directory it is in, into the project directory....

    Basically what I want to do is share the Functions that are in that .vb module....

    How can that be done easily in VB.NET?

  2. #2
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Hi.

    Right-click the project and select "Add Existing Item"
    Browse to the file you want.

    DON'T click "Open". Instead, click on the arrow to the right of the open button. There you should see and option called "Link File".

    I think that's what you are looking for.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2004
    Posts
    342

    Smile



    Thanks, Didn't even notice that arrow there!!


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