FIX: Application_NewWorkspace Event Is Never Fired (168927)



The information in this article applies to:

  • Microsoft Visual C++, 32-bit Enterprise Edition 5.0
  • Microsoft Visual C++, 32-bit Professional Edition 5.0

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
				

Modification Type:MajorLast Reviewed:10/17/2003
Keywords:kbAutomation kbBug kbfix kbide kbVC600fix KB168927