Forms :: Prevent Browser From Opening New IE Windows?

May 19, 2010

I am making a webbrowser,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.I am using VB.net 2008 Express Edition?

View 9 Replies


ADVERTISEMENT

Windows - Opening A Local Folder Browser From Web Browser

Nov 8, 2011

But now I have a need to allow the user to choose a folder path without selecting a file. Basically a folder location, on the local hard drive where my code will read the files located in the choosen folder and process against them.

I am drawing a total blank and my web searches are not giving me what I am looking for.

I initially developed this with a Windows FolderDialogBrowser control, but it will not run on the web server, likely a security issue, and I can not change it.

Public Class FolderBrowserDialogExampleForm
Inherits Form
Private folderBrowserDialog1 As FolderBrowserDialog

[Code].....

View 2 Replies

Forms :: VB Web Browser Opening .html Files

Jan 20, 2011

i have my web browser made by visual basic have some futeurs like history , bookmarks , downloader, HTML Editor, Source, etc i make my it my default web browser but when i open .html or .htm files how can i make it navigate to the HTML File (and please without using open folder browser) i wanna make it like mozilla or internet explorer navigate to the site i have saved befor or make it

View 1 Replies

Forms :: Opening An App Over All Other Open Windows?

Sep 17, 2011

Is there any switch that will allow you to open an application over all the other currently open applications? My problem is getting Explorer to open over all the other currently open applications. Right now, it only opens in the background......

View 5 Replies

Forms :: Opening A New Application In A Panel Of A Windows Form?

May 14, 2010

i have a query of opening a new Application(eg. UgNx,Ansys)file with in a Panel (Which is already dropped on a Window Form).

For Example :-There in one Window Form and i have fixed a Panel there now with in the panel i want to open a new Application like other softwares UG NX or Ansys.

View 2 Replies

Multiple Windows Forms Opening Upon Program Launch

May 8, 2012

I am running Microsoft Visual Basic 2010 Express. I created a simple program that is nothing more than dozens of Windows Forms that are linked together by the various clickable buttons I put on each form. The program is like a "book" with several pages, and you jump to a specific page by clicking on specific buttons on the current page ("Windows Form").

My question is, how do I change my program so that when it is launched, instead of just 1 Windows Form opening, the program opens up several Windows Forms (of my choosing) automatically? In other words, instead of my "book" (VB program) opening "page 1," when I run it, I want it so that pages 4, 7, 8, 10, and 15, are "opened" whenever I run my "book."

Is there some code I need to insert into each Windows Form I wanted opened automatically when the program is loaded? Or is this a MS VB 2010 Express environment option I need to set?

View 7 Replies

Opening A New Window In Browser Instead Of Default Web Browser (I.E. Internet Explorer)?

Sep 29, 2010

I am creating a webbrowser with Visual Basic, and I have finished everything but this: When I click on an external link, (I.E. On a photo, or on youtube) it opens up in a new IE window. I want it to open in my browser, not Internet Explorer.I have read everything I have found on this subject, but it is all for normal web browsers. I want to do this for a tabbed web browser, not one without tabs. Basicly, I want to use this code with my tabbed web browser that uses tab control.

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

[code]....

convert the code to be used in a browser with tabcontrol? I tried, and it works with one that DOESN'T use it, but I want to use it with my browser with tabcontrol. And, I have read ALL of the ones previously given to other people.

View 14 Replies

Opening A Local Folder Browser From Web Browser?

Nov 8, 2011

I know this shouldn't be as hard as I have found it to be, but I could use some help on a problem. I have used, and am familiar with the FileUpload control, But now I have a need to allow the user to choose a folder path without selecting a file. Basically a folder location, on the local hard drive where my code will read the files located in the choosen folder and process against them.

I am drawing a total blank and my web searches are not giving me what I am looking for.I initiallially developed this with a Windows FolderDialogBrowser control, but it will not run on the web server, likely a security issue, and I can not change it.

[Code]...

View 2 Replies

Prevent Program Opening More Than Once?

Apr 15, 2009

I'm using Visual Basic 2008 Express Edition. When I have my personal program open, I don't want another instance of it to open. I would like it to detect if the program is already open and if it is, it won't open another.

View 4 Replies

VS 2008 : Prevent Opening Of Two Instances?

Aug 18, 2009

What's the best way to prevent opening of two instances (or more) of the application?

View 6 Replies

Mscomctl.ocx File Which Prevent Me From Opening A Program?

Jun 26, 2009

I've been trying to open a program called 'DET 3' which is designed by the Honduran government and helps us pay taxes for the government. I've been getting this error message when I try to open the program "Component 'Mscomctl.ocx' or one of its dependencies not correctly registered: a file is missing or invalid" I need this program to work so I can pay my taxes before July 10th.

View 8 Replies

Prevent A User From Opening More Than One Form At A Time?

Mar 15, 2012

I have developed an application in VB.NET. It has 20 forms. All 20 can be opened from a menu strip control. The user should be able to open only one form at a time. How might

View 3 Replies

Prevent File Opening (temporarily) On Certain Files

Jan 21, 2012

I want to prevent file opening (temporarily) on certain files. I've tried encryption, which is fine, but a bit slow for my purpose. The actual end product doesn't have to keep some computer hacker type from getting in, just the lay user. I was wondering if it was possible to encrypt only part of a file and reverse this after or what options I had.

View 1 Replies

Lock / Prevent The User From Opening The Perl File / Code

Dec 15, 2011

i want to create an exe in vb.net by packaging few perl files along with it. when i am packaging those files i am able to hide those files by making the hide option true. but if the 'show hidden files' is selected those files will be visible. I want to lock/prevent the user from opening the perl file/code. want to know if there is any way to do it.

View 1 Replies

Php - Prevent Users From Being Able To Access A Webpage Via Web Browser?

Apr 18, 2010

This program is going to submit GET data to our webpage. However, we don't want users accessing the webpage any other way than the program. We can prevent users from sharing the program using HWID authentication, but nothing prevents them from using a packet scanner to get the URL of the webpage. We thought about user-agent authentication, which we will implement, but user-agents can easily be spoofed.

how can we prevent users from accessing the webpage directly, instead of through the program?

Currently we will be implementing:

HWID Authentication to use the program User-Agent Authentication to access the web page Instant IP Blacklisting to anyone accessing the webpage without the proper User-Agent

View 4 Replies

Prevent WebBrowser Control Open External Browser

Apr 14, 2012

I have a windows form that have 5 webbrowser control. I also have serveral links of URLs and each webbrowser will open them. My problem is that after all links already opened, when I close my windows forms, sometimes my application suddenly open my default browser automatically and open url that on my URL list. I already tried to make all webbrowser to navigate to "about:blank"to make sure there are not loading any webpage before I close my application but the problem is still occur. This has given me a headache since this problem is not always occur when I close my application.

View 6 Replies

.net - Opening Default Web Browser

Oct 13, 2009

I am using the function below to open the user's default web browser.

Public Function ShowHelp(ByVal url As String) As System.Diagnostics.Process
Dim startInfo As New Diagnostics.ProcessStartInfo()
startInfo.FileName = url

[Code]....

A couple of times the function returned the error (on users machine) "the system cannot find the file specified"

I guess the user has not set a default web browser. Why i get this error? How could i add a default web browser check before calling this function?

View 5 Replies

.net - Opening Up Web Browser From Winform?

Dec 1, 2010

Done quite a bit of looking but not finding what i need. From a win form i'd like to open up a web browser passing in a url. But i need to provide authentication while doing this. I tried just using a system.diagnostics.process.start("http://userid:pw@site") but that does not work. Was hoping someone could lend a hand.

[Code]...

so is there anything else that can be done to get IE to work.. cause i'm thinking that would allow the above code to work as well.

View 1 Replies

Dynamically Opening New Web Browser?

Feb 3, 2009

how I can dynamically open up two new windows with web browsers in (that are navigated to two different pages).I'm trying to open two new windows with web browsers in one located to a support page the other email when the user clicks a button.So far I've thought of...

Private Sub()
'ignore that it doesn't have the handles click
End Sub

how to dynamically open two windows WITH browsers already navigated in.

View 3 Replies

Opening New Window In VB Browser?

Mar 16, 2012

recently im programming PHP for web based approach and i've been using ready made browser like firefox as my application. But now im switching it to custom browser with visual basic. I've created my own custom browser and it seems ok. but my question here is, how to open up a new browser (new VB browser window) as same as we open a new browser in firefox. I've been using html code that opens new window, but it open up explorer browser instead and it took very long time to open. I want it to open up as VB browser with my php codes inside. Is there any html or php code that could open new vb browser window? instead of explorer or firefox window.

View 9 Replies

Opening Up Web Browser From Winform?

Feb 12, 2010

From a win form i'd like to open up a web browser passing in a url. But i need to provide authentication while doing this. I tried just using a system.diagnostics.process.start("http://userid:pw@site") but that does not work. Using the tip.. here is what i have...

Dim m As New System.Security.SecureString
Dim pw As String = "mypassword"
For Each c As Char In pw

[code]...

I'm getting a logon failure: unknown user name or password.it's seems strange to me.. but if i do in firefox [URL] i can get to my page. If i do the same thing in IE 8... no joy.so is there anything else that can be done to get IE to work.. cause i'm thinking that would allow the above code to work as well.

View 3 Replies

VB Web Browser - Stop IE From Opening?

Sep 11, 2008

I am working on a tabbed web browser and it is going great! Only one problem! When someone presses on a link that has a target of _blank or a new window, it opens in IE!

I have tried things like:

Private Sub newbrowse_newwindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)
e.Cancel = True
End Sub

but that only cancels IE from opening. What I want is it to open in a new tab. I have set it so that NewTab() opens the new tab to the users homepage.

Basically, I need to find out how to get the URL of what the browser is trying to open.

View 12 Replies

Cannot Keep Web Browser Control From Opening A New Window

Oct 20, 2009

I am having an issue with using a VB 2008 web browser control to view local folders in Windows 7.I have an app that allows the user to browse local folders using a web browser control within a winform. This app has been working great with all of the users that currently have Win XP and Win Vista. However, with Win 7, every time a folder within the Web browser control is double clicked on (to navigate into its contents) Win 7 opens a new windows explorer window to display its contents. [code]....

View 1 Replies

Download Files But Without Opening Browser?

Mar 19, 2009

Download files but without opening browser?

View 3 Replies

Microsoft Web Browser Opening Excel

Sep 25, 2010

I have added "Microsoft Web Browser" to my windows form and I am trying to use AxWebBrowser1.Navigate("c:/file.xls") to load an excel file in the browser but it is launching the excel file outside the window? What am I doing wrong?

View 1 Replies

Opening A File Using Web Browser Control?

Mar 7, 2011

I'm working with windows forms application in vb.net 2008 express ed. I used openfiledialog to open all types of files in the computer. When I searched on the web I found out to use the web browser control so I used it and it did open a file in any types. I realized about using a web browser control to open a file that all images such as jpeg, gif, and bmp as well as text files are just being opened or browsed within the control. All I want to do and all I want to know is I want to open all the files separately from the control just like opening with excel, word and all types of video files which will be opened separately from the control and your application because I am hiding the web browser within the form since this is a winform application. If this possible, How would I do that? I would like also to know if there's any way to open a file without using a web browser control? If there's no way, I just want to know how to modify my codes by throwing a message box if the user attempts to open a text files and images. Below is my codes I used.

Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Dim open As New OpenFileDialog
Dim path As String

[code]....

View 1 Replies

Opening Links In Alternative Browser?

Jan 7, 2010

For the kicks I decided to write a very basic RSS reader at work. Though this is probably more work than it is worth I would still like to know if it is achievable. Currently it pulls down the xml information from the feed and turns it into a HTML page which is then read by a webbrowser control within the form.

The issue I have ran into is that because I wanted to keep my form a nice small program to run on the desktop when there are links included in the feed it opens the links within the browser control which is to small to read the entire page. I would like for any links within the feed to open in the default web browser installed.

Imports System.Net
Imports System.Xml
Imports System.IO

[Code]....

View 9 Replies

Status Bar Opening A URL In The Default Browser?

Feb 27, 2011

I have already tried searching this but all the codes crashed.

View 15 Replies

VS 2008 - Opening Default Browser With Specified URL

Oct 31, 2010

So I tried to use:
system.diagnostics.process.start("[URL]")
But it comes up with an error saying "Win32 exception was unhandled" "Application not found".

This code works:
System.Diagnostics.Process.Start("C:Program FilesInternet _ Exploreriexplore.exe", "[URL]")
But I would rather the program opens up the default browser of the user.

View 4 Replies

Opening Excel Inside Web Browser Control

Oct 14, 2009

If an excel document is opened inside a webbrowser control, and you try opening another excel document using a different instance of the same web-browser control, the previous opened excel (inside the web-browser) would not allow users to edit the excel workbook.

View 1 Replies







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