Results 1 to 3 of 3

Thread: Pass VB Checkbox value to VBScript

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2005
    Posts
    2

    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.

  2. #2
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2005
    Posts
    2

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width