Pass VB Checkbox value to VBScript
I am writing a VB form that is called from a vb script to display login info for our domain login script. I am able to pass variables to the VB app from my vbscript, but I want to pass the values to my vbscript from the VB. Basically I have a check box on the VB app that I want to read from the vbscript and tell the vbscript to pause or stop.
Re: Pass VB Checkbox value to VBScript
How is the VB program executed?
Does it run on the server out of sight from the client?
One way would be get the VB program to load the subsequent page (either logged in or login failed) instead of doing it via the VBScript.
Re: Pass VB Checkbox value to VBScript
The login screen control will be installed on the workstations. The vbscript will be located on the domain controllers.