Question for Microsoft about Word 2000 and Word 2002 
Author Message
 Question for Microsoft about Word 2000 and Word 2002

Using Spy++ on my computer (running Word 2000) reveals that there is only
one window with a window class of _Wwf.

However, when I look on WordXP, there are two windows with _Wwf as their
class.

What is this reason for the differences in Window structures between the two
computers?

Is it due to the version difference?  Or put in a different way, can I count
on there being two frames in Word XP and only one frame in Word 2000?

Or is it due to some other setting that is different between the two
computers.



Mon, 25 Jul 2005 02:31:05 GMT  
 Question for Microsoft about Word 2000 and Word 2002
Tom,

I would guess the difference is between Word 2000 and XP and not the
computers. I don't know which windows are using the _Wwf class but you have
one GUI difference between '2000 and XP, XP has a task pane. It can be that
the task pane shares the characteristics with the doc window.

I don't know how deep you have been into WinAPI when it comes into cretaing
windows/controls, but if you haven't been there I can explain very breifly
how it usually works when you don't use a predefined Window Class. First you
call WinAPI RegisterClassEx() and pass information like Class name, function
pointer to a 'Window Procedure', Icon, Cursor, Background and some other
characteristics. When you want to create the Window you call
CreateWindowEx()  and pass information about the Class it will be based on,
size, style and other information. Even though two Windows can appear quite
different they can still be be based on the same registred Class. If the doc
window and the task pane are based on the same Class it would explain why
you find two Windows based on the same Class in Word XP. I might be wrong
but it's something like this I would suspect.
--
Regards,
Lars-Eric
http://www.clippersweden.se



Quote:
> Using Spy++ on my computer (running Word 2000) reveals that there is only
> one window with a window class of _Wwf.

> However, when I look on WordXP, there are two windows with _Wwf as their
> class.

> What is this reason for the differences in Window structures between the
two
> computers?

> Is it due to the version difference?  Or put in a different way, can I
count
> on there being two frames in Word XP and only one frame in Word 2000?

> Or is it due to some other setting that is different between the two
> computers.



Mon, 25 Jul 2005 05:28:53 GMT  
 Question for Microsoft about Word 2000 and Word 2002
No one from Microsoft answers questions here.
--
Charles Kenyon

Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>

See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
 --------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


Quote:
> Using Spy++ on my computer (running Word 2000) reveals that there is only
> one window with a window class of _Wwf.

> However, when I look on WordXP, there are two windows with _Wwf as their
> class.

> What is this reason for the differences in Window structures between the
two
> computers?

> Is it due to the version difference?  Or put in a different way, can I
count
> on there being two frames in Word XP and only one frame in Word 2000?

> Or is it due to some other setting that is different between the two
> computers.



Tue, 26 Jul 2005 06:26:42 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Word 2002: How to save a file in Word 97 format in Word 2002

2. Word 2002 Template won't open in Word 2000

3. Differences on word 2002 and word 2000 vba

4. Passing Userforms to subs (Word 2000 and 2002, I did not try Word 97)

5. Does Word VBA 2002 developed code run on Word 2000

6. Problem between version Word 2000 and Word 2002

7. Code Signing Problems for Word 2000/2002

8. Word 2000/2002/97 compatability

9. Starting Word 2000 and 2002 with a macro

10. Word 2002/2000 Compatibility Problems

11. Word 97 vs Word 2000 question

12. Macro: Bug, or "resource" limit, in Word 2002, works in Word 2000 and Word 97

 

 
Powered by phpBB® Forum Software