Hi Mockey,
> Either they are documented somewhere for the program (e.g. Winamp)
> or you have to capture them with some utility.
> I still mostly use an old (freeware) version of Girder for this. I
> once made some posts explaining this, like e.g.:
> http://tech.groups.yahoo.com/group/power-pro/message/11469
> It's very easy to use, but there are other programs like
> Winspector, which do that much better but are also more complicated
> to use.
Yes, i know girder (i am using version 3.29) and the capture-
function. But due to the fact, that i don't know much about
developing windows-software and those messages (i came to know them a
little bit with the dialog-pluging) i don't really understand the
girder-output. When i use girder for an explorer window switching to
detail-view i can recognize the Wparam 28716 and the Lparam 0
somewhere. That's it.
You proposed the following popwerpro-command (it's a chainend
command, isn't it?):
win.handle("filedialog","FolderView").parent.sendMessage(0x111,28716,0)
In other words:
win.sendmessage(win.parent(win.handle("filedialog","FolderView")),0x111,28716,0))
correct ?
My questions:
- Where do you know the win.handle-parameters from ?
- What is "0x111" ?
If it's not to hard and to difficult to explain, it would be very
kind, if you could answer those questions.
Best regards Detlef