BUG: Application_NewWorkspace Event Is Never FiredLast reviewed: May 22, 1997Article ID: Q168927 |
The information in this article applies to:
SYMPTOMSThe Developer Studio automation Application_NewWorkspace event is never fired.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following macro never executes when a new workspace is created:
sub Application_NewWorkspace() MsgBox("New Workspace") end sub REFERENCESPlease 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.HTMTITLE: How do I Handle Events? URL: mk:@ivt:dsug/F22/D25/S113A8.HTM |
Keywords : kbtool vcbuglist500 VSDSAuto VWBIss
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |