S
Steven Livingstone
Is there a managed equivalent in C# 2.0 to :
ShowWindow(SW_SHOWNOACTIVATE)
I have a form set as SizableToolWindow and it takes focus away from my main
form. I'd rather use managed code if possible.
steven :: http://stevenR2.com
ShowWindow(SW_SHOWNOACTIVATE)
I have a form set as SizableToolWindow and it takes focus away from my main
form. I'd rather use managed code if possible.
steven :: http://stevenR2.com