LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how upload image to right side of panel in labwindows??

how upload image to right side of panel in labwindows??
0 Kudos
Message 1 of 5
(3,520 Views)

While I cannot understand which is the "right side" of a panel, I can tell you that you cannot simply load an image to a panel: you must place a picture or canvas control on the panel and the load the image into it. The control can be placed everywhere on the panel and dimensioned as you want.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 5
(3,518 Views)

Sorry for half described question.....

Actually I have to insert image at right side of "title bar" of panel.

I had inserted .ICO file but like in few software we can see that their title bars are modified by small images etc.

Whether such a effects are possible in labwindows cvi???

I think we can do it using windows.h functions,but I have not got solution yet!!!!!

0 Kudos
Message 3 of 5
(3,508 Views)

You can use an icon file for display in the title bar, but it will be displayed on the left... as is standard for Windows programs.

 

To use an icon file, goto the Build / Target Settings menu, and choose an 'Application Icon File'

0 Kudos
Message 4 of 5
(3,506 Views)

Yes I uploaded .ICO file.but that .ico file has limitation's . its size is quit small and I am unable to show our project logo perfectly.I saw in few software,they have shown their logo to right side of title bar just before minimize symbol. i want to do that.

0 Kudos
Message 5 of 5
(3,504 Views)