This isn't strictly WIn32:GUI, but it's related. I have .pl and .gpl
associated with perl.exe and guiperl.exe respectively where guiperl is the
console-less executable. I also have the pathext environment variable set to
include .pl and .gpl. I also have all my useful scripts in one location and
th
$_ = Win32::GUI::FindWindow ("Shell_TrayWnd", "");
@_ = Win32::GUI::GetWindowRect ($_);
$width = $_[2] - $_[0];
$height = $_[3] - $_[1];
tested on Win2k and Win98. Interestingly, the position of the taskbar is
slightly off the screen (-2).
Note that the taskbar can be moved to each of the four w
Hi !
I have two problems:
a)
My program start in maximal width & height with this code:
-Code
$screensize= Win32::GUI::GetDesktopWindow();
$screensize_width = Win32::GUI::Width($screensize);
$screensize_height = Win32::GUI::Height($screensize);
-Code-
Jeremy,
I take care of this by having two subroutines both calling the same subroutine
that actually takes care of showing and hiding the controls, like so:
sub tabSteps_Click () {
tabSteps_Changed();
}
# takes care of keyboard navigation between tabs (left, right) and
# handles it just
Jerry wrote:
Which one is easier/simpler to use: Tk or Win32::GUI? The latter
sounds pretty intriguing to me. Can I find any sample Win32::GUI
apps on the Web?
I started a Manila site to document a few things. It is now dormant :)
However, this page may help you:
http://win32gui.manilasite
5 matches
Mail list logo