TMGR: Creating New Team File Through Automation Resizes Window (159636)



The information in this article applies to:

  • Microsoft Team Manager

This article was previously published under Q159636

SYMPTOMS

When you create a new team file through OLE automation, the Microsoft Team Manager window resizes as if the Quick Tutorial started.

WORKAROUND

After your code finishes creating the new team file, maximize the window with the following line:
   Tmgr.Window.WindowState = 3
				
This line assumes that you've set the variable Tmgr equal to the Team Manager application object. Also, if you have set a reference to the Team Manager object library, you can use the constant tmMaximized instead of the number three.

STATUS

Microsoft has confirmed this to be a problem in the products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Modification Type:MinorLast Reviewed:8/17/2005
Keywords:KB159636