devilburnz Posted February 12, 2020 Posted February 12, 2020 Hi guys, i have tried various sample of outlook warning functions such as outlookwarning scripts in outlookEX UDF. Apparently, it did not work in outlook 2016. any help? yes, i am aware that antivirus update can resolve this issue. but i am looking for a function that can close outlook warning in outlook 2016. Here are another sample codes to allow the pop out. Func outlookwarning() winexists("Microsoft Outlook") then winactivate("Microsoft Outlook") controlclick("Microsoft Outlook","",Button4") Endfunc
Moderators Melba23 Posted February 12, 2020 Moderators Posted February 12, 2020 Moved to the appropriate forum, as the AutoIt Example Scripts forum very clearly states: Quote Share your cool AutoIt scripts, UDFs and applications with others. Do not post general support questions here, instead use the AutoIt Help and Support forums. Moderation Team Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
seadoggie01 Posted February 12, 2020 Posted February 12, 2020 I'm running Outlook 2016 as well and the supplied _OL_Warnings.exe works for me... are you able to tell what's wrong with it? (Aka, how didn't it work?) Are you able to change the Trust Center settings? (You'll need to start Outlook as an admin) File -> Options -> Trust Center -> Trust Center Settings -> Programmatic Access All my code provided is Public Domain... but it may not work. Use it, change it, break it, whatever you want. Spoiler My Humble Contributions:Personal Function Documentation - A personal HelpFile for your functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types
devilburnz Posted February 13, 2020 Author Posted February 13, 2020 the outlook warning message box controlclick function did not click the button
seadoggie01 Posted February 13, 2020 Posted February 13, 2020 Well, it's not a function, you have to compile the program separately and include it in the local directory by default. Did you try compiling the program and then testing it? Are you running an English version of office? If not, you'll need to edit the strings to match your popup's text as described in the warning program's code All my code provided is Public Domain... but it may not work. Use it, change it, break it, whatever you want. Spoiler My Humble Contributions:Personal Function Documentation - A personal HelpFile for your functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types
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