LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Panel background picture

Hi folks!

I am in trouble....

Is it possible to attach a background picture to the panel? How can I do it? Do I need to modify the z-index to do it?

Thank you in advance.
0 Kudos
Message 1 of 5
(3,923 Views)

One way would be to put a canvas control on your panel. Make this control the same size as your panel and make sure you set its z-plane order to the back. Simply attach your image file to the canvas and then decide what controls need to have text backgrounds set to Transparant.

JR

0 Kudos
Message 2 of 5
(3,912 Views)
I prefer to use other techinique such as attach the image file to the panel, whitout using canvas.

Is it possible?
0 Kudos
Message 3 of 5
(3,900 Views)
In other words... is it possible to set a image to picture control file using a popup select file box? How?

Thank you in advance

Message Edited by Oliveira on 08-28-2007 12:28 PM

0 Kudos
Message 4 of 5
(3,893 Views)
The function DisplayImageFile solves the problem.
0 Kudos
Message 5 of 5
(3,885 Views)