Accessing listbox using perl?

Accessing listbox using perl?

am 17.05.2007 01:48:58 von jis

An user interface application which is developed in VC++ has got a
combobox and listbox.I want to access the contents of listbox.Is it
possible using perl?

Please do reply,

jis

Re: Accessing listbox using perl?

am 18.05.2007 21:25:45 von Bart Lateur

jis wrote:

>An user interface application which is developed in VC++ has got a
>combobox and listbox.I want to access the contents of listbox.Is it
>possible using perl?

Assuming Windows...

The way programs interface with listboxes and comboboxes is using the
SendMessage API call. Search on MSDN (http://msdn.microsoft.com) for the
details.


http://search.msdn.microsoft.com/search/Default.aspx?brand=m sdn&locale=en-us&query=sendmessage

I'm not sure what you want to do, you used to be able to access
listboxes etc from other programs this way (in the Win95 days), but
probably not any more.

--
Bart.