|
-
Nov 18th, 2002, 04:22 PM
#1
Thread Starter
Sleep mode
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
-
Nov 18th, 2002, 04:48 PM
#2
PowerPoster
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.
-
Nov 18th, 2002, 04:55 PM
#3
Thread Starter
Sleep mode
simply is wrote this
VB Code:
myWebbrowser.StatusBar = True
it's not even appear.
do you think I need more code ???
-
Nov 19th, 2002, 01:29 PM
#4
Thread Starter
Sleep mode
any hints would be appreciated ??
-
Dec 31st, 2002, 01:34 PM
#5
Lively Member
webbrowser Com ?
How do you access this in VB?
-
Dec 31st, 2002, 02:08 PM
#6
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!!
-
Dec 31st, 2002, 02:11 PM
#7
Thread Starter
Sleep mode
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 .
-
May 27th, 2006, 09:28 AM
#8
New Member
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
-
May 28th, 2006, 09:15 PM
#9
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|