C# : WPF Mouse Over -


i need create wpf application , contains 2 windows.. window1 contains button. need show second window when cursor on button in first window [ tooltip ] . if mouse leaves, second window should close..

i'm new wpf. can 1 me sample code

if possible without second window done in tooltip, has behaviour. (e.g. http://www.c-sharpcorner.com/uploadfile/mahesh/fancywpftooltip07132008214937pm/fancywpftooltip.aspx)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -