chgoguy7
Advanced user
Всего сообщений: 90
Дата регистрации: 28.02.2006
|
Создано:
15.03.2007 05:21:55
|
|
Hi guys,
As usual, AWM product is looking great. Keep up the good work!
One problem I am experiencing in Office 2007 is that when I use a menu, popup window (info tool popup window when mousing over a menu item), or the right-click context menu, they do not disappear as expected after use, even after minimizing the application (primarily occurring in Word and Excel). I thought at first this was an issue with Office 2007 itself but found that exsting AWM clears these remaining "screen artifacts".
So, of course, the next logical thought was to exclude these window classes from AWM. However, I do not know how to find out the window class names of these items since they disappear after using them. Any ideas how I can found out the window classes of these objects so that I can exclude them?
Also, it might be a good idea to exclude these window classes from the default excluded window classes similar to the default Office XP window classes that are already excluded by default in the production version of AWM.
Thanks for the help and keep up the great work!
Nick
|
Michael Rezvanov
Администратор
-retired-
Всего сообщений: 387
Дата регистрации: 31.01.2007
|
Создано:
15.03.2007 06:28:35
|
Hello Nick,
Thank you for your note. I have added it to our suggestions database so it will surely be considered during the development of next versions.
|
chgoguy7
Advanced user
Всего сообщений: 90
Дата регистрации: 28.02.2006
|
Создано:
15.03.2007 09:58:43
|
Thanks for the reply and for considering adding this to future versions. But I was wondering if you had any suggestions as to how to discover the window class names of these objects so that I can exclude them from AWM. Are there are tips or tricks that anyone can offer, or is there perhaps a software utility of some kind that reports on the window class names currently activiated, etc.
Any help would be greatly appreciated. Thanks!
|
Michael Rezvanov
Администратор
-retired-
Всего сообщений: 387
Дата регистрации: 31.01.2007
|
Создано:
19.03.2007 06:51:50
|
Hello Nick,
You are right there are certain tricks to discover the window class of such objects. I can recommend you utility "WinSight" that comes with "Borland Delphi"
|
Alexey Fadeyev
Администратор
Moderator
Всего сообщений: 1436
Дата регистрации: 30.09.2005
|
Создано:
19.03.2007 07:57:01
|
By the way, here are some Office 2007 window classes someone may want to exclude:
Код |
---|
tool tip : [b]Net UI Tool Window[/b]
popup menu : [b]NetUIHWND[/b]
shadow window: [b]MSO_DROPSHADOW_WINDOW_CLASS[/b]
|
|
chgoguy7
Advanced user
Всего сообщений: 90
Дата регистрации: 28.02.2006
|
Создано:
20.03.2007 11:28:44
|
Hi Alexey,
Thanks for listing these Office 2007 classes. Excluding these classes has resolved my difficulties with menus and popups not disappearing as expected after use in Office 2007 applications. This might help others who are using Office 2007 and having similar problems. Thanks again!
Office 2007 window classes
tool tip : Net UI Tool Window popup menu : NetUIHWND shadow window: MSO_DROPSHADOW_WINDOW_CLASS
|