[perl-win32-gui-users] Fw: printing
> > > Hi! > > > > > > Thanks. Have you got any example script, that can print anything to a > > > printer? > > > > Yes. But on the other computer then I use now. > > So I'll send it to you in one day or two. It's fairly simple. Another > solution: > > search this mailing list - I posted here example code 3 or 4 months ago. > > > > Regards > > Darek > Thanks Darek Please, send me. This is a simpler for me. Regards Gabor
[perl-win32-gui-users] DateTime object in Win32::GUI 0.665
Hi all! Has anybody a working example for DateTime object? Thanks Regadrs Gabor
[perl-win32-gui-users] MDI window
Hi I want to cascade my child windows. There is a way to send message to the parent window to cascade all of its child windows: lResult = SendMessage( // returns BOOL in lResult (HWND) hWndControl, // handle to destination control (UINT) WM_MDICASCADE, // message ID (WPARAM) wParam, // = (WPARAM) () wParam; (LPARAM) lParam // = (LPARAM) () lParam; ); , but if I create windows with Win32::GUI this procedure doesn't work, because the child windows aren't MDI windows. The question is: Can I create MDI windows with Win32::GUI? Thanks Gabor
[perl-win32-gui-users] MDI window
Hi I want to cascade my child windows. There is a way to send message to the parent window to cascade all of its child windows: lResult = SendMessage( // returns BOOL in lResult (HWND) hWndControl, // handle to destination control (UINT) WM_MDICASCADE, // message ID (WPARAM) wParam, // = (WPARAM) () wParam; (LPARAM) lParam // = (LPARAM) () lParam; ); , but if I create windows with Win32::GUI this procedure doesn't work, because the child windows aren't MDI windows. The question is: Can I create MDI windows with Win32::GUI? Thanks Gabor