hi,
I need to use Win32::GUI::AxWindow to call some ActiveX controls,
some of which interface needs a Picture* value.
Taking SCGrid.ocx (Samples/SCGrid.pl) for an example, if need to call
CellPicture,
[id(0x68030261), propputref]
void CellPicture(
[in] short Row,
[in] short Col,
[in] Picture* rhs);
how to initialize a Picture structure?
Is it able to convert a Win32::GUI:BitBmp object to a Picture* ?
Any help appreciated.
Thanks,
Rob
|