Microsoft KB Archive/168927

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 10:03, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


FIX: Application_NewWorkspace Event Is Never Fired

Article ID: 168927

Article Last Modified on 10/17/2003



APPLIES TO

  • Microsoft Visual C++ 5.0 Enterprise Edition
  • Microsoft Visual C++ 5.0 Professional Edition



This article was previously published under Q168927

SYMPTOMS

The Developer Studio automation Application_NewWorkspace event is never fired.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, version 6.0.

MORE INFORMATION

The following macro never executes when a new workspace is created:

   sub Application_NewWorkspace()
      MsgBox("New Workspace")
   end sub
                

Keywords: kbbug kbfix kbide kbvc600fix kbautomation KB168927