hi! how can I make my application create on powerpoint (office 365) more powerful: with option
hi! how can I make my application create on powerpoint (office 365) more powerful: with option
Hi, @RKIAZIRID-0006
Welcome to the Q&A Forum.Could you please provide more information about your specific needs? If you want to use more or advanced features, you can check the PowerPoint developer options box or go to PowerPoint add-ins developer community.
Check Developer in Options - Customize the Ribbon.


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
I'm not really sure what you are looking for, could you please explain use case and expected outcome?
There are many ways to create PowerPoint using programming languages and there are ways to make PowerPoint behave like an application. I've built a few for use as Demo environments.

Thank you sir kaaven for your answer. I want to know how to use the options that I have circled in red on the attached image when creating a powerpoint application. if there is a possibility without resorting to macros.
You have circled the Minimize and Restore windows commands. You can access those commends with VBA. Here is Microsoft's reference page on the WindowState property:
https://docs.microsoft.com/en-us/office/vba/api/powerpoint.application.windowstate
3 people are following this question.