Archive for March, 2006



According to Utakz, Microsoft is going to release build 5342.2 of Windows Vista today. Information about this particular build appeared on the Internet via Paul Thurrott’s Windows SuperSite earlier this month.
This release is to be from the base winmain branch, and not an Idx (Internal Development Workstation/Server). Because of the fact that this is supposed to […]

Window Enumerating Helper

[Cross-posted in the Code section]
The archive contains classes that can be used to enumerate and/or find windows using their titles, class names or handles.
The Helper.GetWindows() function takes one parameter, a window expression string, representing the window or controls’ hierarchy. For instance,
*[@c=IEFrame]/*[@c=WorkerW]/*[@c=ReBarWindow32]/*[@c=ComboBoxEx32]

can be used to obtain all Internet Explorer (6.*) windows’ URLs.
Extended usage is available in […]