Go look at the zip called: Windows API - region functions. at http://lavag.org/topic/13373-front-panel-with-round-corner/
You can change as you want the shape and appearance of your panel and keep the properties of the VI
Hello everyone,
With the Region Functions from the Windows API, you can give the shape you want to the window (such as the shape of the United States, see area examples.lvilb).
For more information: http://msdn.microsoft.com/en-us/library/dd162915 (v = VS.85).aspx
In the zip file there is a VI for of all Windows API Region Functions. Have fun!
Jonathan Borduas
Windows API - region functions.zip
Hello,
I try to detect the following action in edit mode:
I took control and moves over an xcontrol and then I released.
Note that in my program, it must be the Xcontrol that detects the action.
So I tried with the mouse up event, but since it happens on the control moved, the mouseup event is not triggered.
After trying several strategies that have not given the desired results.
Jonathan
Ok, so if I understand it is unlikely to find an equivalent ActiveX that has the characteristics sought, but it is possible that there is one in .Net.
Does anyone know it?
NI uses a superposition like this in the express VI Sensor Mapping to show the coordinate system.
Also, I was wondering if there was an ActiveX that has the same features as the 3D picture control but without the inconvenience.
Jonathan
Hi
Have you ever noticed that it is impossible to put a 3d picture control to back? In fact, when the VI runs, a control that was set to front will disappear into the nothingness of the 3d picture control.
Is there a way to stop the aspiration of this black hole ?
Jonathan Borduas