Problem with Activator.CreateInstance
Hello All,
I' using .NET Framework 1.1. I'm opening an applcation using its type library. I'm making use Activator.CreateInstance(type). But, when I open the application, it's just opened on bottom of my screen. so, I want to make it blink after opening.
The object which is returned by Activator.CreateInstance doesn't any such method. How I can achieve this? or I've reached to a limitation of reflection?
Thanks in advance,
Ajit
|