[perl-win32-gui-users] Daniel GIRAUD est absent

2003-05-01 Thread dgiraud
Je serai absent(e) du 01/05/2003 au 11/05/2003. En cas d'urgence appeler JP Gluntz 01 41 37 73 13 ([EMAIL PROTECTED])

[perl-win32-gui-users] Messagebox

2003-05-01 Thread Steffen Mueller
It seems that the MessageBox function doesn't return any value. my $return = Win32::GUI::MessageBox ( 0, 'please fill in account name', 'error', 2 ); print $return; # prints nothing Does anyone have a piece of code which disp

Re: [perl-win32-gui-users] Grid Control

2003-05-01 Thread Laurent ROCHER
Hi, See small sample using ScGrid with Win32::GUI::AxWindow in SCGrid.zip file. You need set Redraw property Off before change Rows, Cols and some general Grid properties. Then set Redraw On when finish change. I don't know exactly why, but work ;o) Laurent. - Original Messa

RE: [perl-win32-gui-users] Grid Control

2003-05-01 Thread Frazier, Joe Jr
Laurent, have you made an example using this control? I have tried, and while I can get the grid to show on the window(and can correctly change the boderstyle property and it shows in the window), I am unable to get any cells to populate the grid. I checked the grid properties after adding row

RE: [perl-win32-gui-users] Keeping track of child windows

2003-05-01 Thread Garside, Trevor
Damn. This is what happens when I don't test my code... Hmm. I've been doing some testing and it appears that the WM_DESTROY message (the one that gets sent by clicking the 'x' in the corner of the window) does not cause Win32::GUI to release the resources allocated to a window, so a program