From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying dll windows and dynamically loaded subVIs over the web

I have a LV application that makes use of a couple DLL calls that display windows. Is there a way that a remote user can see these windows?

Also, within my application, a couple subVIs are loaded dynamically. As of yet, these do not display their front panels to a remote user. I find this problem particularly vexing, since the main user interface is itself dynamically loaded by a subVI that initializes the entire application -- and this main interface is visible to remote computers. Perhaps there's a problem with remotely viewing a dynamically loaded VI within another dynamically loaded VI? Nay, this seems absurd...
"You keep using that word. I do not think it means what you think it means." - Inigo Montoya
0 Kudos
Message 1 of 2
(2,213 Views)
Nickster wrote:

> I have a LV application that makes use of a couple DLL calls that
> display windows. Is there a way that a remote user can see these
> windows?

Not within LabVIEW. LabVIEW knows absolutely nothing about those
windows. You could use Remote Access Anywhere or similar applications
though or even Remote Desktop under Windows XP.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
Message 2 of 2
(2,213 Views)