Glenn W Munroe wrote:
The problem I was having with the KeyUp/KeyDown events was, as you
indicated, caused by the -dialogui option. Neither the 'KeyDown' nor the
'Char' event gets fired when -dialogui is used,
That depends on the control and what it returns from the WM_GETDLGCODE
message sent
This may help. GetChild(NODE) gets the first child.
SO you may want to do a loop and perform GetNetSibling
Until NODE = 0;-Eric
GetChild(NODE)
GetNextSibling(NODE)
GetPrevSibling(NODE)
Here is some code I use to test for a parent node.
-
Igor,
I think you need a combination of the GetChild() and GetNextSibling()
methods. I'm not sure that MS would (or even should) publish internal
structures like that, but a good place to start is:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pla
tform/commctls/t
Rob,
Thanks for your reply. There's certainly plenty of food for thought there.
The problem I was having with the KeyUp/KeyDown events was, as you
indicated, caused by the -dialogui option. Neither the 'KeyDown' nor the
'Char' event gets fired when -dialogui is used, nor do they when an
accelerat
doh! thank you! :)
Steve
Jeremy White wrote:
Hi all
Is there any easy way to include a file name requester (like when you
"Save as..." in a program) to allow you to return a filename for
loading/saving? I think I have seen it in my trawling through
websites, but I cannot remember where...
Hi all
Is there any easy way to include a file name requester (like when you "Save
as..." in a program) to allow you to return a filename for loading/saving?
I think I have seen it in my trawling through websites, but I cannot
remember where
http://perl-win32-gui.sourceforge.net/cgi-bin/
Hi all
Is there any easy way to include a file name requester (like when you
"Save as..." in a program) to allow you to return a filename for
loading/saving? I think I have seen it in my trawling through websites,
but I cannot remember where
Many thanks in advance.
Steve
7 matches
Mail list logo