> Hi,
> Can you please help and answer the following two questions?
Have you looked at the example code for Win32::GUI?
> Question 1.
> Is it possible to create a scroll list in Win32::GUI similar to that in
> HTML ?
>
> I mean something similar to
>
> <select name="Scroll1" size="1">
> <option value="value 1">Item1</option>
> <option selected value="value2">Item2</option>
> </select>
>
> There is for each item a value.
You can setup a hash with the value as the item you want to display
in the list and the key as the value you wish to return then just
populate your scrolled list by running through the items in your
hash.
> Question 2.
> How can I print output from a program to a window created with
> Win32::GUI?
not sure what you mean.