Issue Details
Sometimes it's necessary to import an image on the Front Panel, for example if you would like to have a logo. To do that you have to use a
Picture Control. Picture Control is a LabVIEW control that allows you to visualize an image on the Front Panel. Unfortunatly you cannot copy and paste images into a Picture Control, so you have to do this programmatically. If you copy and paste a picture from the clipboard or drag and drop a picture into the Front Panel simply makes the picture a Front Panel object decoration. In this document you'll learn how to import pictures into a picture control and resize the control for fit it to the imported image.