1

I have a desktop application running on windows and I want it to display notification exactly as the built in windows toast notification like this figure:

Toast Notifcation in windows

To be able to use WinRT and using the name space Windows.UI.Notification, I had modified the project file which is ProjectName.clsproj to target windows 8 platform like this

<TargetPlatformVersion>8.0</TargetPlatformVersion>

is it possible to make the project target more than one version of windows I mean I want my application to be able to run on windows 8, 8.1 and 10

LarsTech
  • 80,625
  • 14
  • 153
  • 225
Laila
  • 549
  • 1
  • 13
  • 30

0 Answers0