Hi: I am looking at the WindowStyle object. It's Style property returns a long
value indicating, well, the WindowStyle. I couldn't find any enumerations in
the WE Docs and Googled for them. I found some for VBS that don't sound like
the types of things listed in the WindowStyle list of properties but found a
VB6 and various .net Framework versions of the WindowStyle enumerations that
sound closer to what the WE docs sound like. I tried looking for a system32
version but didn't see one other than for working with shortcuts. Are there a
set of enumerations that are designed to work with this Window Property
someplace in the WindowEyes docs that I just can't find so far? If not, would
the WindowStyle.Style property long value apply to VB6, .net framework or the
ShortCut enumerations if you know?
I want to set up a dictionary object to reference the WindowStyle in my
VBScript which does a little MSAA Object Analysis for Chip's class and this is
one of the Window Properties I wanted to include without creating one if
statement for each of the 40 plus properties of the WindowsStyle object itself.
Thanks:
Rick USA