Let's say I have a button in a window and all I know is the location of the button. I can use 'WindowFromPoint' to return a handle on the button, eg. $OBJ = Win32::GUI::WindowFromPoint($x,$y); My problem is I can't manipulate the button using the returned handle, eg. $OBJ->Resize(10,50); If I try this, I get the message: Can't call method "Resize' without a package or object reference Any ideas? Thanks. David Hiltz
- Re: [perl-win32-gui] Accessing a object in a window David Hiltz
- Re: [perl-win32-gui] Accessing a object in a window Aldo Calpini