Hi,
Anyone know how I can scroll horizontally (and edit) long text in a editable
ComboBox? Thanks. Lojzo.
This is my little example:
use Win32::GUI;
my $W = new Win32::GUI::DialogBox(
-left => 200,
-top=> 100,
-width => 300,
-height => 200,
-name => "
Try this:
#-
use strict;
use Win32::GUI;
my $count = 0;
my $W = new Win32::GUI::Window(
-left => 558,
-top=> 122,
-width => 300,
-height => 255,
-name => "W",
-text => "Test"
);
$W->AddLabel(
-text
PM
To: Motesicky Alojz; 'perl-win32-gui-users@lists.sourceforge.net'
Subject: RE: [perl-win32-gui-users] Cursor is not refreshed correctly
from the GUI sample script (should've come with the Module), textfield.pl
my $C = new Win32::GUI::Cursor("harrow.cur");
Hi,
I am a novice in this mailing distribution list therefore sorry for my non
topical information.
How set up window settings to correct changing of a mouse cursor on
Win32-GUI version 0.0.665 ?
Thanks
Lolo.
4 matches
Mail list logo