[perl-win32-gui-users] Fw: printing

2002-08-29 Thread gabor.borus
> > > 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

2002-10-01 Thread gabor.borus
Hi all!

Has anybody a working example for DateTime object?
Thanks
Regadrs
Gabor



[perl-win32-gui-users] MDI window

2002-10-10 Thread gabor.borus
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

2002-10-10 Thread gabor.borus
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