I am having an application which creates an instance of IE using the create object method when clicked on a button.
If the user clicks on the button an instance of IE is created and it is opened by using the visible property.
When the user minimise the window and works on the application and at a later time clicks on the button again it should open the existing instance of IE and maximise it.
When I use the window handle and make it visible it works fine if the existing IE window is already in maximised state. but if the existing window is in minimised state then seting the visible property is not working.it just sets the focus to the window but it is still minimised.
I tried to user the Sendmessage API call but it returns 0 and is not successful.
Please help

Thanks in advance
Ramdas