Program That Runs In Background And Monitors USB Ports

Oct 10, 2011

I am looking to write a program that runs in the background that monitors the USB ports on a PC. If a specific device gets unplugged I want a message box to come up saying so. Is this possible. I am guessing I would need to query the usb devices for their ID and then write a simple If then statement, however I do not know how to get the IDs of the usb devices.

View 7 Replies


ADVERTISEMENT

Program Runs In Background?

Jun 9, 2010

I got a problem here. How can I let the program run in background when I click the minimize button on the right up corner?While it is running in background, I also wish there will be a small icon shown in the system tray.

View 3 Replies

Program Runs Faster In Background?

Jun 28, 2010

this is really bothering me, my program seems to run faster whenever I click on some other window so the form doesn't have focus. What is going on and how can I fix this?

Here's the troublesome section:
ListView1.Items.Clear()
'loop through the updates

[code].....

View 2 Replies

VS 2008 : Stop A Process That Runs In The Background?

Nov 26, 2009

I develop an appliaction which is running a process in the background. This process is "forked" from the application (I'm not using threads). The process may take a few minutes while the 'father' application is waiting to the process output, so I'd like to enhance the application with the following:

a) a "Stop" button (like in IE, FireFox) to stop the process in background

b) A status bar that displays what's going on while the process is running in BG.

how to draw a button or status bar of course... I mean how VB.NET handle with stopping or displaying while something else is running in background and how to do it.

View 2 Replies

Stopwatch And Monitors - Defining Program Parameters

Aug 13, 2011

If at all possible, how can my app detect the number, physical location, and size/resolution of monitors in use so as to define the program's parameters? Secondly, I have created a stopwatch variable ("Count"). I can't seem to get it to function properly unless using full seconds. In the following code, I have tried to use a fraction of a second (like .5) and using "count.elapsed.milliseconds = 500" and the program doesn't act like the code is even there...

Code:
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
If count.Elapsed.Seconds = 1 Then
Run()
End If
End Sub

View 15 Replies

How To Create A Simple Program That Monitors What Programs Are Opening

Nov 10, 2010

I am wanting to create a simple program that monitors what programs are opening and if necessary close one or two. I would also like to know if it is possible to get the window title (using a simple function/sub) and check with a stored list of programs,

whether that particular program is allowed to be open and if so before the program can be opened a password dialog will appear asking the user to enter the defined password in order to continue opening the program. Is this possible? Also should the password entered not match up, the program/process will not be allowed to open and will be closed/cancelled.

some code or point to the part of the microsoft site that has information on getting window titles and how to close current programs open etc

View 5 Replies

VS 2008 Hidden Dlls - Security Program That Monitors The Keystokeswebsitesprocesses

Dec 30, 2009

I have created a security program that monitors the keystokeswebsitesprocesses... I want to FIRST ask if this is a legal question; for, my purpose in this program is security reasons (eg. following up on employees to make sure that they are doing what they are paid to do. They all know this is running, and have been warned not to go to sites and enter information they do not want reviewed).

Second, I want this program to be hidden so that techy persons cannot go into task manager and end the process, then go on to some porn site! How could I make this app hidden, or at the very least make it 'un-end-able' from the task manager?

View 5 Replies

Create A Program That Just Listens To A Range Of UDP Ports?

Mar 19, 2009

My goal is to create a program that just listens (no locking, no blocking, just listens) to a range of UDP ports (coming in via the internet) on my local machine and copies the traffic to a richtextbox.I have various programs that say they use the ports and I simply want to listen to what the ports have going through them, I need to make sure that the messages are still processed by the applications that they are supposed to be as well.I will NOT be sending anything. Here is the code I have so far, and yes I know I only have it on one port for now. Figured get one to work then worry bout the rest!

Option Explicit On
Option Strict On
Public Class Form1[code]..........

I have recorded as using this port is running and receiving messages...

View 1 Replies

Open Two Or More Serial Ports In One VB 2008 Program?

Apr 20, 2009

able to open and utilize a single serial port within with my VB 2008 program (i.e., set port parameters, open&close port, send&receive data via port, etc.), but I want to open two or more serial ports concurrently within my VB 2008 program so that I can read data from one port, say COM1, make decisions and calculations based on that data, and send instructions out through another port, say COM2.

View 1 Replies

Data Is Discarded When Program Runs

Apr 21, 2010

1. When the program is running and if i save the data , it gets saved in the db. But when i close the program and again run it the data gets discarded

2. Say first i have saved the info about person 'A', and then When i Save then info of Person 'B', instead of the the details of B the details of A is getting duplicated[code]...

View 2 Replies

How To Change Program So That It Runs Off Of All Drives

Apr 18, 2010

For some reason, I can only run my program at college where I created it. It runs off of E:/ (usb port) so when I take it home, it won't run as at home, my E:/ is a CD Drive. How can I change my program so that it runs off of all drives?

View 4 Replies

Lightswitch Program Runs On One Machine But Not Other

Nov 10, 2011

I loaded a Lightswitch program on an XP machine and after load all of the updates it runs fine. I tried to load it on another XP machine with all of the updates loaded and it looks like it installs and it shows up under programs but it looks like it starts to run but then nothing happens, there are no new processes running.

View 1 Replies

Program Closes But Still Runs In Processes?

Apr 8, 2011

I have made a program that has an intro screen, moving onto an activity select screen which acts as the main interface to get around the program. After creating the program and installing it on my computer, when I close the program from the activity select screen, using the "X" at the top right corner, the program continues to run under "processes" in the task manager.If I close the program from the intro screen though, it will close everything, including the processes. Is there anyway I can get the same to happen with the game select screen? I can make it work by putting my own "End" button on the form, but id prefer to be able to do it with forms own close button.

View 5 Replies

Program Runs Locally In Vis Web Dev But Not On Server

Sep 10, 2010

I created a program in MS Visual Web Developer 2010. It has a form that simply launches a script that manipulates a database. The project lives in several files and they are all inherited so they see each other and it accesses a MSSQL Express DB on one of our servers.

When I F5-Run the project locally on my PC it works fabulously. When I copy it to a web-enabled (application) folder on the server it executes but almost my very first line of code fails with this error[code]...

View 1 Replies

Run A Program That Runs Fine On XP OS But It Won't Run On Vista?

Jul 17, 2009

I'm trying to run a program that runs fine on XP OS, but it won't run on Vista. I've tried to install msinet.ocx in the system32 folder, but it never works.I've tried to register with regsvr32 but it gives error I've tried to register with regsvr32 with cmd as administrator it's register the Activex Control but it gives error " Unexpected error "

View 1 Replies

VS 2005 Long A Program Runs?

Jul 22, 2010

I would like to know if there is a way to see how long a program runs. I have one that takes a very long time to run, which is not the problem. I start it and go to bed or leave for the day. When I come back it has finished. I do know it takes hours. Is there a way to find out how long it does take to run give or take a couple of minutes?

View 3 Replies

Change Mouse Cursor When Program Runs

May 23, 2011

I want the cursor to change when moving over pictures. Can it be done prorammatically? The solutions offered in the forum do not function. Changing the cursor in the property window of a picture is refused.

View 6 Replies

Create A Launch Sequence That Runs The Program?

Apr 29, 2011

I've been looking for a way to create a launch sequence that runs the program while simultaneously minimizing the IDE to the tray.I've been unable to find even a discussion on such.

View 5 Replies

Program Runs But Can Not Open Pdf Because The Published Folder?

Jul 15, 2010

I made a project that open pdf files in the debug folder. But when i am trying to publish it program runs but can not open pdf because the published folder doesn't contains the pdf files. How can i publish my project with all the pdf and swf files?

View 12 Replies

Program Runs Slowly After About An Hour And A Half Or So

Jun 29, 2011

I created a program that has 11 threads running simultaneously.Each thread runs a stopwatch and measures the amount of time that passes between the Start and Stop.There is no code between the start and stop, so most often, the result is 0 milliseconds.I noticed that INITIALLY, after a few minutes, the program would slow and the output to the RichTextBox would become disjointed.So, every two minutes, I have a timer execute and end the threads and restart them all.This seemed to help, however, after about an hour and a half, the program becomes more sluggish, evident in the stopwatches recording more instances over 0 milliseconds.Does this have to do with 'garbage collection' and is that even possible in VB .NET (I thought C only had that), or perhaps memory management?

View 1 Replies

Runs Program And Seems To Skip Whole Register Key Section

Mar 21, 2012

I've created my program, its all fine and dandy, only problem is i want it to start when windows does.i have read a few threads and adapted some codes.. i have this [code] now it wont let me debug, presumably because of admin rights. although when i navigate to myprogram's .exe and run as admin it runs the program and seems to skip the the whole reg key section .

View 6 Replies

Saving Checkbox State Between Program Runs?

Mar 16, 2011

Iam looking for a way to save a checkbox' state between runs. So that if a checkbox is checked and the program is the closed down, it will remain checked when the program starts up again and vice versa. I've found som deferent guides around the web but i cant seem to get it to work..

Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
Dim ExtApp As Integer

[code].....

View 5 Replies

VS 2008 - First Instance Of Program Runs Forever

Aug 9, 2009

I wrote a simple auto login script to update my IP address on a certain website. Something really strange is happening now though. The first time I run the program, nothing happens. However, the second time I run the program, that instance will work fine. Then I look in task manager, and the first program is still running, using a whopping 50% of my CPU. I believe VB may be blocking off memory or something, as when two instances are running each is using around 25% of CPU. Then after the second one successfully completes, the first starts to use 50% again.

Here's my code below:
Option Strict Off
Public Class frmTest
Private Sub frmTest_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code] .....

View 9 Replies

Save Variables To Be Recalled Next Time The Program Runs?

Nov 9, 2009

I am creating a very simple game for a project. There is opportunity for bonus marks, and one thing I would like to do is be able to "save" the game. The only thing I need to do is save about 4 variables to be recalled the next time the program runs.

What is the best way to do this?

I have searched Google, and there are ways to link the program to an Access database, but that seams a little extreme. I tried seeing if you can make an XML file to hold them, but I can't really find any good information.

View 8 Replies

Save/restore A Form And Controls Between Program Runs?

Jul 7, 2010

I have a complex form to allow the user to configure my app.

What's the best way to save the form state & reload when the program next runs.

I mean text he has entered in list boxes, the selected item of combo/list/radio, whether a checkbox is cheeked, etc

View 6 Replies

When Remove 'Not' In 'Loop While' Statement Program Runs Indefinitely

May 11, 2009

[code] The problem in my case, this is not working with this code. All I need are random numbers outside the above boundaries.Please note when I remove 'Not' in 'Loop While' statement, the programme runs indefinitely!!

View 11 Replies

Forms :: Get The Message That The Local Database Is Empty But The Program Still Runs?

Dec 27, 2011

I'm having an issue with the startup of my build app with vb2010.Let me explain what the situation is at the moment.

I have a form and a splashscreen. I use the application events (startup event) to check if there is a network connection, if so the splashscreen will run and it will check if the database is available, if this is the case, it will copy the online database to the local ms access database.If the startup check of the network is false, it the user gets a message that there isn't any network available and the program will try to run normal, then when the user clicks the ok button of that message, it will check if the local database has any records. If so the splashscreen will run and the program starts normal (without copy the database, because there isn't any network available).The issue that I am having is, that when there isn't a network connection and the local database is empty, (I do get the message that the local database is empty), but the program still runs, while it should exit.Here is the code of the application event:

Protected Overrides Function OnInitialize(commandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String)) As Boolean
Me.MinimumSplashScreenDisplayTime = 5000[code]......

View 19 Replies

IDE :: VB 2008 Express: Program Runs On PC But Stops Working When Trying To Run .exe On Another Computer?

Jun 3, 2011

And here I am with a new problem in my program When I debug it everything works fine (the buttons, progressbars, pinger, spambot, When I compile it and run the Executable file, it works too.When I run the Executable file on another computer (tried on 4 different ones) the program stops working and
I get this error:

{$ exception. "Failed to create the form For more information, see Exception.InnerException error: File or assembly ." Microsoft.VisualBasic.PowerPacks, Version = 9.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a "or one of its dependencies not found. The system can not find the file specified .."} System.Exception {System.InvalidOperationException}

[Code]...

View 1 Replies

Raise Event When A Sql Database Connction Changes When A Console Program Runs?

Jul 27, 2011

I have a VB 2008 console application .NET 3.5 who handles large data tables in a SQL 2005/8 database. Sometimes when SQL server do not response as application expect. Then SQL Connection change status from open. I try to get the event of changed connection string before error occurs.

1 - SQL Connection status changes from open to another status

2 - When this event fires a fix sub routine or function starts and fix the sql connection

3 - Return back where SQL Connection was when status was affected by program.

My app is a large list of SQL Commands who runs in a class orginsed as a simple list of sqlcommands.When a SQL Connection fails I will start at the last point in the program after SQL Connection are open again.

View 3 Replies

.net - Creating A Program That Runs As A Service And Submits A State To A Database (over The Internet)?

Dec 2, 2011

What I am looking to do is write a VB.NET program, as a service that reports anything on client1 that I want (say the fact it is online) to a database on the internet, so I can look on management1 and see the online status of the machine (assuming management1 has a connection to the online database).

What is being reported doesn't matter, what I am looking at is a starting point to create a system like that. I have googled obviously and come up with nothing, I'd just like a "starting point" or some documentation to look at for creating something like this. The service doesn't look too difficult but the periodic reporting of online status or ANYTHING to any kind of database is not something I am sure how to deal with.

I already have setup a VBS that reports information to an ASP script that then places it in a database but I don't know how I would create say a "keep alive" connection for a vb.net service.

View 1 Replies







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