Search results for query: *

  • Users: Emil
  • Order by date
  1. E

    ToastNotification: Unable to handle Toast Activation (user interaction)

    Hello, i have problems handling/evaluating the user reaction (button pressed...) from a ToastNotification. Tried this code: ToastContentBuilder tcb = new ToastContentBuilder(); tcb.AddArgument("action", "viewConversation"); tcb.AddArgument("conversationId"...
  2. E

    ToastNotificationManager: Packaging Project to create the App ID only works within VS, not in published EXE

    Thank you! Yes, i think i got it now ;-) So i have to go a completely different way. Because i have to deliver one EXE that can be distributed to each user of our company. It is not an option that each user is installing the app manually. It has to be automatically distributed... So i have a...
  3. E

    ToastNotificationManager: Packaging Project to create the App ID only works within VS, not in published EXE

    To set the Application Identity you need a special type of project. As described in the link i mentioned in the initial post: https://www.thomasclaudiushuber.com/2019/04/26/calling-windows-10-apis-from-your-wpf-application/ Section "Create an Identity for Your WPF App" Here an abstract of the...
  4. E

    ToastNotificationManager: Packaging Project to create the App ID only works within VS, not in published EXE

    If i right-click the AppIdentity project, the publishing options are different - i don't see a way to create a single file. And i need a single exe file.
  5. E

    ToastNotificationManager: Packaging Project to create the App ID only works within VS, not in published EXE

    Thank you! Good question... I have two projects in my solution. The main project named "RebootNotifier". And then the project "AppIdentity" for getting the ID. The start project is "AppIdentity". It has a reference to "RebootNotifier". I click with the right mouse button on "RebootNotifier" and...
  6. E

    ToastNotificationManager: Packaging Project to create the App ID only works within VS, not in published EXE

    Hello and thanks in advance, i have a problem with a WPF Application using the ToastNotificationManager class: The ToastNotificationManager class needs an App Identity. I found this solution which seemed to work fine at the beginning...
Back
Top Bottom