Hi,
I need to create a WPF application , which contains two windows.. the window1 contains a button. i need to show the second window when the cursor is over the button in first window [ Like tooltip ] . if the mouse leaves, the second window should close..
I'm new to WPF. can any one help me with a sample code