|
-
May 16th, 2000, 10:38 PM
#1
Thread Starter
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|