Results 1 to 2 of 2

Thread: Invalid picture...?

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 1999
    Posts
    51

    Post

    I have a little vb program that uses the ImgEdit control. Every once in a while the program will load and display 'Invalid Picture' and bomb out. Any idea what causes this and how to fix it?

    Thanks!

  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    239

    Post

    What is the ImgEdit Control? Do you mean the
    Image Control? If so, is a file with the same name as your form created with a frx extension? If so this usually means that you
    loaded the Image (Icon, Bitmap) from a different Folder than that which your project
    resides. This could lead to a lost Image if you eliminate the frmFile.frx file in your Project's Folder. Put the bitmap or icon in your project's folder and this should eliminate the problem.

    ------------------

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