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])
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
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
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
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
5 matches
Mail list logo