I wanna build custom desktop notification for my desktop application. notifyicon seems to be not working may be i can fix that. Can we extend notifyicon class and develop my custom desktop notification control? or do we have any tutorial about the same
I wanna build custom desktop notification for my desktop application. notifyicon seems to be
Share
The class Notifyicon is sealed, this mean that you can not extend it.
You can create a separate window, that works like notification. But i am not aware about any tutorial for this.