|
|
|
|
Re: push_button [message #159394 is a reply to message #156834] |
Sat, 18 February 2006 02:07 |
karan.shandilya
Messages: 64 Registered: July 2005 Location: mumbai
|
Member |
|
|
Hi eswaries,
For reading images you just put a BUTTON on your FORM and write this code :
Read_Image_File('write the full path of the image' , 'write its extension whether it is .jpg or .bmp ','name of the pic excluding its extension')
in its when-buttton-pressed trigger.
Suppose
Name of picture is 01xx.jpg stored in the folder "pics" in d: drive of your system.
Then for reading this picture you write this code
Read_Image_File('d:\pics','.jpg','01xx');
Karan.
|
|
|