Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Disable dropdown of a listbox DTC


Message #1 by "Jim Reisz" <jreisz@m...> on Thu, 20 Dec 2001 18:58:38
Use disabled  option in the select box.

----- Original Message -----
From: Jim Reisz <jreisz@m...>
To: Interdev_Programming <interdev_programming@p...>
Sent: Thursday, December 20, 2001 6:58 PM
Subject: [interdev_programming] Disable dropdown of a listbox DTC


> Any suggestions on how to disable a listbox from dropping down the list of
> available options.  Disabling the control isn't an option because the
> listbox doesn't look to appealing.  I have tried cancelling the mousedown
> and keydown events for the control, but without any success.
>
> Sub lstControl_onmousedown()
>    window.event.returnvalue = False
> End Sub
>
> Any suggestions will be greatly appreciated.
$subst('Email.Unsub').


  Return to Index