ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read ini

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

0 Kudos
Message 1 of 4
(2,915 Views)

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. 

Message 2 of 4
(2,907 Views)

Hi,

Thanks a lot.

 

i want to import text and bitmaps from word document in picture or string control is it possible?

0 Kudos
Message 3 of 4
(2,841 Views)
That's a different question. That requires using ActiveX control over Word. See here for an example that you can start with.
0 Kudos
Message 4 of 4
(2,815 Views)