[perl-win32-gui-users] filling HTML forms using AxWindow/OLE

2004-08-03 Thread Pavel
Hello, may be this mailing list not the best place for this question, but anyway: I'm trying to make a small browser-like programm based on AxWindow and need to fill html forms (e.g. login name and password) without using keyboard or clipboard (to avoid keylogging). Say user clicks one button and

Re: [perl-win32-gui-users] ListView (Can it stay sorted?)

2004-08-03 Thread Glenn Linderman
On approximately 8/3/2004 9:52 AM, came the following characters from the keyboard of Eric Hansen: Can a ListView be setup to stay sorted like a ListBox? Off the top of my head, I don't know. Do you know if that is something that is provided by the Windows API? If it is provided by the Wind

[perl-win32-gui-users] ListView (Can it stay sorted?)

2004-08-03 Thread Eric Hansen
Can a ListView be setup to stay sorted like a ListBox? Like LVS_SORTASCENDING or LVS_SORTDESCENDING And how to declare this? Is there an easier way like property-sort => 1 Thanks, Eric