in reply to Win32::GuiTest and XVI32 Editor

Does HVI32 have buttons? They're all windows. Try out http://cpansearch.perl.org/src/KARASIK/Win32-GuiTest-1.56/eg/spy.pl and http://cpansearch.perl.org/src/KARASIK/Win32-GuiTest-1.56/eg/spy--.pl and you'll just how many windows there are.

Replies are listed 'Best First'.
Re^2: Win32::GuiTest and XVI32 Editor
by GoForIt (Novice) on Apr 09, 2010 at 12:41 UTC
    Hi,

    I just figured this is not an error. I get two window handles because the first one is for the window itself and the second one for the opened file. Like how it works in Microsoft Visual C++ editor. After closing the file, the editor is still open. And that's precisely happening in my case too. I do a ALT F4 and the file gets closed and the XVI32 editor remains open which I need to close explicitly again

    I hope my understanding is correct

    Thanks,