Monitoring Web-browser From Different Form?

May 13, 2011

I was hoping to be able to monitor webbrowser1.documentcomplete which is being used in form1....but be monitoring it from form2.So basically I was hoping to run a form1.webbrowser1.documentcomplete in form2.If not does anyone have any suggestions? I currently am doing it with timers and it is just not working properly.

View 4 Replies


ADVERTISEMENT

Monitoring 12 Video Feeds From Video Cameras - NEXT Or FORWARD Button On My Monitor Form

Dec 24, 2009

I am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.

So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.

View 4 Replies

Create A Form Where The Web Browser Only Takes Up Half The Space Of The Form?

Jan 19, 2010

I tried using the web browser control for the first time.The problem I had was that the size of the web browser defaulted to the size of the form. Even when I tried to downsize the webbrowser ( via properties ) it still filled the entire form. I also tried to drastically increase the size of the form( again via the form's properties ), the web browser still filled the entire form. how to create a form where the web browser only takes up half the space of the form.

View 1 Replies

Can Form Be Loaded Into Browser

Oct 15, 2011

I want to know if vb .net form can be also loaded into browser.And how it will done?

View 3 Replies

Displaying Web Browser On Different Form?

Nov 26, 2011

I have a web browser on form2 and I got it to display in form1 and in a panel. But how do I get it to auto re-size in the panel on form1?

View 3 Replies

Embed A Web Browser Onto A Form?

Mar 4, 2011

i Have vb 2010 and i am trying to embed a web browser onto a form which i have done. now i need a button to take me to a webpage within this embedded web browser.

What code do i need for this?

View 5 Replies

Get The Form To Do Something If The Web Browser Goes To A Specific URL?

Jul 3, 2011

How do I get the form to do something if the web browser goes to a specific url?

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

What Controls You Can Use When You Add Browser To Form?

Apr 9, 2009

When you add a web browser to your form, what are some of the controls you can use with it? I've never used one of these things. For example, you know how on Windows Media Player, when you right click a media file and click "Find album info," it pulls up a little browser on the right side of the program and pre-loads a Microsoft web page?

Is there a way you can click on a button, and it will pull up the embedded web browser that loads a site for you?

View 1 Replies

Can't View PDF File In Web Browser On Form?

Feb 11, 2011

Some how I lost the capability to see a selected file in a WebBroswer on my userform.I took a functioning program, and well, made it non-functioning. I'm a professional, do not try this at home. This was the original code.

Option Explicit On
Imports System.IO
Imports System.IO.FileInfo

[code].....

View 8 Replies

Host Forms In On-form Web Browser?

Sep 30, 2009

I've done simple preliminary research without success--I'm posting now simply because time is an issue. I wanted to see if I could use the on-form web browser to pull up forms not on the server or internet, but locally hosted in the solution. Based on what the user selects in a combo box, I need certain parameters (any 5 are relevant out of approx 100 total). I was hoping to do this without a button--pulling up a form with command button is a last resort. Is this possible?

View 7 Replies

VS 2010 Post A Form Without Browser?

Oct 5, 2010

i wish to use this form which returns a value true or false,

<form action="loginapp.php" method="post" name="logmein">
<table>
<tr>

[Code]....

i'm trying to do away with webbrowsers (IE required) from my vb project.

also whats a better alternative to ie browsers in vb.net, i been looking at gecko but people say it requires you to include 16mb+ worth of files?!?

there must be a way to include browser functionality, without the end user required to have IE Browser?

View 9 Replies

Windows Form Interacting With Browser

Jul 23, 2009

I have a windows form that I would like to have search for an html button in the user's browser. I would need the location of the button on the screen.

View 4 Replies

Windows Form Interacting With Browser?

Jul 19, 2010

I have a windows form that I would like to have search for an html button in the user's browser. I would need the location of the button on the screen

View 13 Replies

Control/Access An Already Open Browser With Vb Form

Sep 9, 2011

Is there a way to have a desktop vb application take control of an already open browser window? For example, have it mouse click certain coordinates in the window or check if the window contains certain elements.

I've looked at using Microsoft Internet Controls(shdocvw) and MSHTML(IHTMLDocument2) but I am struggling on how to access elements of the browser window (e.g. body.innnerHTML).

View 2 Replies

Fill Html Form Using Web Browser Control?

May 26, 2012

In VB6 classical, we could do:

Private Sub Form_Load()
WebBrowser1.Navigate2 "http://yourSite.com"
End Sub

[code].....

View 1 Replies

VB Form Browser With Flash - Build An App That Will Contain A Webbrowser?

Jul 7, 2009

im trying to build an app that will simply contain a webbrowser.i have started an WindowsForm project and added the "Webbrowser component" and it works fine when i build the app and test it.although if i try to go to a page containing a FLashmovie etc. there is simply an "White doc icon with an red cross in it" just like it cant display the picture. although it is an flash doc/movie.or in this particular case an audioplayer.I have tried other flash and still the same thing.

View 7 Replies

VS 2008 Textbox From Form2 Into Web Browser In Form 3?

Oct 3, 2009

I want to make a form which has 2 text box

username:
textbox1 here

password:
textbox2 here

Login button

when you click the login button, it will form#.show which will be a web browser

then i want it where the text from textbox 1 and 2 can be put into a textbox ON A WEB PAGE if I get the text box's ID number.

So basically can I transfer data from form to form?

View 4 Replies

Web Browser Project Aero Glass Onto Form

Sep 28, 2009

I am having a problem with the aero glass effect on the form. I have successfully spread the glass to the background of the form, but now the buttons ext ect. look like this (I have tried EVERYTHING on this page with no success):url...[code]

View 1 Replies

IDE :: Monitoring Bandwidth Client In Lan?

May 21, 2010

<!-- [if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent>[code].....

I am a beginner in network programming with VB 6, I am a beginner in network programming with VB 6,I wanted to ask is how the VB 6 source code to know the bandwidth usage of each client in an Internet cafe, we as a server at the cafe, suppose that we had five clients that are connected directly to server, on the server so we know the bandwidth usage of the clients.

View 4 Replies

Make CPU And RAM Monitoring Tool In Vb?

Apr 3, 2009

I want to make CPU and RAM Monitoring tool in Vb. But I have no idea and knowledge about this.I can make a GUI for this but I don't know how to implement this.If you have some experience please tell me what references I have to use and what are the functions which will give current status of CPU and RAM. and also guide me how to present this information in the form of continuous graph and progress bar.I shall be thank full to all participants. If you have no experience please refer me some expert sites and groups on internet. I will try to contact them.

View 2 Replies

Monitoring A Printer Queue?

Aug 7, 2009

The below code (VB 2008) will check the print queue every milisecond for a job. It will then show the pagecount in a text box. It works great when im printing to a local printer, but As soon as I change my pc default printer to a network printer, I cant capture any data.

View 1 Replies

Monitoring Data In/out Of The Computer?

Dec 16, 2009

I want to create a bandwidth meter for Windows using vb.net, but I cannot seem to find anything in the .net framework for monitoring the amount of data in or out. I want to create this because I cannot find a good one for free, and I think it is something that people might want.If there is nothing in the .net framework for monitoring this, is there some P/Invoke calls I can make? If so, what are they?

View 6 Replies

Monitoring External Program?

Dec 25, 2010

I start an external Program using System.Diagnostics.Process.Start I want monitoring when a user has started a new file, saves or opens another file and get the info of the file in current process

View 1 Replies

Monitoring If A Variable Plateau's

Mar 22, 2009

I am dynamically adding values to list with each pass of a timer and after each pass I'd like to check if the last five elements in the list have similar values. After some time, the values should start to become constant. In other words, it would plateau.I tried to do this. Made sense to me (newbie) but I am getting errors like the bounds of the array are exceeded:[code]The list definitely works and is getting data from X. I thought I needed to ReDim the array but then I'm told ReDim statement requires an array. (ReDim platArray(Number-1)). By the way I'm using VB2008..

View 4 Replies

Monitoring Programs Starting?

Dec 26, 2009

I am trying to create a windows service that sits in the background waiting for programs to be started. When the programs start I want to be able to check a unique bit of information for each program (I believe GUIDs may provide this) to see what the program is. If the program is not allowed, I aim to provide a warning to the user and possibly close the program. The aim of the application is to identify when users are attempting to install additional software on to the computer so simply monitoring for a certain executable wouldn't work as msiexec is called for all MSI's and as I only want to stop blacklisted programs...this wouldnt work

View 1 Replies

Monitoring Que With Multiple Processes

May 21, 2010

We recently have one problem started where we have two processes monitor the same queue, but the diff b/w both is, one does the PEEK only and the other process it as soon as the message arrives (event driven). Do you think that pointing these 2 processes to the same que cause any problems OR are there something special sync things we need to do?

View 6 Replies

Monitoring The SqlConnection State?

Jun 19, 2009

I have a SqlConnection global variable in my proyect that it is always open (I wouldn't like to start a discussion about keep the connection open all the time or close it everytime a transaccion is executed).

This variable is sent to every class I need to execute a function or method. Instead of checking the connection in every single operation, is there any way to monitor the connection state in a centralized way ?

View 3 Replies

Printer Status Monitoring?

Feb 2, 2010

I am engaged in a project to alert Paper out status of printer in screen on top of all other windows. I am new to VB programming... I tried the codes given in Microsoft Support. But it gives many errors as I'm using Visual Basic 2008 Express Edition.[url]......

View 1 Replies

Program For Monitoring Folder?

Feb 28, 2010

build a program for monitoring specific folder for example : C:MyFolder

i want the program check the bove folder and give me information about the following:

Files with date modified 'current day'
The number of files with date current day
The size for that files
Send that information by e-mail

View 13 Replies







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