> Can someone provide me with an example showing how can I use a DC
> object on entire screen? Should I create a window object befor creating a
> DC object?
That would work.
You could set the window size to the screen size.
> after creating a DC abject like this :
>
> my $screen = new Win32::GUI::DC("DISPLAY");
>
> How can I handle events?
DC doesn't handle events, but Aldo came up with Win32::GUI::Graphic
which allows DC drawing and handles mouse events. Grab a copy of
my GUI Builder off the archives to see how it works.
-dhiltz