Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Forms / September 2004

Tip: Looking for answers? Try searching our database.

Open Form size 1024 X 768

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
E.Zenker - 09 Sep 2004 17:49 GMT
Open Form size 1024 X 768

Hi

Can anyone tell me how to open a userfoem in size 1024 X 768
in the top left corner of the sreen

Thanks
E.Zenker
Sue Mosher [MVP-Outlook] - 10 Sep 2004 14:29 GMT
Try:

Function Item_Open()
   Const olNormalWindow = 2
   Set objInsp = Item.GetInspector()
   With objInsp
       .WindowState = olNormalWindow
       .Top = 0
       .Left = 0
       .Height = 768
       .Width = 1024
   End With
End Function
Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> Open Form size 1024 X 768
>
[quoted text clipped - 5 lines]
> Thanks
> E.Zenker
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.