[perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-18 Thread Waldemar Biernacki
Hello! Maybe you could me help? I have the code (read later please). What is my problem? The aim of the program is to catch keyboard events and write them into string named $_EVENT. However it works different in WindowsXP (correctly I think) and in Windows98 (wrong). It can be seen in console p

Re: [perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-18 Thread Robert May
Waldemar Biernacki wrote: Hello! Maybe you could me help? I have the code (read later please). What is my problem? I don't know. The aim of the program is to catch keyboard events and write them into string named $_EVENT. However it works different in WindowsXP (correctly I think) and in W

Re: [perl-win32-gui-users] A couple of questions

2007-01-18 Thread Robert May
Stefan Behrendt wrote: Hi, I have a couple of questions: 1. How do I change or remove the icon of a window? Try $Window->SetIcon($icon) 2. Is it possible to start a Win32::GUI app. in an other programm wich is running in fullscreen? I expect so. You probably won't see anything though. W

Re: [perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-18 Thread Waldemar Biernacki
Robert May wrote: I don't have both systems. What is different between them? The problem is that one perl script gives different outputs on different Windows versions: XP and 98(SE). Both systems have Perl 5.8.817 (ActiveState) and Win32-GUI 1.05 (installed from ppd). I rewrote the console out