I create vspackage editor and implement selection tracking. All works fine except I need to know when my editor being lost focus, so like VS IDE behaviour the selected background color become greyed when the window has lost focus and back to dark blue when got focus.
So how to get Window got focus and lost focus event in vspackage editor ?
It's hard to be advanced programmer