Navigate To Different Webpages In The Same MSIE Window?

May 25, 2009

I have code that opens a new window but I want to be able to edit the same one. System.Diagnostics.Process.Start("iexplore.exe", "[URL]")

View 4 Replies


ADVERTISEMENT

Navigate Between Webpages By Choosing Value In SelectBox

Feb 7, 2011

I have an app with a webbrowser, and I want to navigate from one webpage to another by selecting and submitting a value in a selectbox on the page. How do I do this? The selectbox on the website has a bunch of strings (my program knows which string to choose), and I want it to automatically submit the correct value.

View 5 Replies

Create Hotspots (like On Webpages) On Window Forms?

Aug 1, 2009

I have a floor map of a buiding. It has cubicles. The application must display the floor area information of a cubicle when the user clicks on the cubicle?

I was thinking about use picture bixes for each cubicle but it seems complicated.

How to i create clickable areas on the form and load images to those areas?

View 2 Replies

Navigate To A Page From Dialog Window?

Mar 26, 2012

I have a dialog window that I open from a record in a datagrid, this datagrid happens to be inside a Page that is navigated to inside a frame.

I have a button in this window, that when clicked, I would like to navigate the main window (which happens to be in a frame), to a different page that the datagrid is on.[code]...

View 1 Replies

VS 2008 Webbrowser Navigate In One Window?

May 17, 2010

I am making a webbrowser, can somebody tell me how to prevent my browser from opening new IE windows. Because what happens is, there are some links that will open new windows and therefore IE comes in place because it is set as default windows browser which I really don't want because my browser looks really bad if it opens links in another webbrowser. I want it to be just a basic browser, it has only one window, and it should navigate within that window. This is because the browser is integrated in a bigger application only for some website applications that are related to this main application.

View 3 Replies

Webbrowser.navigate Opens PDF In New Window?

Jun 3, 2010

I have an application that allows users to navigate PDF files on a local network. Each time a new document is opened, a tab page is added to my tab control and the webbrowser control is added to it then I call the webbrowser.navigate function to open the file.In windows XP this worked great. However, when switching to Windows 7, it always wants to open the PDF using adobe reader in a new window.

View 1 Replies

Make New Window Navigate To Clicked Link?

Nov 4, 2010

my webbrowser is getting better and better. Now, I have a minor proplem I tried to fix, but it will not work.

I am using this code to open a new window in my browser instead of the default, but when it opens the new window, it navigates to "about:blank" how can I get it to navigate to the site clicked?

Private Sub WebBrowser1_NewWindow(ByVal sender
As Object,
ByVal e As System.ComponentModel.CancelEventArgs)

[Code].....

View 5 Replies

Webbrowser1 Navigate To A Parent Url And Webrowser2 Navigate To Child Url?

May 24, 2012

I have a form with two web browsers. I have webbrowser1 navigate to a parent url and webrowser2 navigate to child url.

The page in webbrowser2 loads correctly but when I make a change to an element it doesn't also change the value in webbrowser1 as it should.

Should I be looking at cookies or something else?

View 5 Replies

WebBrowser Navigate, Wait Few Secs And Navigate Again?

Aug 24, 2008

I want to make something that can on button click navigate to a page, wait the time I specified and navigate to another page..
[CODE...]

This does not do what I thought it would do..I think that the problem is that when it sees System.Threading.Thread.Sleep(5000) everything stops for 5 secs .How can I make it go to google.com and then after 5 seconds, yahoo?

View 7 Replies

Visual Basic 2008 Web Browser Navigate Via Textbox With Multiple Lines - Web Browser Control - Vb 2008 Webbrowser Navigate

Sep 3, 2009

I would like for my program to navigate via textbox1.text with multiple lines and multiple url links inside of it. I know how to make the webbrowser1.navigate via textbox1.text with multiple lines, however I want my webbrowser to navigate to each url every 1-1.5 seconds once button1 is clicked. Yes, my webbrowser1 will navigate to the specified urls via the textbox1.text (multilines) with a button click, but I need the webbrowser1 to navigate in a order sequence from top to bottom of Textbox1.text (multiplelines) every 1 second. Here is the current code that I have to navigate via multilined textbox1.text control in order sequence:

[Code]...

View 4 Replies

Block Webpages And More?

Sep 22, 2010

I'm working with an antivirus scanner.But I would like my scanner can block websites.So that some URLs are blocked from any browser[code]...

View 6 Replies

Building Webpages Is It Possible With Vb

Mar 26, 2011

building webpages is it possible with vb

View 2 Replies

Get The Values From Webpages?

Jun 22, 2010

I want to get the values from web pages using vb.net..

THIS WORKS!
<strong>PHP</strong>
<input type="text" name="sample" <strong>id</strong>="sample" value="" />
<strong>VB.NET</strong>

[Code].....

View 15 Replies

How To Print Webpages In .net

Feb 23, 2010

I currently have this code use for printing a table in mysql database , but there's a problem, the print button is also shown when I print the table. Do you know of any alternative or even a vb.net code that will print what is currently on the web browser in vb.net(the one being dragged from the toolbox used to view web pages or php files).

[Code]...

View 1 Replies

Open More Than 1 WebPages?

Aug 19, 2009

I am trying to create a program that will open multiple web pages at a specific time. The code works but it will open multiple windows.[code]...

View 3 Replies

VB6 Or .net And Dynamic Webpages?

Jan 8, 2011

I have done a lot of coding in vb6, in particular with winsock. I have briefly looked at .net and written a few simple programs.I need to write a server application that incorporates some kind of dynamic web pages. I have looked at ActiveX, php and asp. I need to create a website where users will log in and change values in an array. I have not done anything like this before and I am not a professional programmer.

So my question is, what is the best and easiest way to create dynamic web pages?Secondly what should I program in, vb6 or .net. I have done a lot of work in vb6 and know it quite well, however if the host server is NT6.1 I will have to supply the vb dlls. Then there is .net which I have not done much of, however I would not need to supply any extra files and finally I will start to move any from vb6.

View 9 Replies

ASP.Net - Custom Namespace For Webpages?

Apr 9, 2011

I want to be able to define some namespaced constants on the code-behind of my VB.net pages. For example,

[Code]...

View 1 Replies

Build Webpages / Applications With VB?

Jun 8, 2010

is it possible to build webpages / applications with VB?

and wich one do i need in order to do that

View 2 Replies

Develop Webpages In Program?

Jan 7, 2012

I'm starting to work through Murach's ASP.Net 4 Web programming with vb2010.

Do I leave the 2010 studio default collection of settings from Visual Basic Development to Web Development or Web Development(Code Only) in order to follow the examples and learn to develop web pages? And are there other things I should do to set up the enviornment for persuing this.

View 1 Replies

Emulate VS For Examining Webpages?

Aug 17, 2011

I can load web pages into VS 2008 and then examine each component. Is there a way to load a web page in a browser control but not make it "active" - in otherwords, If there is a field for "Search Term" anmd a button for "Search", I want the prog to diosplay the properties of those elements rather than taking action.

View 7 Replies

Interact With Webpages Using Programs?

Oct 7, 2009

Basically all I want to do is to interact with webpages using my programs.. To be more clear, Im trying to make a chat client, but theres one thing that I dont know how to do.. For example, I want to write "hello" and press the "send" button, so it will send "hello" to the chat room... Or better yet, Let me give you a better example.. Lets suppose I wanna log into my space, but I wanna do it trough my application, so when I write the email and the password it will log into my account.

View 2 Replies

Interacting With A WebPages ComboBox?

Nov 16, 2010

I am trying to have a ComboBox on my form, be able to change the selected item in a Listbox/Combobox on a website, through a webbrowser control.

For instance, here is the HTML coding I am trying to interact with on the webpage:

<select name="day">
<option>1</option><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option>7</option><option>8</option>

[Code].....

View 3 Replies

Latex Font Which Is Used In Webpages

Nov 19, 2009

After a lot of research on how to put proper maths symbols i.e. FRACTIONS in VS2008 in a windows form application, I came acroos this LAtex font which is used in webpages, can this be used in my application.

View 10 Replies

Pass Variables Between Webpages?

May 20, 2009

I'm practicing creating a website for a test, although I am having trouble passing varialbes between the webpage with which the user logs in, and the web page in which the user sees/amends their details (it's an online bank).

Basically, I want the user to enter their customer ID and password, then click on the 'Login' button. When the user clicks on this, I want to display their details based upon their login info (ie their own, and nobody else's bank details).[code]...

View 6 Replies

Request Many Webpages As Fast As Possible

Nov 4, 2010

I found the below sample to retrieve webpages. I need to request a lot of pages from the same website which requires authentication. Because there are a lot of pages to retieve I like to speed up the requests and like to avaoid to send the credentials and also the certificate. Is it somehow possible to stay connected?

[Code]...

View 1 Replies

Retrieve And Use Icons From Particular Webpages?

Jul 23, 2008

This is what i had in mind first;

Dim myIcon As System.Drawing.Icon = Icon.ExtractAssociatedIcon(cmbUrl.Text)
Me.Icon = myIcon

But that didn't do much :s

Then i started to search and found that when you build a web page and you want browsers like firefox etc. to use your custom icon you have to name it: 'favicon.ico'.

I'm also searching to make multiple searchbars, found the one for google,
wich is quite simple;

web.Navigate("http:www.google.com/search?hl=en&q=" & txtGoogleSearch.Text)

the other ones though, i haven't found yet

View 3 Replies

Searching Webpages For Hyperlinks?

Nov 18, 2009

I am sorry if this is in the wrong section (vba, similar to vb.net but many differences) but I couldn't find a forum for excel vba code.

how can I get my vba macro to search a webpage and find a specific hyperlink? I can get it to retrieve data from tables but to get some data I need it to take part of a string from a hyperlink location.

View 2 Replies

Show Webpages In Form?

Jun 13, 2009

Microsoft Web Browser to my components, which I did.Now, as the memory fades, I have forgotten the method by which I tell the web pages to open in the AxWebBrowser area.

So, to try to be more precise, I have a form to which I will add LinkLabel or buttons, whichever is correct. I have added an AxWebBrowser area on the form.Normally I would add a Private Sub with the "On Click" to run

Process.Start("www. whatever") and the link opens IE and runs the web pages.To be even more precise, I want the user to be able to open Google Maps in the AX area.But I obviously need to make the web page appear in the AxBrowser area, not open a new web pagebrowser page.

View 6 Replies

Specify A Webpages Url And Have Source Appear In A Textbox?

Dec 9, 2010

How can I specify a webpages url and have the source appear in a textbox?

View 3 Replies

Adding Search Providers From Webpages?

Dec 25, 2011

I've been working on some autocomplete abilities for a webbrowser I'm building, rather like in IE or Firefox. This is what I mean: I have absolutely everything working - adding search providers from webpages, getting the search suggestions as an XML file from whatever provider may be being used, and adding them in a multithreaded manner to the combobox with all the suggestions in it.

But there's a problem. Due to the fact that the search suggestions are only retrieved (in a matter of milliseconds) after the user has typed something in the Combobox, the suggestions only flicker up, as they are modified just after the text is changed, therefore I get an effect like this:

Again, I'm pretty sure I'm getting this effect because of the fact that I'm adding the Auto Complete suggestions to the combobox right after the text is changed - so they just hide themselves again - and this process is repeated. Does anyone know any way in which I might be able to stop this disappearing from happening? Because I've had a good think about it and I can't really think of any workarounds.

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved