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----------------
The problem is, that i must subtract the size of the Taskbar...
so how can i read the size (height) of it ????
b)
If i compile my program with perl2exe and "-gui", then the
program crash on exit.... ever: the "exit code" are:
-----------Code-----------
sub Window_Terminate {
return -1;
}
sub Exit_Click {
return -1;
}
------------Code---------
Any idea ???
cu
Thorsten Sommer
|