Internet Explorer
How can I change the homepage on Internet explorer? I use the new one 6.0 I think, would it be the same on all versions of IE?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How Can I Know User Visited A Site Using Windows Explorer( Not Internet Explorer)
I have made a program which keep track of site visited by users through internet explorer but I am unable to get it when user visited it through windows explorer. can I get any function which gives the information when user visited a site using windows explorer or whether it's possible to stop user to visit a site using windows explorer he will only visit a site using internet explorer only.
Please help me out .
Thanks
Internet Explorer
I was curious how to add a toolbar to Internet Explorer, and also how to remove one. Are they stored in the registry? Thanks.
VBA And Internet Explorer
Hi, I'm having some problems with the following - I have a WScript script written that logins into a password protected website and executes some things for me automatically. It used to work great when Internet Explorer used to accept http://username:password@domain.com but now it doesn't work very well for me - specifically:
When the script is executed and login box comes up I'm using SendKeys to pass username/password - work fine when I'm executing the script manually, but once I set it to use with Scheduler it won't pass username/password to the login box, my guess is I need to make it "focus" on that login box... otherwise it passes username/password information to the IE itself and not the login. Any ideas?
VB And Internet Explorer
Does any know if it's possible to "Screen Scrape" data off an Internet Explorer page for the purpose of putting the data in to a Listbox or even write it into a text file? is it also possible to supply given co ordinates so you only pick up data from a given part of the page?
Internet Explorer
Hi all,
As the below programe:
1.Create New Internet Explorer
2.Go to www.google.com
3.fill in "hello" into input text box
4.Click "Search" button
I have some problem, I hope someone can give me suggection.
1.How to get the item without name? (as below program - 'name' is "q" and "btnG")
2.How to get the object, if it is a popup window?
Function GoogleSearch()
Dim ie As Object
Set ie = CreateObject("InternetExplorer.Application")
ie.Navigate "http://www.google.com"
While ie.busy
DoEvents
Wend
ie.Visible = True
'ie is now done loading the page
ie.Document.All("q").Value = "hello"
'puts info into the inputbox named "q" which is google's search box.
ie.Document.All("btnG").Click 'clicks the button named "btng" which is google's "google search" button
While ie.busy
DoEvents
Wend
End Function
More Internet Explorer Fun...
Hi
I need to know how i can refer to an IE object that i created in a sub.
lets say I have some code that works like this:
sub asdf()
dim ie as object
set ie = CreateObject("InternetExplorer.Application")
end sub
how can I modify all this so that i can refer to that very same object with other functions and subs?
Internet Explorer And Vba
I hope someone can give me some guidance.
I have two questions.
1. What is the proper syntax for the navigate command? i.e. If I want automatically enter data into an online form, do I input the .navigate "fieldname"? How should that work.
2. How do I Switch to a specific instance of a program? Ex. If I have two Internet Explorer windows open, how do I make a macro go to a specific one. One window is www.yyy.com and the other is www.booyah.com. How do i switch to Booyah everytime?
Thanks for the help
Internet Explorer
how to change URL in address bar of internet explorer addres without navigating to my new URL?
Internet Explorer
Hi
I was planning on making an internet explorer equivilant in visual basic using the Microsoft Internet Control.
If you make an internet explorer in VB and run it, when you right hand click and say new window, it loads in a new Internet Explorer Window, how do you make it load in your own new window?
Thank you Kindly
Adam
Internet Explorer....
I have recently made a program that will open IE and will go to certain page, but is it possible to go to a url in an already opened IE when click on on the application?
Internet Explorer Help
Is there a code that would allow me to choose certain regions of a web page to copy? Can you define a starting point, and ending point? Such as start on the word PACKAGE and end on the word ARRIVED. This is not text from a combo or a list box. Just regular text on a web page. I probably won't understand all of the code you use. Can I get an explanation of some of the key points please? The paragraphs will change in length so I can't use mouse coordinates.
Internet Explorer
Hey everyone,
I was wondering if anyone knew of a reference (as in Project -> References....) that I could use to start up Internet Explorer.
I know about the Webbrowser tool, but for what I want to do, thats not gonna work as good.
Thanks
Internet Explorer
How would I start internet explorer from within visual basic code?
ie. A user clicks a button and IE fires up
thanks
Internet Explorer Again!!!
I post this problem several days ago ,but......
ok i would like to repeat it ..see anyone could help me please?
Thank you .
it's not too hard to make a IE in VB, but do you realize that when you run the one you made, a popup link will always be opened by the original IE(windows one)...? why ?
Anyone can help me ???
a novice
Internet Explorer
Another quickie -
Ive heard of programs that log intenert dites that have been visitied.
I was wondering how theyd do this - I would guess youd have to subclass the relevant browser windows and ontercept any windows messages or something right?
Anyone point me in the right direction?
Thanks
Chief
"Dammit Smithers, this is brain surgery not rocket science!! Now hand me that ice cream scoop..."
Internet Explorer
Hey,
I've searched for about an hour through the whole site and unable to find my answer. What I need to do is Execute an array of Internet Explorer instances through shell. At the moment I am able to get them opened but I cannot call them and make my VB program handle them.
To launch the windows I am using
Code:
Shell ("C:Program FilesInternet Exploreriexplore.exe " & "http://www.fpcyberdesign.ca")
The only reason I need new instances is because each window needs its own session.
Internet Explorer URL
Hi!
How can I know how many internet explorer windows are open and the title in the title bar and the url of the site in which the IE is browsing with a visual basic app? (lik popup killer does)
Tnx!!
URL In Internet Explorer
Hi everybody,
I'm a french student and I have diificulties with one of my project.
I would like to retrieve the URL typed in the address bar of the IE, and also the URL of the chosen links.
I need to do this in order to read and store the keywords tags in a database, and also to read the links of these pages.
I know that I could create a simple browser with the webBrowser control, but I would prefer relaize it with Internet explorer (my tutor asked me to realise a user friendly software so...
Thanking all of you in advance,
Patrice;
Internet Explorer And DB
i know it is a cute idea ..
when u save a nice internet page in a computer
and then another one , then a tihrd one
in DIFFERNET places
and then u cannot find anoy of them coz u dnt have their name in ur mind
whtat if we make an application that monitors the saving process and asks u for only wht categry the saved HTML will belong to
VB, buyonline , bible , love quotes , or even music sites
and then anywhere the file is on ur harddisk u can search for it by cateogry which is easy to remember
my problem how to..
make my applicaion triggers the "enter cateogry " event
i mean how it can detect i clicked save/save as in my internet explorer
is it related to API or wht
plz help
Using Internet Explorer
Greetings all.
My first question here :
When I want to launch IE with vb, I am using the following :
result = Shell("C:Program FilesInternet ExplorerIexplore.exe " & "www.visualbasicforum.com", vbMaximizedFocus)
The problem is when IE is not installed on the C: drive, it generates an error. Is there a way to launch IE more dynamically ?
Many Thanks
Internet Explorer
Hi.
i wanna know how to get Internet explorer to connect to 127.0.0.1 everytime its gonna navigate to another website.. so i can catch the connection
thnx
Internet Explorer
I am having trouble accessing internet explorer from within my VB application. I was able to accomplish this in one project by adding an IE object to my form and using the code below but when tried to add IE automation to a second project I got error 430-Class does not support automation. Can anyone help me with this? Thank you!
Code that was successful one time only:
Dim objIE as new Internetexplorer
objIE.Navigate "http://www.msn.com"
objIE.Visible=True
Thank You!
Internet Explorer 6 Api
Hello, Can you help me what API can do this...
because I hope easy to changed setting. but must reboot computer?
Please!
In Desktop,
Click [Internet Explorer] right
Internet Properties.
Part:A
[Security] -> [Internet]
Security level for this zone. [Custom Level]
{all setting. is save to [regedit?]}
and
Part:B
[Advanced]
{all setting. is save to [regedit?]}
Internet Explorer...?
hello ,
I developed an application has an option to learn currently active(open) internet explorer pages and tried to get such information like urls of these page. I was sure there was no coding bug but I realized a runtime error like:
Run-Time Error:429
ActiveX component can't create object
my visual studio has sp5 and installed microsoft run time files too. I hope you can help me to solve this problem.
thank you
Internet Explorer URL
My problem is simple. I am trying to open a web browser (IE5) to a url of my choice. Well I do it by creating a internet shortcut. Pretty straightforward, but when IE isn't open, it takes forever for the program or WinNT/Win98 to realize that the IE isn't running, and it need to open it. It works great if IE is already running.. but I want it to change current IE web page to my link if running or open the browser if not running. Here's my example code:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Const SW_SHOWNORMAL = 1
Private Sub cmdSearchEngines_Click(Index As Integer)
Dim lRetVal As Long
Dim lWindow As Long
Open App.Path & " emp.url" For Output As #1
Print #1, "[InternetShortcut]"
Print #1, "URL=http://www.yahoo.com"
Close #1
lRetVal = ShellExecute(lWindow, "open", App.Path & " emp.url", "", "", SW_SHOWNORMAL)
Kill App.Path & " emp.url"
End Sub
Thanks for the help.
Internet Explorer 7
No question, just help
I have seen alot of help needed for IE7 because it has a different dll.
The website below may awnser your problems.
http://www.cfdan.com/posts/Visual_Ba...Explorer_7.cfm
Internet Explorer
i was given the start of the code to disable the google website from being viewed in internet explorer: (as a test)
VB Code:
Option ExplicitDim IE As InternetExplorerDim shWin As New ShellWindowsDim strURL As StringPrivate Sub Form_Load()For Each iebrowser In shWin strURL = iebrowser.locationurl Debug.Print iebrowser.locationurl Do While InStr(strURL, "Local%20Settings/Temporary%20Internet%20Files") = 46 strHTML = Replace(iebrowser.Document.Body.innerhtml, """", "")End Sub If iebrowser.locationurl = "http:\google.co.uk" ThenMsgBox "no"
Internet Explorer DOM
I need a program that will save image files from websites loaded within a webbrowser control. The problem is I don't want to just download the images again, that wastes bandwidth, and getting the images from the users cache isn't always reliable. So my question is, is it possible to retrieve image files directly from the document object model?
Internet Explorer
hi all,
im aiming to open an instance of ie in my vb application. i have added brwWebBrowser control to it but how do i get it to navigate to the web page i want??
any thoughts would be greatly received
ps great site!!!!!!!!!!!!!!!!
Internet Explorer
Is there any way I can find out when the user has clicked IE and what web sites they have been on? Thanks for any help
Regarding Internet Explorer
hi,
can ie be treated as a ordinary window as well and can i use the apis that i use on ordinary windows?in my app once i enter username and password and enter go........it goes to the next page and i have to get the handle of this page which is opened in a browser..............so how can i get its handle........can any one suggest?
thanks
regards
s.vivek
Internet Explorer
I've got this problem and anyone who's willing to help me I'd really be thankfull:
I'm trying to connect a Help system to a program I'm working with, the program is console and the help is html. I've inserted a button in it but I don't know how to make the connection.
This is my button:
Private Sub Help_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Help.Click
End Sub
thank you guys!
Internet Explorer
Call Exe or ActiveX in Internet Explorer
Dear Users
I want to develop a exe in vb for image editing.I want when a user click on a image file or .tiff, .jpg file my programmes open in Internet Explorer Like Adobe Acrobat after clicking in pdf.
How can I Do?
Please tell me If any body know the solution, or How to start programming?
Thanks A lot
All Internet Explorer
How do I get all the Titles of Internet Explorer that's running? Do I use API? What function do I use? Thank you for all your helps.
Internet Explorer
Everytime I open IE - I need another IE to open (automatically) and stay behind the first? But how?
Thanks for your time...
Internet Explorer URL's
Hi,
Is it possible to get the URL directly from IE without getting it from the history? If not, how can I get all websites from the history?
Internet Explorer
Where is keeped all adresses that your are entering in the adress bar in Internet Explorer? How can I get access to adresses?
plz help!
Thanks!
Internet Explorer...
Hi I am using Win XP Pro and I really love to have a status bar in internet explorer and so I go to view menu and click on statusbar.
Now the problem is when I open a new page using CTRL + N or from file menu and new page and the status bar is invisible.
Is there any way to change this to keep it foreever in any instance of IE...???
May be through registry...
ThX in advance...
Internet Explorer Bar
how can i make an internet explorer bar like the google one or the yahoo one, and get it to install in internet exdplorer ?
Internet Explorer
Hi,
This is an interesting one....
In Windows NT the user must log on to use the computer. In Win 9x obviously no user has to be logged on before you get access to the system. I need a way to monitor Internet Explorer in a user by user scheme.
If I created a service for win9x (resident program) how can I stop internet explorer from starting unless a user is logged on?
Also does any one know how I (with the same resident program) log the websites visited by internet explorer?
Any help would be appreciated,
Needaname16
Internet Explorer URL
the msdn example by Bloodeye worked great, but how do i get the url of only the currently active window, not all of the IE windows that are open, only the one with the focus?
How To Add And Use Internet Explorer
Hi friends help me to find a way to add Internet explorer in a Visual Basic form without any menus or toolbars and how to give the file path at design time.
Internet Explorer = Help!!!
Hi!
This isn't a visual basic question, I know but: I've become really annoyed with this over the years. When I click "New Window" or when I new window of Internet Explorer opens, it's always cover just a bit of the screen. How can I get it to open in maximized state?
Thanks!
|