Dual Monitor With Touchscreen Browser Control?

Jan 21, 2012

i am looking for a way to make a clone of 2 webbrowsers when i make a click in the first webbrowser it shows the same in the second webbrowser

detailed:i am making a program with a touchscreen and a hdtelevision setup as extended monitor at the touchscreen you can control what is happening on the tv now i want to control a webbrowser but the problem is i want a internetbrowser on the touchscreen where i can make changes and clicks on the websites
and then i want also to view the internetbrowser on the tv to see the website this is meaning i want a clone from the internetwebbrowser from the one on the touchscreen to a clone on the hdtelevision some sort of linked copy/clone of the webbrowsers

View 6 Replies


ADVERTISEMENT

Controling Which Monitor When Dual Monitors

Oct 27, 2011

I just got this really cool 9" monitor (USB attached) which I will be using for dialogs in my vb application. Can someone tell me why this code displays on both machines? if I change screen=AllScreens(1) to (2) the form is only shown on the primary but I want to show it on the very cool USB screen.

[Code]....

View 3 Replies

Make Dual Monitor Intergration

Feb 8, 2012

I have a form1 and many other sub forms in my software.I want all those forms to work on a 2nd monitor (if the user does have a 2nd monitor)while working on my 1st monitor as well.But i don't have 2 monitors in my system hence i cant test this feature out.But dual monitor integration is a very important part of my software.

View 1 Replies

Dual Monitor Support After Gfx Driver Update

Sep 28, 2009

I've got a dual monitor setup, my main monitor is a Dell 20" 1680x1050 res, secondary is a Dell 17" 1280x1024.I've just updated my gfx driver (nvidia driver version 190.62).I'm using code like that shown below to get the screens and I always assumed that AllScreens(0) would be the primary screen and AllScreens(1) would be the secondary but this appears to be reversed since I updated my driver.

[code]...

Is my coding in error or is Windows reporting the screen information wrongly ? How can I be sure to set AllScreen(0) as the users primary screen and AllScreens(1) as their secondary ?

View 1 Replies

Touchscreen Keyboard, SendKeys, Returning Focus To Original Control?

Oct 22, 2010

This isn't really a VB specific question. It's .Net in general... if you have ideas in another .Net language, let me know... I know most of the .Net languages (I don't know that foxtrot or what not weird ones). Furthermore this isn't a 'I don't know the method on some class I should be using' kind of question, it's a design/problem solving kind of question.I'd like to know how you'd approach the problem with in the boundaries set.

View 3 Replies

Dual Listbox Mover Type Control?

Oct 30, 2009

I need a 2-listbox mover/selection type control such as the example here: [URL] For over a week now I've searched countless forums and done myriads of googles. All I've been able to find is C++ or ASP based stuff. I really would like this to be VB.net, but at this point, I'd even settle for C#.

I've taken a shot at developing it myself, but am too new to the .Net world to really get anywhere with it other than being completely overwhelmed and frustrated. I've even looked at some 3rd party custom control webistes, and am even willing to spend a few bucks for this thing, if I could find one that suits my needs.

[Code]...

View 6 Replies

Get Default Browser - Process Monitor ?

Oct 20, 2009

Firstly im aware that the code below will auto run the default browser.

Code:

But i need to find a way of finding out what the default browser is. Is there a registry setting that displays this? also whats the best way to monitor for a process start or exit?

I was thinking about making a listview that updates every second checking for new entrys or entrys that have gone. But is this the best way if i only need to monitor 1 or 2 proceses?

I did write(and worked before)

Code:

But thats not working now.

View 3 Replies

Create A Small Program That Runs In Taskbar To Monitor Browser Urls For Particular Words.

Dec 5, 2009

I need to create a small program that runs in the taskbar to monitor browser urls for particular words.We are using it at work to catch people going to certain banned websites in the work place.Right now it works if i hand code each banned site into the code directly and run with a timer:[code]This works perfectly. Problem now is the Admins want direct access to add/remove different sites to the list.There is no way I am giving them access directly to my code (a bad day comes to mind).So I am attaching a small database with a small table to the server and allowing them to add URLS there. I am stuck in how to use this data though.I have tried pulling up the database column into a listbox but can not configure the code to check each line in listbox to compare to each browser window.

I also tried listed the items in a one column datagrid and try to loop through each row to compare each window.I need each browser window to be compared to a list of items and trigger events if a match is found.If your wondering why I am building this, our IS security people are all or nothing. Either no Net or Full Access.Also our people are a bit to smart to be tracked through history or simple blocking methods.

View 2 Replies

VB 2005 Express Make The Web Browser Control Connect Through A Different Ip Address And Port From Default Web Browser?

Apr 29, 2007

Im using VB2005 express and the app im creating uses the web browser control.Basically I want to know if its possible to make the web browser control connect through a different ip address and port from your default web browser.

View 7 Replies

Make A Process Monitor Tool With WMI That Monitor The Processes Created Or Deleted - Code Will Not Work

Sep 9, 2010

I want to make a process monitor tool with WMI that monitor the processes created or deleted, but the code will not work. Note to reference System.Management,

CODE:

Code dowload:

CODE:

View 4 Replies

Creating Web Browser Without Using The Web Browser Control?

Sep 23, 2009

i just want to ask to all how to create web browser without using the web browser control in visual basic 2008 express edition.

View 2 Replies

Monitor The Registry For Changes Similar To How Sysinternals Process Monitor ?

Jan 31, 2011

Can I monitor the registry for changes similar to how sysinternals process monitor does it in VB? I have checked many different articles and C# samples but not come any closer to getting an answer, I would like to know if there an easier way (a VB sample perhaps)that you folks can share. Ultimately I'd like to be able monitor other things too like file system, processes etc but wonder most about how the registry can be done in VB...Would using system.management be a start? Or WMI? if so is there a nice VB sample..

View 3 Replies

VS 2008 Monitor HTTP Data Sent And Received Over A Webbrowser Control?

Jan 23, 2011

How can i monitor the HTTP data (headers including raw html data) that is sent and recieved while a user browses with a web browser control in my application?

is there some way to capture the connection itself into a socket?

View 11 Replies

Make Assembly FULLY Trusted - Use The Web Browser Control In User Control

Dec 19, 2009

I am trying to use the Web Browser control in my vb .net user control. I am using VS 2008. Finally, I will be calling my assembly (.dll) from a web page. I wanted to display the usercontrol with the web browser control inside this web page. The problem is I cannot proceed since the Web browser control cannot be called from a partially trusted assembly. Using VS 2008 I have created a strong name for my class, also added the <Assembly: AllowPartiallyTrustedCallers()> to the AssemblyInfo. But still the web browser control cannot be seen in my web page. Do you how I can make my assembly fully trusted so that it can access web browser control? If you have used web browser control, can you confirm if this step is really required?!

View 2 Replies

Popup Numeric Keypad For Touchscreen App?

Aug 26, 2009

I am running a VB app that I developed in Visual Studio 2008. This app runs on an XP machine with a touch screen without a keyboard plugged in. I would like to add a popup numeric keypad for the user when a data field is touched. Can anyone tell me what is needed to create the keypad?

View 2 Replies

Simulating A Ctrl-Click On A Touchscreen?

Oct 22, 2010

I need to come up with a way for a user to select multiple non-consecutive rows of a DataGridView from a touchscreen. Using a mouse & keyboard I would just Ctrl-Click on the rows I want to select, but I dont have that option with a touchscreen.

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

Make A Touchscreen Overlay For Our Crappy POS Software At Work?

Aug 25, 2010

I'm about to lose my mind. I'm trying to make a touchscreen overlay for our crappy POS software at work. It is a simple DOS program. I had built an autohotkey script and gui but I just didn't like the look and lack of advanced menus. All I want is to replicate the CONTROLSEND ability of autohotkey. I tried the autohotkey.dll but I have no idea how to add it to my project. I was hoping VB2010 had something built in that can send a string of keystrokes to the DOS program underneath. I have searched all sorts of forum posts for a SIMPLE snippet of code. Seems anyone seeking this is out for nefarious purposes though, and little help is offered. If you worry about this please PM me so I can prove to you my good intentions.

Let me repeat, all I want is a simple snippet of code that when a button is pushed, a specific string (characters and function keys) is sent to a specific out of focus dos box.

View 2 Replies

VS 2010 Show /mHide On Screen Keyboard (OSK / Touchscreen)

Oct 30, 2010

I want to show and hide the OSK keyboard (docked at the bottom) for my touch screen application best methods? (I want to make sure when I show that I try to run, in case someone closed it while using the app)

View 6 Replies

Interface And Graphics :: Touchscreen Scrollbar Button Height / Width

Jan 21, 2010

I'm developing a GUI for a touchscreen, so when user wants to scroll he/she uses their fingers. Now the thing is that the scrollbar width (with the vertical scrollbar) IS adjustable but the button stays the same height and isn't sufficient for a finger. So the question is : Are the buttons in the scrollbar allso adjustable in size/dimensions.

[Code]...

View 5 Replies

Supposed To Be Fullscreen In WPF Touchscreen Application Is Moving When Inner Listbox Is Scrolled?

Jun 30, 2010

I am writing a GUI application to run on a touchscreen device using VB.NET and WPF--it must be full screen at all times, like a kiosk app; the window must not be able to resize or move in any way. The window contains a ListBox that users can currently scroll through by dragging across the list. The problem I'm seeing is that when the user drags across the list, the whole window moves a bit, exposing the desktop underneath, then springs back into place once the user stops dragging. I have not been able to figure out how to keep the window stationary while still allowing users to drag across the ListBox to view all list items. Here is a somewhat simplified version of my code:

[Code]...

View 1 Replies

Start A Folder Monitor Service At Runtime And Pass On The Folder Path To Monitor?

May 27, 2010

I have the following windows service file:

Imports System.ServiceProcess
Imports System.IO
Public Class fswService

[Code].....

2 problems: first, intellisense error saying: 'fswService' is a type and cannot be used as an expression. second, I can not figure out a way to pass on to the service the path of the folder to watch (which is stored at My.Settings.userPath).

View 2 Replies

MessageBox And Dual Monitors?

Aug 10, 2010

If a form is being displayed on the secondary monitor, is there a way to make sure that a MessageBox generated by that form will display back on the primary monitor? The form is being displayed over a projection system and some messages do not need to be seen by the audience, just the computer operator.

View 1 Replies

.net Timer With Windows 7 Dual Processors?

Apr 14, 2010

I have been writing visual basic and vb .net applications for years and have come across this problem with the timer component under Windows 7 32bit on dual core Intel processors. This problem only occurs with Windows 7 running on a dual core processor, single core and under the virtual pc on any processor works.

I have attached a test program to show this problem. The program uses 2 timers to count down to 0. It does not matter what type of timer component I use system.timer.timer or system.windows.forms.timer. I read the system.timer.timer may fix this problem so I changed the program to use it but it did the exact same thing. Left it in anyway.

The program: Timer1 is set to a number of ms for a given amount of time say 150000 for 150 seconds and started. The timer will expire correctly. At the same time a second timer Timer2 is set to 1000 ms for a count down display to 0. Timer2 fires and the count is updated. This happens and everything looks fine. When Timer1 fires I disable timer2 so it will stop counting down. Timer2's countdown is at 2 instead of 0. It is firing slow. If I increase the value of timer1 to say 500 seconds timer2 is behind by 6 seconds. These amounts are the same for the 2 very different computers I ran this on but both are dual processor systems running Windows 7. The exact code works correctly on Windows Xp on the same processors and works under Windows 7 on a Pentium 4 system.

[Code]...

View 16 Replies

Dual-purpose Cut/Copy/Paste ?

Jul 19, 2010

My app displays a list of records in a DataGridView on the main form. I've developed code for cut/copy/paste for the selected records and have put the code behind Cut/Copy/Paste menu items under a classic 'Edit' menu design, with the standard shortcut keys(Ctrl + X, Ctrl + C, Ctrl + V).

The trouble is, I also want the shortcut keys to work on selected text when I'm editing inside text fields on a record in the DataGridView. So I need the shortcut behaviour to change depending on whether I'm editing a record or selecting record(s).

View 5 Replies

SELECT CURDATE() FROM Dual [Error]

Sep 15, 2009

The command works but im getting an incorect time It returns 15/9/2009 12:00:00 the date is fine (was ok when this thread was written)but the time is always the same 12:00:00 Is something wrong with the server or am i entering not the right command?

View 1 Replies

Single Display Vs. Dual Clone

Nov 11, 2010

Is there a simple way to differentiate single display vs. dual display clone? I am asking about dual clone, not extended desktop. .Net Screen class treats dual clone as single display. I could not find useful WMI method also.

View 6 Replies

VS 2005 Dual Display Support?

Jun 16, 2009

Is this possible in VB 2005? Mirroring or extending over a second display?

View 2 Replies

Addressing Individual Monitors In Dual Screen?

Jul 8, 2009

I am working on a custom bulletin board system for my company. The idea is to have a program running that displays a full screen bulletin board on many monitors around our facility. I wrote a VB client that pulls from a server and displays a single board perfectly - I am wondering how to expand this.

View 10 Replies

How Can It Full-screen If The Computer Has Dual Monitors

Nov 5, 2009

i've managed to have the form in fullscreen.. How can it fullscreen if the computer has dual monitors?

.MaximizeBox = False
.MinimizeBox = False
.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
.WindowState = System.Windows.Forms.FormWindowState.Maximized

View 2 Replies







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