c# - Windows 8 style charmbar in WPF? -


i want create wpf application docked on right side of screen.
want act windows 8 charms bar.

the bar shouldn't visibile on default when mouse of user comes right side of screen.

how can achieve ?

i want run application on vista/windows 7

example of charmbar : enter image description here

•you can place window of application right of screen. need handle events when mouse enters (mouseenter) , leaves (mouseleave) form move form , down. •you can use background thread call getcursorpos method @ set interval (i.e. each 500ms) second check mouse is. see link more information , sample code: http://www.pinvoke.net/default.aspx/user32.getcursorpos. (if need check mouse position, can use timer simplify application.)

from:

create dock application using c# , wpf

to sliding effect follow

how show window sliding effect right left in wpf

and position window:

how set location of wpf window bottom right corner of desktop?

moral of story

stop asking questions have been asked many time.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -