runtime error: 53, file not found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • indhu
    New Member
    • Oct 2006
    • 140

    runtime error: 53, file not found

    Hi

    runtime error: 53, file not found "sca.jpg"

    if i close my project and open the same form and run. This error is coming.
    why so?
  • indhu
    New Member
    • Oct 2006
    • 140

    #2
    Originally posted by indhu
    Hi

    runtime error: 53, file not found "sca.jpg"

    if i close my project and open the same form and run. This error is coming.
    why so?
    hi all, rectified,

    its becos of picture path. i ve given like loadpicture(rs! filename) instead of ths i ve given the full path.

    Code:
    Image1.Picture = LoadPicture(App.Path & "\images\" & storyboard("filename"))
    works fine but the image is not seen properly not fit into the imagebox only half of the image can be seen. even i set the property to stretch=true.

    previously it was working fine. now.....:(

    Comment

    Working...