XCLN: EFD, Address Book Dialog Displayed in Background

ID: Q146550


The information in this article applies to:
  • Microsoft Exchange Windows 3.x client, versions 4.0, 5.0
  • Microsoft Exchange Windows NT client, versions 4.0, 5.0
  • Microsoft Exchange Windows 95/98 client, versions 4.0, 5.0


SYMPTOMS

When you call the objSession.AddressBook method in the Microsoft Object Linking and Embedding Messaging interface from a Microsoft Visual Basic (VB) 4.0 16 bit extended Microsoft Electronic Forms Designer (EFD) 4.0 form, the address dialog might appear in the background and not have the focus during runtime.


WORKAROUND

The following code can be used as a workaround:


   Dim frmhwnd As Long
   frmhwnd = Me.hWnd
   Dim objrecipcoll As Object
   Set objrecipcoll=mfobj.Session.AddressBook(Title:="List of Addresses",_
       forceResolution:=True, recipLists:=1, toLabel:="&Names", _
       parentwindow:=frmhwnd) 

Additional query words:

Keywords : kbusage kbbug4.00 XCLN
Version : WINDOWS:4.0,5.0
Platform : WINDOWS
Issue type :


Last Reviewed: March 14, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.