I'm seeing the same problem when I drop the bar on the desktop.  I did a
quick debug on this over lunch and I think the problem may be that the code
is trying to find the matching window hierarchy while is still being
constructed.  I added what I thought I was seeing it report in the debugger
to the list of matching hierarchies [1], and it still seemed to get the
error even though spy++ shows the correct hierarchy after it fails to find
it.  So, my wild guess is that the window hierarchy is not finished being
created while the search is going on.

Glenn


[1]
  {
   // This is a normal taskbar window
   _T("Shell_TrayWnd"),
   _T("ReBarWindow32"),
   _T("OCHost"),
   _T("Shell Embedding"),
   _T("Shell DocObject View"),
   _T("Internet Explorer_Server"),
   NULL
  },
  // This is if you float DQSD it's own toolbar-like window
  {
   _T("Shell_TrayWnd"),
   _T("ReBarWindow32"),
   _T("OCHost"),
   _T("Shell Embedding"),
   _T("Shell DocObject View"),
   NULL
  },
  {
   _T("Shell_TrayWnd"),
   _T("ReBarWindow32"),
   _T("OCHost"),
   _T("BaseBar"),
   NULL
  },
  {
   _T("Shell_TrayWnd"),
   _T("ReBarWindow32"),
   _T("BaseBar"),
   NULL
  },
  // This is if you dock DQSD on it's own to a desktop edge
  {
   _T("BaseBar"),
   _T("ReBarWindow32"),
   _T("OCHost"),
   _T("Shell Embedding"),
   _T("Shell DocObject View"),
   _T("Internet Explorer_Server"),
   NULL
  },
  {
   // I think this finds more than just the DQSD window, so where that
matters, it's disabled by the bCheckForNonTaskbar parameter
   _T("IEFrame"),
   _T("Shell DocObject View"),
   _T("Internet Explorer_Server"),
   NULL,
  },



----- Original Message -----
From: "Will Dean" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 11:29 AM
Subject: Re: [DQSD-Devel] [ dqsd-Bugs-576155 ] Win-S shortcut failure -
DSQD_err.png


> At 12:08 02/07/2002 -0400, you wrote:
>
> >Not a big deal to me.  I would rarely use the function.
>
> Hey - don't give up on us!




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to