Below is an extract from a small program I am using, is there any way to set the
buttons up as Tabstops?

Thanks in advance.



**********************
**** Start of extract
**********************

$division_input = $fred->AddCombobox(
               -name          =>"division_input",
               -left          =>110,
               -top           =>70,
               -width         =>135,
               -height        =>220,
               -style         => WS_VISIBLE | 2 | WS_NOTIFY,
               -group    =>1,
               -tabstop  =>1,
               );

$division_input->InsertItem("Finance");
$division_input->InsertItem("IT Services");
$division_input->InsertItem("Audit");

# Add the Control Buttons

$b1 = MakeControl ("AddButton", 2, 5, 10, "   OK   ", "OK");
$b2 = MakeControl ("AddButton", 13, 5, 10, " Exit ", "Exit");
$b3 = MakeControl ("AddButton", 24, 5, 10, " Help ", "Help");

**********************
**** End of extract
**********************



The information in this e-mail and any attachments is confidential and may be
legally privileged. It is intended solely for the addressee or addressees. If
you are not an intended recipient, please delete the message and any attachments
and notify the sender of misdelivery: any use or disclosure of the contents of
either is unauthorised and may be unlawful. All liability for viruses is
excluded to the fullest extent permitted by law. Any views expressed in this
message are those of the individual sender, except where the sender states them,
with requisite authority, to be those of a specific LAZARD company or
partnership.



Reply via email to