Hi everybody.
I Know there is a lot of information about this subject but it's quite indepth and I just need to know if there is a basic command for loading an image file to a pre-sized Image box (set to Stretch) from code, and then I can mess about with the Ifs & Then's and the For's & To's,...is there anything like this (which doesn't work straight off) :-
Image1.Image = LoadImage("C:\I mage.bmp")
I Know there is a lot of information about this subject but it's quite indepth and I just need to know if there is a basic command for loading an image file to a pre-sized Image box (set to Stretch) from code, and then I can mess about with the Ifs & Then's and the For's & To's,...is there anything like this (which doesn't work straight off) :-
Image1.Image = LoadImage("C:\I mage.bmp")
Comment