Nov 3, 2006 #1 falled Programmer Joined Nov 3, 2006 Messages 47 Location ES Hi everyOne If I have Outlook minimized to the system tray how can I maximize it with a handler. for example Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) End Sub Thanks you all and sorry for my bad writting
Hi everyOne If I have Outlook minimized to the system tray how can I maximize it with a handler. for example Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) End Sub Thanks you all and sorry for my bad writting
Nov 3, 2006 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Typed, untested: Application.ActiveWindow.WindowState = olMaximized Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Typed, untested: Application.ActiveWindow.WindowState = olMaximized Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Nov 3, 2006 Thread starter #3 falled Programmer Joined Nov 3, 2006 Messages 47 Location ES You are big! Thank you so much Upvote 0 Downvote