Referencing this question: How to flash/blink taskbar icon in vb.net?
I am aiming to do the opposite and stop the taskbar icon from flashing.
My big attempt has been to override OnNotifyMessage
Protected Overrides Sub OnNotifyMessage(m As Message)
'MyBase.OnNotifyMessage(m)
End Sub
This however seems to mess with my placement of the forms, seems to prevent processing of Top Left commands from executing.