You can subscribe to this list here.
2001 |
Jan
(226) |
Feb
(139) |
Mar
(156) |
Apr
(95) |
May
(181) |
Jun
(166) |
Jul
(80) |
Aug
(59) |
Sep
(69) |
Oct
(83) |
Nov
(142) |
Dec
(33) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(91) |
Mar
(76) |
Apr
(113) |
May
(67) |
Jun
(68) |
Jul
(37) |
Aug
(41) |
Sep
(16) |
Oct
(135) |
Nov
(51) |
Dec
(21) |
2003 |
Jan
(37) |
Feb
(36) |
Mar
(37) |
Apr
(103) |
May
(68) |
Jun
(70) |
Jul
(77) |
Aug
(12) |
Sep
(9) |
Oct
(53) |
Nov
(88) |
Dec
(63) |
2004 |
Jan
(263) |
Feb
(106) |
Mar
(36) |
Apr
(21) |
May
(21) |
Jun
(34) |
Jul
(33) |
Aug
(34) |
Sep
(35) |
Oct
(21) |
Nov
(43) |
Dec
(63) |
2005 |
Jan
(28) |
Feb
(42) |
Mar
(29) |
Apr
(14) |
May
(41) |
Jun
(20) |
Jul
(65) |
Aug
(136) |
Sep
(41) |
Oct
(74) |
Nov
(34) |
Dec
(94) |
2006 |
Jan
(85) |
Feb
(94) |
Mar
(68) |
Apr
(103) |
May
(66) |
Jun
(51) |
Jul
(24) |
Aug
(56) |
Sep
(57) |
Oct
(85) |
Nov
(73) |
Dec
(68) |
2007 |
Jan
(59) |
Feb
(32) |
Mar
(13) |
Apr
(32) |
May
(36) |
Jun
(36) |
Jul
(64) |
Aug
(35) |
Sep
(19) |
Oct
(10) |
Nov
(13) |
Dec
(20) |
2008 |
Jan
(26) |
Feb
(41) |
Mar
(19) |
Apr
(24) |
May
(16) |
Jun
(33) |
Jul
(34) |
Aug
(4) |
Sep
(11) |
Oct
|
Nov
(26) |
Dec
(23) |
2009 |
Jan
(5) |
Feb
(2) |
Mar
(21) |
Apr
(16) |
May
(13) |
Jun
(6) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
(7) |
Nov
(5) |
Dec
(24) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(6) |
Apr
(6) |
May
(14) |
Jun
(6) |
Jul
(1) |
Aug
(12) |
Sep
(10) |
Oct
(9) |
Nov
|
Dec
(2) |
2011 |
Jan
(4) |
Feb
(5) |
Mar
(30) |
Apr
(1) |
May
(2) |
Jun
(5) |
Jul
(3) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(4) |
2013 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
(3) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(7) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(1) |
2
|
3
|
4
(1) |
5
|
6
|
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
From: Memo R. <kin...@ho...> - 2013-04-07 02:54:36
|
Hi, My name is guillermo.i am new in perl, who know show all user of active directory from server windows 2008? i think use: use Win32::OLE;$ou=win32::OLE->GetObjet("LDAP://DC=mydomain,DC=com");print "$ou->{"?????\n}"; But i dont know thanks you |
From: Aldo C. <da...@pe...> - 2013-04-04 15:51:31
|
On Mon, April 1, 2013 11:24 am, Soren Hein wrote: > I'm drawing stuff in a window, then minimizing the window to the bottom > part of the screen using the Windows underscore symbol. When my mouse > hovers over the minimized icon, the content is still there. When I click > on the icon to reopen the window, the content is gone. that's how it is supposed to work. paint operations in a window are non-persistent. what you want is a custom "Paint" event. eg. instead of make_example, add this sub in your program: sub win_Paint { my($dc) = @_; # your drawing code from make_example $dc->Validate(); } cheers, Aldo |
From: Soren H. <sor...@gm...> - 2013-04-01 09:24:51
|
Hello, I'm drawing stuff in a window, then minimizing the window to the bottom part of the screen using the Windows underscore symbol. When my mouse hovers over the minimized icon, the content is still there. When I click on the icon to reopen the window, the content is gone. Simple example included below, where the top half of the window is painted green, the bottom part red. I assume it's some magic to do with dc, onEvent, save, restore etc., but I can't figure it out. In case my setup matters: Windows 7 SP1 CYGWIN_NT-6.1-WOW64 1.7.17(0.262/5/3) 2012-10-19 14:39 perl 5.14 Win32::GUI v1.06 (GUI.pm 1.69) Thanks, Soren #!perl use strict; use warnings; use Win32::GUI(); my $WIDTH = 400; my $HEIGHT = 600; my $win = Win32::GUI::Window->new( -name => 'win', -width => $WIDTH, -height => $HEIGHT ); $win->Show(); &make_example(); Win32::GUI::Dialog(); exit; sub make_example { my $dc = $win->GetDC; my $brush = new Win32::GUI::Brush( [32, 128, 32] ); my $old_brush = $dc->SelectObject($brush); $dc->Rectangle(0, 0, $WIDTH, $HEIGHT/2); $brush = new Win32::GUI::Brush( [178, 63, 63] ); $dc->SelectObject($brush); $dc->Rectangle(0, $HEIGHT/2, $WIDTH, $HEIGHT); $dc->SelectObject($old_brush) if defined ($old_brush); } sub win_Terminate { -1; } |