FindWindow in CE does not support asterisk (*) as wildcard in search name,
anyone knows an alternative?

Re: FindWindow by David

David
Mon Nov 10 14:01:03 CST 2003

Rally:

As far as I know, this isn't supported on the desktop, either. Try using
NULL instead to match all windows. I don't think you can do a partial
"wildcard" match, though.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/findwindow.asp

--
David Stewart
dstewart@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights.



"Rally" <ralliart@hotmail.com> wrote in message
news:50Rrb.10122$Ws6.7437@edtnps84...
> FindWindow in CE does not support asterisk (*) as wildcard in search name,
> anyone knows an alternative?
>
>