c# WPF how to produce a flashy warning -


i'm learning wpf, bear me.

i have wpf application flash in user's face if event fired.

what best way "notify" user? want user react!

cheers, patrick

environment: windows7/64bit/.net4

if want user react can force them opening modal dialogue. lightweight of being messagebox. can create normal modal windows using showdialog method, can make windows "fancy" want getting rid of normal appearance. achieved setting windowstyle none , allowstransparency true, remove frame elements, window pure content.

popups handy non-modal notifications , content-only, setting allowstransparency true may desired if want rounded corners example.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -