Results 1 to 9 of 9

Thread: simulating Microsoft Internet Explorer

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    simulating Microsoft Internet Explorer

    hi
    how can I simulate Microsoft Internet Explorer . I try to explain this more .I want to have a web browser with status bar ,scrolls, toolbars , explorer bars .I've used that webbrowser Com but it seems not to do all of these , so help plz ??
    thanx in advance

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    You would have to implement all these yourself. You will have to tap into the events of the webbrowser and display the status information and such.

    MS isn't going to give you IE as a control.

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    simply is wrote this

    VB Code:
    1. myWebbrowser.StatusBar = True
    it's not even appear.

    do you think I need more code ???

  4. #4

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    any hints would be appreciated ??

  5. #5
    Lively Member
    Join Date
    Dec 2002
    Posts
    109

    webbrowser Com ?

    How do you access this in VB?

  6. #6
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: webbrowser Com ?

    Originally posted by nvc944
    How do you access this in VB?
    right click on toolbar, click on customize, and then find Microsoft Web Browser in the COM Components tab. Check that and it will be added to your toolbar...
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  7. #7

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Mr.Polite did it .this is another way I guess.
    anyways ,
    1-In the solution Explorer , right click References ----->Add Reference .
    2-Click COM tab .Scroll down till you find : Microsoft Internet Controls.Select it then Click OK.
    3-Then , your Com Object is there named :explorer .

  8. #8
    New Member
    Join Date
    May 2006
    Posts
    13

    Thumbs up Re: simulating Microsoft Internet Explorer

    I was looking for an answer to the status bar problem myself, but have just discovered these two pages: they will do what you want:

    http://www.planetsourcecode.com/vb/s...1819&lngWId=10

    http://www.planetsourcecode.com/vb/s...1953&lngWId=10

    Tim in Ireland

  9. #9
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Re: simulating Microsoft Internet Explorer

    cool
    wow this was 4 years ago? yikes
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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