LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to open window external to LVPanel like winddraw (in NI-IMAQ does ?

No comment
0 Kudos
Message 1 of 2
(2,598 Views)
benassay wrote:
> No comment

Simple! NOT! To do it much like what IMAQ does you would have to call
into the underlying OS API to create your windows, manipulate them, draw
into them and much more. That is all doable but requires a LOT of C
programming in a DLL to get it done right.

Or you can just create subVIs whose panels you open in addition to the
panel already opened and then it is fairly simple to have multiple
windows open inside an application.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,598 Views)