yonog1
Microsoft Graph without Azure admin
I want to programatically create word docs and folders for each page/section of a one note notebook respectively. I did a bit of googling and figured MS Graph is the best tool to accomplish this, but the tutorials I saw require registering an app in Azure AD and Azure admin permissions, which I don't have. I have access to the one note in question, but I'm not necessarily an admin in my organization. Is there a way to access the Graph API to get resources that are available to me or to a specific user and to then authenticate with that user's credentials?
3 replies
Service for saving images from clipboard
So I want to write a service for a friend that will save his screenshots from the snipping tool to a folder on hi PC. The reason that I'd prefer for it to be a service is that my idea is that this process will just start as he logs in and listens for copy events, then once such event is triggered, it checks if whats in the clipboard is a png and if it is, save it to some folder(on his desktop or whatever not too important).
Im aware that you need a window context to access the clipboard on windows using the form library, but i wonder if theres a way to listen to those events without winforms so i can write this tool as a service.
Any ideas?
10 replies
❔ anyone knows have to export my keyboard shortcuts from vs code to visual studio 2022?
i want to extend the functionality that i have in vs code to vs 2022 but idk how to create keyboard shortcuts in vs 2022, or if theres a way to import the json file containing the shortcuts in vs code to vs 2022.
2 replies