10-31-2008 12:34 AM
Hi all,
i am reading one ini file which contents only texts and i am able to read it properly. Now i want to insert some pictires like circuit diagrams in this file and same things i want to read from the file and want to display on my front pannel of program. is it posiible?
regards
manasi
10-31-2008 01:31 AM
Hi manasi,
"ini" configuration files are text files. You cannot store pictures in them. But you can store the path to the picture and then read the picture from another file.
11-10-2008 12:14 AM
Hi,
Thanks a lot.
i want to import text and bitmaps from word document in picture or string control is it possible?
11-10-2008 10:40 AM