|
3 |
edited tags
|
||
|
2 | added 178 characters in body; edited tags | ||
|
Update: We are still using XP at work and I got my solution working, but now knowing that Vista and beyond have the isolated session I am going to implement a WCF IPC... I have a windows service that needs to notify the user of an event of some type occurring. I decided that something similar to email notification messages would make sense. It also makes sense to do such a simple UI using WPF. This would allow me to learn some basics. I run a thread:
Then I set up the object and call the method that calls DoubleAnimation.BeginAnimation
The debugger reaches BeginAnimation(...) and no window appears. Is this even possible or what am I doing wrong in attempting this??? The UserNotification code is based on a blog by Nicke Andersson: WPF Desktop Alert blog Thanks for any help!!
|
||||
|
1 |
|
||
Windows Service notifying user with WPF outlook style control not becoming visible....I have a windows service that needs to notify the user of an event of some type occurring. I decided that something similar to email notification messages would make sense. It also makes sense to do such a simple UI using WPF. This would allow me to learn some basics. I run a thread:
Then I set up the object and call the method that calls DoubleAnimation.BeginAnimation
The debugger reaches BeginAnimation(...) and no window appears. Is this even possible or what am I doing wrong in attempting this??? The UserNotification code is based on a blog by Nicke Andersson: WPF Desktop Alert blog Thanks for any help!!
|
||||
