Track All Url's That Browsers Are Going To?

Oct 1, 2010

Is there a way to track all url's that browsers are going to?

View 3 Replies


ADVERTISEMENT

Possible To Add Reference To Other Browsers?

Feb 24, 2010

The web browser in vb.net is using IE or maybe its not even a web browser. Maybe its the primitive browser in windows that came before IE. Is it possible to change the browser that is used by the vb.net web browser (dragged from the toolbox)? Maybe through the add reference?

View 2 Replies

Access Mozilla And Other Browsers Using .net?

Oct 19, 2011

i use SHDocVw to access current internet explorer and list the open websites and it works !but how can i access other browsers like mozilla or safari or ... to get open websites ?

View 1 Replies

Asp.net - JavaScript / Dealing With Different Browsers?

Aug 23, 2011

my code works fine in JavaScript but doesn't work correctly in Firefox or safari and wondering why. What I'm doing is I have a loop going through each element and depending on the variable inside a text box just want to alert something. Like i said earlier this code works fine in IE. Here is the code below:

Here is an example of text box:

<asp:TextBox ID="txtMac" runat="server" req="yes" errMessage="Mac"/>
for (a = 0; a < theForm.elements.length; a++) {
if (theForm.elements[a].type == "text" && theForm.elements[a].req == "yes") {
alert("Made it here")
}
}

View 5 Replies

Creating A Proxy For IE (or Other Browsers)

Apr 2, 2011

I'm using VB.net. I need to create an application that sits in between the browser and the actual internet. Basically, I'm creating an online game that will edit some webpages that are incoming so that they contain parts of the game (it's a kind of scavenger hunt). How would I create this?

Does anybody have any ideas for this? I've found nothing online. If you do know something about this, I prefer code examples and not just subjects. I tend to need big pushes in a direction to learn something new.

View 1 Replies

Files Open In Two Browsers

Jun 13, 2011

In our application, when you go to "Menu > Help...", it opens our help files in Internet Explorer, which is the desirable effect. However, we have the shortcut key "F1" set to open the help files as well. It still opens the help in Internet Explorer... but it also opens them up at the same time in the user's default web browser![code]...

View 1 Replies

Get Browsers Width In CodeBehind ( C# Or .Net )?

Jun 10, 2010

Get Browsers width in CodeBehind ( C# or Vb.Net )

View 2 Replies

Get Browsers Width In CodeBehind?

Oct 15, 2009

et Browsers width in CodeBehind ( C# or Vb.Net

View 6 Replies

How To Create Instances Of Different Browsers

Feb 6, 2011

I am able to create internet explorer instance by using SHDocVw.InternetExplorer, how to create instances for google chrome / mozilla fire fox / opera browsers.

View 4 Replies

How To Monitor Web Browsers In Vb 2008

Apr 14, 2011

I am making an antivirus program in VB 2008.Everything has gone well,but I am having trouble with web browser monitor.The following are the tasks of web browser monitor:

1 - Whenever the user tries to open a web page in any web browser,it must return the url and html code of the web page to the antivirus.In my program, i have the following function to check whether a given string contains virus codes

[Code]...

View 10 Replies

Multiple Web Browsers In One Form

Dec 18, 2009

I have an application I made to monitor IP cameras. Right now I just have a button for each camera, so that when they want to swithc to that camera, all the user has to do is click the button to switch to that camera.What I would like to do is set it up so that I have multiple web browsers on the form, each one for a camera. However, the problem is that the actual video feed is in a small section of the web page, so the user would have to scroll to the right position for each web browser to be able to see the video feed.What I want to do is configure it so that when the page loads, it automatically scrolls to the right position so the user can see the camera feed for each camera (each in it's own independent browser) without having to adjust each browser.

View 4 Replies

Request.Browser For Different Browsers?

Mar 16, 2011

I,m creating a website that checks to see if the User's browser supports png images at startup.I found this Script in Javascript:

function CheckBrowser()
{

[code].....

View 2 Replies

Get A List Of Installed Web Browsers On System?

Dec 15, 2009

Is there an easy way to get a list of the installed web browsers on the system (including the path to their respective .exe)? I have a web application which uses the Web Browser Control, but I would like to give the user the ability to view their web page in any of their other installed browsers.

View 6 Replies

Get Browsing History From Cross Browsers?

Mar 22, 2012

i have a little company, where my employes work, wanted to know if they are not wasting time in my office, so i decided to make a little application to get history by all browsers, i tried and only could get from IE, but i need cross-browsers history at least minimum from Firefox + IE ?

Ashfaq Ahmed Web Programmer + Software Engineer of the world where nothing is impossible :)

View 2 Replies

Get The Address Of The Browsers Open(IE And Chrome)?

Mar 31, 2012

I want to get the address of the browsers open(IE and Chrome) and test if the address is in a block list, if yes the browser is redirected to Access denied.html page..

View 2 Replies

Open Custom Browsers With Specific URL?

Sep 13, 2011

I'm making a program that will allow people to enter a URL, click on a button and the URL will open in 6 different browsers. Now I can't figure out how to open a specific browser with a specific URL.

I know this though:

process.start(browserpath)

This will just open up the browser, but how can I open the browser with a specific URL?

View 3 Replies

Outside Of Program Web Browsers Do Not Recognize Authetication?

Nov 24, 2009

So I wrote a program, which goes thru the authentication of a website, using a 'webbrowser' element within the program, however, when I want to open a page in an other browser e.g.: Firefox after I went thru with the Auth. in the application , it seems as there have been no authentication at all.

Do I need to set something with the cookies? Or how would firefox know that I am already logged on on another browser? all is in Visual Basic 2008.

View 1 Replies

VS 2005 Make A Form That Has 2 Browsers In It?

Apr 9, 2012

I am trying to make a form that has 2 browsers in it. I want them both to be able to login to a site....say for example facebook with separate/different accounts and show the appropriate account info in the appropriate browser. I think it has to do with cookies, but am not sure how to set it up so that each browser uses a separate cookie to maintain info without mixing it up.

View 1 Replies

VS 2008 Multiple Sessions - Different Web Browsers

Sep 10, 2009

I've thought long and hard on how to do this. Since I'm posting here, you see I haven't figured it out. I've found out how to login to a website with GetElementById, but I have another problem. I need to login with multiple web browsers. But when I login on the second, I can't because the session/cookie is already there. I thought usnig a proxy would work, but that just applies to both web browsers. Using the example below, would it be possible to apply this to only one web browser? Or make separate sessions for each web browser control?

[Code]...

View 2 Replies

When Using Multi Threading - Use Multiple Browsers?

May 3, 2011

I came across this app yesterday which looked strange to me as it had about 20 web browsers popped up and running all 20 processes seperatly.

View 2 Replies

.net - Find Which Section Of A Website Is Not Compatible With New Browsers?

Jul 2, 2009

I have been tasked to fix a really old website (.net aspx vb). The website currently is not running well in IE8, Firefox, Chrome. The menus are displaying funny and some images are not correct, and in Chrome the complete header with menus and all is missing.

I am not a vb guy, and I have no idea where to start looking.

What will be the most common section that a website will start failing in new browsers?

View 5 Replies

Access HTTP Requests Made By Web Browsers?

Jun 2, 2012

In VB.Net, how do I make a program to tap into the HTTP requests made by external web browsers? I don't want to edit or stop the headers, only 'read' them, i.e., access its contents. I'm speaking of something like Fiddler2, but I only want the 'reading' part. I also want to read the user-agent.

View 1 Replies

Find The File That Keeps Computer Passwords Such Browsers IE?

Sep 28, 2010

How can I find the file that keeps my computer passwords such browsers IE? I want to reformat and have a lot of saved passwords sites

View 3 Replies

IDE :: Get Shell Object Of Mozilla FireFox Or Other Browsers Except IE?

Nov 21, 2008

In my project, have a module of getting the browser object or shell object of browsers. I got the Internet Explorer shell and dom objects.The main process to get browser object of all opened mozilla firefox and other browser except IE. The following code is to get access only all Internet Explorer objects, it works fine but require for Mozilla FireFox and other browsers

[Code].....

View 3 Replies

Make File Browsers Using Treeview Control?

Aug 1, 2011

how to make file browsers using treeview control in vb.net

View 1 Replies

Possible For Browsers Built To Support HTML5 And CSS3?

Jul 29, 2011

Is is possible for browsers built with VB.NET to support HTML5 and CSS3?

View 4 Replies

VS 2008 Detecting Existing Web-browsers Installed?

Apr 6, 2009

3 things , 1. how can i detect all the existing web browsers installed on the computer (IE , Mozilla ect'...) and put it in a combobox or something like that. 2. after i detect and select a browser , how do i launch that specific one? 3. how can i know which one is the default browser

should i see if the browser file exists ? ( IE7.exe, ect'....) or is there a more simple way ?

View 2 Replies

Web Browsers Bookmarks - Tabs And Playing Animation

Mar 24, 2009

I am try to make bookmarks,tabs,and play animation the code i have is not much but this is what i have For favs

[Code]...

View 5 Replies

.Net Shopping Cart Session Accessible Across Different Browsers By Different Users?

Dec 1, 2011

Using following method to create Shopping Cart Session [URL]Now running locally on my machine where sessionstate mode is inProc by default, all seems to perform fine.I'm writing an application which I've just placed up on hosting provider (shared hosting environment etc). Their default sessionstate is stateserver so I had to serialise the classes to fit in with this. It's using cookies.The basket (adding,removing etc) works fine but I'm seeing some odd things happen regarding the persistency of the session.

On my local machine, if I access the site in 2 separate browsers, if I add items in IE, I can see them in Firefox when I refresh. This doesn't make any sense to me since cookies are per browser.Plus I thought that when a session was generated, its id would be unique so there is no way that one user should be able to see anothers session data (unless tabbed in same browser perhaps)Even worse, if I start adding/removing items in IE and doing likewise in Firefox, both of them show very random cart results every time you refresh the browser.

View 1 Replies

Creating An Internet Filter That Is Supposed To Interface With Web Browsers?

Oct 22, 2009

creating an internet filter that is supposed to interface with web browsers, eg. Explorer, Chrome (not a web browser I made) and then block specific websites on the browser. I'm kind of lost on where I need to start with the interface. Could someone please just point me in the direction I need to go for 1) the program to work with any browser 2) For blocking specific sites.

View 2 Replies







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