Followers

Monday, 3 July 2017

How do I add a file to a UWP application's resource?

Source: stackoverflow.com --- Sunday, July 02, 2017
I am new to Windows Universal Apps and wanted to add an XML-file to my project's resources. In WinForms, I can add a resource file to the project and then add files to this resource. But how do I do that in UWP? I added a .resw resource file, but I could only add Strings :( And I have another question about UWP. In WinForms, I can update the UI by calling the Update()-Method. How do I do this in UWP? In my app, I'm dynamically setting a lable's and four button's text and I need to update / refresh the UI. Thanks for your help. ...



from Windows http://ift.tt/2tzenlK

No comments:

Post a Comment