I'm pretty sure it only works when you put them on a DialogBox not a Window. Or at least that's the only way I've been able to make it work.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2001 6:16 AM > To: perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] Tabstop > > > 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. > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >