Re: Remote monitoring and control of a Labview program

2004-04-18 Thread NJG88_TG
Thank you Teccor. I have not yet studied your links but I did save them from the title's I can see you obviously have given me some very good tips! I will try your suggestions Thanks again

Remote monitoring and control of a Labview program

2004-04-18 Thread NJG88_TG
I would like to control and monitor my robot program written in LV version 6.1. It runs inside a professional firewall at my company. I need to see and control the main VI and any other VI's that may pop up on the "target" machine from my home PC. Can this be done in a secure way? PS: I only know

Bring a Calling VI's front panel to the front of the desktop

2004-02-25 Thread NJG88_TG
My main VI calls sub vi's which open and close or sometimes not but the main VI should come to the front when executing in its own domain such as when it is time to select another choice. The question is " How can I make my VI come to the front of the desktop when needed?" IS there a foolproof way?

Re: Programatically advance Scroll bar in Listbox

2004-02-20 Thread NJG88_TG
Thank you Joe Guo Works like a charm.

Programatically advance Scroll bar in Listbox

2004-02-18 Thread NJG88_TG
Scrollbar has many multiple lines in it. Only one item at a time is programatically selected during a repetitive process. I need to make the scroll bar move to allow the selected item to always be at center or is there a better way? As it is now the selected item will go below the visible range as