Use Chrome Browser On Second Screen When Open Application

Apr 12, 2012

i need to use chrome browser on my second screen when i open my application i have added --kiosk to chrome shortcut on the desktop and would need to do this: proces.start (chrome.exe) but on my second screen is there any chance to do this?

View 3 Replies


ADVERTISEMENT

Open A Browser In Full Screen In ASP.NET Application Programmatically?

Sep 21, 2011

I am making a web application in ASP.NET 4.0. For some reason I need to open a web site always in full screen. It is a tedious task to open a web site in browser and then toggle to fullscreen.Is there any way to open the browser (preferably IE9 or Google Chrome) in full screen programmatically?Can I put some code in the Page_Load() method of my default page that toggles the browser to full screen?

View 2 Replies

Get URL Of IE, Firefox And Chrome Browser?

Jul 14, 2011

I want to get the all URLs of any open browser using vb.net desktop application...[URL]

View 5 Replies

Use Browser Chrome In Program?

May 3, 2012

I'm newbie and learn in vb.net 2010

i ve plan to create simple browser using vb.net[code]...

View 1 Replies

Make A Browser That Seems Exactly Like Firefox/ie/chrome?

Jun 9, 2012

i want to make a program that will allow the user to enter the internet via my browser. However my browser will let him to choose what the browser he is using(my browser) should seem like (meaning seem like an ie/chrome/firefox etc).How do i do that ? What are the signatures that sites like this [URL]..

View 4 Replies

VS 2008 Use Own Browser As The Default One Rather Than Chrome Or Explorer?

Dec 27, 2011

Is there any way that i can use my own browser as the default one rather than crome or explorer?.

View 1 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

Chrome.exe Is Running Then Kill All Chrome Processes?

Oct 20, 2010

here is what I'm trying to do (partly in pseudo code):

Public Sub KillProcess(ByRef strProcessToKill As String)
Dim proc() As Process = Process.GetProcesses
For i As Integer = 0 To proc.GetUpperBound(0)
If proc(i).ProcessName = strProcessToKill Then
proc(i).Kill()
End If

[Code]...

The killprocess part works fine. However, if I try a "For Each App As Process In Process.GetProcessesByName("chrome"") approach and have several chrome windows open then it will display the question 5 times if there are 5 chrome processes open.

View 4 Replies

Why Firefox Browser Always Try To Open File After Published Application

Jul 11, 2011

Dear Expert, Why firefox browser always try to open my file after I published my VB application. This things happen in VS 2008? If anyone out there has the same problem like me. I have this problem since I installed firefox. If firefox has a problem with its browser when we use Microsoft Visual Studio? Do I need to set anything in my VS 2008 to avoid this thing happen?

View 10 Replies

Open An External Browser Window And Refresh It Inside Application?

Feb 27, 2012

We have an existing VB.net application. Upon an event, we need to open a browser window. I'm able to open the browser window like this:

System.Diagnostics.Process.Start("http://s3web01/suggestions?item=" + strItem + "&co=" + strOrder)

Upon another event, we need to refresh the browser window with different parameters for strItem and strOrder.

If I call the same code above, it opens a new tab in the browser window. Is there any way to refresh the same browser window that was previously opened?

View 1 Replies

Embed Chrome Inside NET Application?

Feb 11, 2012

Is there any way to embed chrome inside .NET application?

At the moment I am using Internet Explorer in my VB applications[code]...

View 4 Replies

Using Stored Chrome Instead Of IE Cookie In Application?

Nov 2, 2011

is it possible to use stored Chrome cookies in VB.NET?

I need to periodically check certain data on a webpage that requires login. I know I can login with Internet Explorer first and then later use the stored Internet Explorer cookie in my application to visit that webpage.

The problem is that I use Chrome to browse that website. When I first login with IE in order to check the data with my application and then browse the website manually with Chrome, the Chrome cookie is suddenly invalid. Then I need to login with Chrome, but then the IE cookie is suddenly invalid again and my application can't check the data anymore.

So, it's not possible to browse the website (logged in with Chrome) and periodically check the data in the background (logged in with IE) at the same time.

I really do not want to use IE to browse that website. The only way to make this work properly, is if I could use the stored Chrome cookie in my application, instead of the IE cookie.

View 3 Replies

Can Get Web Browser To Open And Open File That Was Clicked On In Explorer?

Aug 7, 2011

I've noticed that when you click on a web page in Windows Explorer, or open a file in general, and the default application to open it is internet explorer, ie opens and opens the file. However, when I tried this on my Web Browser it opened, but ignored the file and went on its usual routine. How can I get my Web Browser to open and open the file that was clicked on in explorer?

View 1 Replies

[2005] Multi-Screen Application - Control Each Screen Separately?

Jun 23, 2009

im about to develop a small appliacation for a bet system, which needs 6 screens, each screen will be a touch screen for each client... the application will be running in one computer only just with 6 screens. my question is does anyone knows how to control each screen separately?. somethign that would allow me to output each forms in different screens would work fine.

View 2 Replies

Create An Overlay Screen On A Full Screen Application?

Feb 18, 2010

I am making a program that will put a black mask over an application (like a full screened game). This black mask will fade in and out, depending on certain criteria. Is there a way I can do that with VB? It's to help me dim my monitor without having to push anything.

View 3 Replies

Open As A New Window And Open As A New Tab In Own Browser?

Aug 6, 2009

I am making a browser and i have putted tabs in it too. But when i click "open in new window" in my browser the internet explorar pops up. I want my browser window to pop up. Secondly the "open in new tab" option is not avaliable when i right click a link. How to make it avaliable and the new tab should open in my browser(not internet explorar)

View 2 Replies

Close A Specific IE Browser Screen?

Jan 14, 2010

I have incorporated a 3rd party program in my project to run at certain times, but when this 3rd party program is ran, it opens an instance of IE every time it is ran. I dont want this ie open when my program is running. So i was hoping to incorporate code that will close that IE page when it opens. It has the same Title every time it opens. is there code that can sniff out the title of an IE browser window and then close it?

View 2 Replies

IDE :: 64 Bit Browser - Completely Blank Screen ?

Jan 17, 2011

Using VS2008 Express and I want to use Silverlight within a webbrowser on a 64 bit machine. I have found various posts here about targetting x86 and have followed the instructions in this thread: [URL]

Unfortunately, running the project then brings up a completely blank screen so this is causing some other problem. Any further ideas on this old problem?

I downloaded VS2010 Express but could not see any equivalent settings in that.The equivalent procedure in my commercial version of VS2005 works ok but that has significant debug issues on this machine and is not really useable.

View 1 Replies

Make My Web Browser Auto-fit On A Screen?

May 8, 2009

I just need to know how to make my web browser auto fit on a screen. I sent my friend my web browser and he said the browser GO button was all the way to the right and he cannot reach it because it is passed the screen of his computer

View 7 Replies

Take Screen Shot Of Web Browser Every X Seconds?

May 22, 2011

On my program I am making a web browser and I want it to take screen shots of a web browser every X seconds. (X = any amount of seconds that the user can type in into a text box.) Then can it be saved to any location on the computer that the user can pick?

View 1 Replies

Web Browser Full Screen Code?

Dec 11, 2009

the code for making a tabed web browser(using tabcontrol) fullscreen

View 1 Replies

VS 2008 How To Make Web Browser Autofit To Screen

May 31, 2010

i request assistance for my web browser. I did everything how i normally do it, but i would like to know how to make it autofit to the screen. Like i maximize it on my screen, but the browser part is still small like the regular size. Is there any way to make it maximize with Form1?

View 1 Replies

VS 2008 Creating Web Browser That Displays The Content In It's Screen

Feb 27, 2010

basically I would like to create a Web Browser that displays the Content in it's screen. I started like this:

[Code]....

The 1st Struggle already is that hitting Enter after adding the Address does not display the content. I need to click on the Search Button. Additionally it would be nice if the Address is an IP Address that the last Part of the IP address could automatically be incremented and show the next Device in the Browser.

View 7 Replies

Disable Ctrl Keys And Print Screen In Web Browser Control?

Apr 16, 2009

I have created my own web browser by dragging the web browser control into a form using Visual Basic 2008 in order to host my ASP.Net pages. However, it is a requirement of the project I am working that users should not be able to use hot keys, especially print screen, ctrl P, ctrl C, and ctrl V. There are no other controls on my form, so how can stop users using these keys, but only in this browser? Further, my asp.net page uses an iframe tag to show a word document, and again, I need to stop them from copying and pasting from the word document into another word document through the browser. Can I stop them in my browser in app stack?

View 1 Replies

Browser: Open In New IE Tab?

Jun 20, 2011

I'm making Webbrowser in Visual Basic with tabs and ...My problem is : when i open a link in webbrowser it will open it in Internet Explorer.How can i do : It will open it in new tab.

Headkiller

EDIT: Removed poll, link to zip file containing only an exe, and renamed topic from "Question..." to something that is actually useful. Please give your topics titles which briefly describe the problem you're having.

View 6 Replies

How To Open Form In A New Browser

Jul 5, 2009

In my web form "A.apsx" i have buttonto call another web form "B.aspx", How do i make the the button open the web form "B.aspx" in another browser?

View 3 Replies

How To Open Web Browser In A New Window

Mar 18, 2009

Having problems trying to find or come up with code to open my current web browser i have made, in a new window using the file option in the menu strip

View 1 Replies

Open A Web Browser In New Tabs?

Sep 23, 2009

I'am trying to create browser, and I need help with tabs...

[Code]...

View 5 Replies

Open New Window In Web Browser?

Jun 9, 2011

this is code which opens new window link in same programe

Private Sub WebBrowser1_NewWindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser1.NewWindow
' This will be triggered only when link tries to open in new window.

[Code]......

View 1 Replies

Open Up A Downloader In A Web Browser?

Mar 12, 2010

how to open up a downloader in a web browser in vb 2008. i want to open up my own dowloader but it alway's open's the window's downloader does any one know how to open up my own web dowloader? or to find out if a url is a file some like this

If CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Url.IsFile Then
dowloader.show()
End If

i have tried this but it still open's the window's downloader?

View 2 Replies







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