Wrox Programmer Forums
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 18th, 2007, 02:41 PM
Registered User
 
Join Date: Jun 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to link Using vbscript

hi,
i just started learning Vbscript for my project, while doing the GUI i got stuck at one point . i cant seem to figure out how to link a particular selection to a drop down box. i have used radio buttons for the selection so that only one can be selected and aftr that selection a drop down box should appear that gives a list of other things which i should be able to select and prioritizeand i should be also able to select many things with the help of the ctrl key...
i cant seem to find anything on the net that explains anthing close to this.. if anyone could help me out it would be great. thank you in advance

 
Old June 19th, 2007, 11:43 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

In reaction to the selecting of the radio button, in the event that is raised for that button, change the source of the DropDown. It isn't handled by any kind of a link, but by direct manipulation of the DD control in the code that you yourself write.





Similar Threads
Thread Thread Starter Forum Replies Last Post
VBScript junedali10 VB How-To 3 September 27th, 2006 03:06 PM
VBSCRIPT pantera710 Classic ASP Basics 3 September 11th, 2006 09:28 PM
Need Help in VBScript ragavendran31 Pro VB 6 0 April 19th, 2006 05:54 AM
Using VBScript and JavaScript together jwalborn Classic ASP Professional 2 October 13th, 2003 10:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.