|
-
Dec 14th, 2004, 10:55 AM
#1
Thread Starter
Fanatic Member
maximizing window
hi,
i am opening a browser like this.......but unfortunately it is resized like a small icon on screen...how can i maximize it?
Code:
Set IExp = New SHDocVw.InternetExplorer
IExp.Visible = True
IExp.navigate "http://ttsvisas.com/StartModify.aspx"
thanks and regards
vivek.s
Last edited by vivek.shankar; Dec 14th, 2004 at 11:18 AM.
-
Dec 14th, 2004, 10:56 AM
#2
Banned
-
Dec 14th, 2004, 10:59 AM
#3
Thread Starter
Fanatic Member
Re: maximizing window
no other way to generally maximize it?
Iexp has no propery called move when i place a dot(.) after iexp
how can i do it?
thanks and regards
vivek.s
-
Dec 14th, 2004, 11:10 AM
#4
Thread Starter
Fanatic Member
Re: maximizing window
if i use move then VB complains that it does not supportn this method with Iexp.........
Thanks and Regards
vivek.s
-
Dec 14th, 2004, 11:17 AM
#5
Thread Starter
Fanatic Member
Re: maximizing window
Hi!
i jus used
IExp.Top = 10
IExp.Left = 10
IExp.Width = 550
IExp.Height = 450
these properties.........get the result
Thanks and regards
vivek.s
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
|