Done... I just RTFM and the FAQs and I found the answer. _:)
Thanks all.
Joel Oliveira
--------------------------------------------
# -----Original Message-----
# From: [EMAIL PROTECTED]
# [mailto:[EMAIL PROTECTED] Behalf Of
# Joel Oliveira
# Sent: terca-feira, 9 de Janeiro de 2001 12:56
# To: [email protected]
# Subject: [perl-win32-gui-users] Listbox or Combobox style options
#
#
# Hello all,
#
# I need a listbox similar to the HTML one. Read only, only one
# selection and
# with a "drop list with vscroll".
# I tried the next code, but a can't get the "drop" style to work...
# $WD->AddListbox(-text=>'&Month',-name=>'Month',-left=>106,-top=>88
# ,-width=>6
# 5,-height=>20,-multisel=>0,-style=>WS_VISIBLE|WS_VSCROLL);
#
#
# Joel Oliveira
#
# --------------------------------------------
#
#
# _______________________________________________
# Perl-Win32-GUI-Users mailing list
# [email protected]
# http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
#