Thread: VC++ Resources - Add Existing Item

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    4

    VC++ Resources - Add Existing Item

    When I attempt to add a Bitmap to my Project using the 'Add Existing Item' Option that appears when I right click on the 'Resources' folder, it adds the name of the file to my list of resources, but it doesn't put the file in the folder.
    As a result, if I attempt to run the program it doesn't work.
    Instead, I have to manually move the bitmap file (copy and paste) into the project folder.
    Is there a way to include the file in the folder without moving it manually?

    Thanks

  2. #2
    Registered User
    Join Date
    Dec 2002
    Posts
    35
    manually or give full path for bitmap.
    Want to learn? Then try to teach...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  2. is it easy to add a gui to existing console apps
    By blight2c in forum Windows Programming
    Replies: 2
    Last Post: 05-18-2002, 11:15 PM
  3. Adding resources
    By nima_ranjbar in forum Windows Programming
    Replies: 0
    Last Post: 04-14-2002, 11:36 PM
  4. BST/Red and Black Tree
    By ghettoman in forum C++ Programming
    Replies: 0
    Last Post: 10-24-2001, 10:45 PM
  5. Can somebody test this code please
    By andy bee in forum C Programming
    Replies: 6
    Last Post: 10-09-2001, 03:08 PM