Results 1 to 2 of 2

Thread: Form paths incorrect

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2009
    Posts
    5

    Form paths incorrect

    I move a VB project from school and home on a flash drive. At school drive mounts on E:\ at home it mounts on F:\. I have 4 forms, Form1, Form2, Form3. Form4. Form1 and Form3 have incorrect file paths, it has the E:\, but Form 2 and Form4 path change just fine when I move it from school and home. Please help.

    I am using VB 2008 express.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Form paths incorrect

    You're going to have to be more specific. Forms don't have paths at at all when it comes to source code. The project just knows that they are in the project folder. That doesn't change relative to the project file, no matter where you move your project. What EXACTLY are you doing and what EXACTLY happens when you do it?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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