FIX: Application_NewWorkspace Event Is Never Fired

ID: Q168927


The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, version 5.0


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 


REFERENCES

Please see the following help topics in the Visual C++ online documentation for more information on automation events.

TITLE: NewWorkspace Event
URL: mk:@ivt:dsug/F22/D24/S11393.HTM

TITLE: How do I Handle Events?
URL: mk:@ivt:dsug/F22/D25/S113A8.HTM

Additional query words:

Keywords : kbtool kbAutomation kbide kbVC kbVC500bug kbVC600fix kbVS kbGrpDSTools
Version : winnt:5.0
Platform : winnt
Issue type : kbbug


Last Reviewed: January 25, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.