RonniHH Posted December 28, 2023 Share Posted December 28, 2023 Hi So I have a bit of a challenge. I use a multimonitor setup, and I'm trying to accomplish the following: After login launch Outlook in two windows Pin one of the windows to my top screen and customize the view: Change to calendar Change to month view Hide ribbon Hide navigator pane Maximize windows Change to the other Outlook window and customize the view: Show ribbon Show navigator pane Return ribbon to default position Maximize window Minimize Window Everything works as intended! I'm quite proud actually - as this is my first AutoIT-script ever. But - I still need one thing: I would really like my month view to only include this week and the next 2 (total 3 weeks). This seems to be impossible using either VBA or keyboard shortcuts. The only way to do accomplish this is by using a mouse to mark / drag the number of weeks in the mini-calendar in the navigator pane. And this mini-calendar is dynamic, which means todays date changes is place every day. I really need a good idea - or maybe even a solution? I've included my script as it looks right now. Thanks in advance. Ronni StartOutlookAtLogon.au3 Skysnake 1 Link to comment Share on other sites More sharing options...
Nine Posted December 28, 2023 Share Posted December 28, 2023 A few things you need to know if you want quick help. When you post code, please use the described method in the link. Do not post your whole script. Only post the smallest runable snippet of your code that shows the issue. All the parts working are somewhat useless to us. And we don't have your multimonitor setup that allows us to run your script flawlessly. We do not know all solutions by heart, so most of us will need to experiment to provide a possible solution. So please help us to help you. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now