Results 1 to 5 of 5

Thread: maximizing window

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Posts
    681

    Resolved 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.

  2. #2

    Re: maximizing window

    IExp.Move(X, Y, W, H)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Posts
    681

    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

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Posts
    681

    Re: maximizing window

    if i use move then VB complains that it does not supportn this method with Iexp.........

    Thanks and Regards
    vivek.s

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2004
    Posts
    681

    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
  •  



Click Here to Expand Forum to Full Width