LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display LabView panel as part of .Net window

Hello,

Opposite to this statement:
http://forums.ni.com/ni/board/message?board.id=170&message.id=168857#M168857

what I would like to know is if I can display a LabView panel as part of a .Net window.
Basically the LabView panel should be some sort of an User Control in .Net.

Or maybe is it possible to run a LabView panel modal!?
I already created a LabView VI, where I set the panel to be modal, I put in into a DLL, but calling it from a .Net app is not behaving as modal.

Thank you,

Mihai PALADE
0 Kudos
Message 1 of 2
(2,798 Views)

Mihai,

It sounds like you are on the right track. The best way I know of doing this is to build the VI into a DLL and to call it from .NET, but you need to make sure that you specify "show front panel when called" from the VI Properties. The process of using LabVIEW front panels in .NET is outlined in this post. Hope this gets you pointed in the right direction!

Kind Regards,

E. Sulzer
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,786 Views)