I feel like I'm commiting a cardinal sin by asking how to do this becuase in most instances it would be wrong and evil. But...
I have a winforms app that minimises to the systray when not being used I want to make it pop up and be the topmost window when it recieves a message from a server.
I can make it appear, but I can't get it to be the topmost window. (Setting topmost doesn't change it, but it does make it topmost once it's gained focus)
Does anyone know how to do this?, I wouldn't normally do this but a client has asked for this behavious so I have to implement it... :(