Yep, that worked, thanks!

~ Steve
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Stephen "Flame" Couchman" <[EMAIL PROTECTED]>
Cc: "Win32-GUI Users" <perl-win32-gui-users@lists.sourceforge.net>;
<[EMAIL PROTECTED]>
Sent: Sunday, December 15, 2002 5:48 AM
Subject: Re: [perl-win32-gui-users] Scrollbars on Drop List



Stephen,

Something like

       -addstyle  => WS_VISIBLE | 3 | WS_NOTIFY | WS_VSCROLL,

Should do it.

Kev.



|---------+------------------------------------------------>
|         |           "Stephen \"Flame\" Couchman"         |
|         |           <[EMAIL PROTECTED]>             |
|         |           Sent by:                             |
|         |           [EMAIL PROTECTED]|
|         |           ceforge.net                          |
|         |                                                |
|         |                                                |
|         |           14/12/2002 17:23                     |
|         |                                                |
|---------+------------------------------------------------>

>---------------------------------------------------------------------------
-------------------|
  |
|
  |       To:       "Win32-GUI Users"
<perl-win32-gui-users@lists.sourceforge.net>               |
  |       cc:
|
  |       Subject:  [perl-win32-gui-users] Scrollbars on Drop List
|

>---------------------------------------------------------------------------
-------------------|





I have the following

$main->AddCombobox(-name=>'cbConfig',
  -height=>82,
  -width=>356,
  -top=>48,
  -left=>16,
  -tabstop=>1,
  -addstyle=>0x0003, #Make  DropList
  );

The problem is, that sometimes the list is too  large to see all at once
and you have to scroll down. I've seen scrollbars  appear in other windows
programs when that happens, but I can't seem to figure  out how to do it
here.

Anyone done it before and know how?

Thanks

~ Ultimate Red Dragon :: Stephen "Flame"  Couchman





-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users


Reply via email to