March 2006

You are currently browsing the articles from MS Windows Articles, Reviews and Videos written in the month of March 2006.

Windows Vista Build 5342.2 to be released today!

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 [...]

Written by Stanimir Stoyanov on March 24th, 2006 with comments disabled.
Read more articles on News.

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 [...]

Written by Stanimir Stoyanov on March 19th, 2006 with comments disabled.
Read more articles on News.

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 [...]

Written by Stanimir Stoyanov on March 19th, 2006 with comments disabled.
Read more articles on News.