Hi all,
I created a web page where you can download the Win32::GUI::Skin module and
example. You will also get the scripts used to create your own skin files.
The site is: http://www.millham.net/perlskin
If you are interested in creating a skinned application, please give this a
try, and let me
Steve Loughran wrote:
Many thanks for that, far easier to use than messing with SetWindowLong()
I dont see any reference to -pushexstyle in the docs on the website btw
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=window
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=
>
> I want to make an auto focus on a listview or a textfield when i make
> it appears. Like that, the user don t have to click on it to make
> mouse scrolling.
>
$widget->SetFocus();
>
> ps: sorry for my poor english, i'm french student learning english :D
>
No problem. There are a lot of
Hi !
I want to make an auto focus on a listview or a textfield when i make
it appears. Like that, the user don t have to click on it to make
mouse scrolling.
Can somebody help me??
Thanks and have a good day!
ps: sorry for my poor english, i'm french student learning english :D
Many thanks for that, far easier to use than messing with SetWindowLong()
I dont see any reference to -pushexstyle in the docs on the website btw
http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=window
Steve
sub WS_EX_NOACTIVATE() {0x800}
...
my $win = Win32::GUI::Window
5 matches
Mail list logo