Notro
Notro
CC#
Created by Notro on 8/20/2022 in #help
Get word at mouse function doesn't work as I want
7 replies
CC#
Created by Notro on 8/20/2022 in #help
Get word at mouse function doesn't work as I want
7 replies
CC#
Created by Notro on 8/20/2022 in #help
Get word at mouse function doesn't work as I want
7 replies
CC#
Created by Notro on 8/20/2022 in #help
Get word at mouse function doesn't work as I want
string word = GetWordAtMousePosition(e);

toolTip.PlacementTarget = sender as UIElement;
toolTip.Content = word;
toolTip.IsOpen = true;
e.Handled = true;
string word = GetWordAtMousePosition(e);

toolTip.PlacementTarget = sender as UIElement;
toolTip.Content = word;
toolTip.IsOpen = true;
e.Handled = true;
7 replies
CC#
Created by Notro on 8/20/2022 in #help
Get word at mouse function doesn't work as I want
Hi, thanks for reply, discord wasn't sending me notifications. Good idea, but it isn't working
7 replies
CC#
Created by Notro on 8/16/2022 in #help
Open file in first instance
Ref
4 replies
CC#
Created by Notro on 8/16/2022 in #help
Open file in first instance
Yeah, i searched but could not find anything
4 replies