Results 1 to 4 of 4

Thread: evb 2002 cant read my image

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    29

    Talking evb 2002 cant read my image

    So I put an image control on my form, in image properties I put down the link in windows CE where the image reside, I tried .bmp and .jpg.

    Then my pocket PC windows mobile 5 says "Format not recognised".

    My stretch is false in my image properties window, I tried to set height and width to match my image.

    Now what is wrong?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: evb 2002 cant read my image

    The message "Format not recognised" implies that the file is not valid - as eVB (or the PPC) does not recognise the file type.

    From the Help, apparently you can set the Picture property at design time (on your PC) to a picture file, it doesnt specify otherwise so I assume that the standard formats are supported, eg: c:\myfolder\myfile.jpg

    I cant test unfortunately, but I would assume that it will be compiled into your program (so you dont need the file on the PPC).


    You can set the property at run-time too (in code), but the help says you can only use a bitmap - and I think that the PPC uses its own bitmap format (not sure tho, it's been a while!).

  3. #3
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: evb 2002 cant read my image

    I'm not sure but I thought only till 256 colors are permitted. Try to convert the bitmap in Paint to 256 colors.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    29

    Re: evb 2002 cant read my image

    I change to 256 and it works! Muah muah!

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