Previous Thread:   attaching pic from PictureBox Control

9/21/2005 9:47:10 PM    Set Ms Word application size to equal Outlook application size ?
I launch MS Word from with in Outlook, once Word is open,  
  
I want to set the application window size to exactly fit on top of Outlook.  
  
Is there a conversion or function to force word to overlay outlook  
  
perfectly?  
  
I use the following snippet,but the windows never align properly.  
  
'  
  
wd.Top = olk.ActiveExplorer.Top  
  
wd.Left = olk.ActiveExplorer.Left  
  
wd.Width = olk.ActiveExplorer.Width  
  
wd.Height = olk.ActiveExplorer.Height