Hi, I have created a combo box using the code below, but I cannot move the cursor to select the first or the last element from the combo box using the home and end keys. What can I do to be able to do this?
Thank you. $Win->AddCombobox( -name => 'Markets', -left => 60, -top => 10, -width => 120, -height => 22, -tabstop => 1, ); my @markets = ('Regular', 'Odd lot', 'Deal', 'BER regular', 'Oferte publice', 'Drepturi de preferinta'); $Win->Markets->Add(@markets); Teddy _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs