I try to open BMP file using this line of the code:
Form1->Image2->Picture->LoadFromFile(" files/run.bmp");
But a messgae "Couldn't open file files/run.bmp" appears.Despite all a few days ago it worked. What did happen? I already don't know how to fix it...
Please help me...
Form1->Image2->Picture->LoadFromFile(" files/run.bmp");
But a messgae "Couldn't open file files/run.bmp" appears.Despite all a few days ago it worked. What did happen? I already don't know how to fix it...
Please help me...
Comment