I like to know how to restore a minimised window.
When I try to prevent second instance of a application,
I am able to do it through CreateMutex and OpenMutex API.
But I fail to restore the application window to its previous size.
Can anyone tell me how to do it.
I used OpenIcon,ShowWindow,SendMessage API,but could not make it.