Windows - Program Display Even While Computer Locked?

Nov 6, 2009

I have a program that occasionally pops up on the screen and displays a message, using vb.net. Is there a way to have it run and display even if the computer is locked or no one is logged on?

View 4 Replies


ADVERTISEMENT

Sendkeys While Computer Locked?

Feb 26, 2007

Is there any way to send keyboard input commands when computer is locked to a particularwindow

View 2 Replies

Shut Down The Computer When System Is Locked?

Nov 12, 2009

I've noticed that a few download management programs do this, like uTorrent for example, where you can set it to shut down the system when the download(s) complete and I would like to implement this in my app as well.Right now I'm usingProcess.Start("shutdown.exe", "-s -t 05")which works fine if the user is logged in, but my home computer has the screen saver set to lock the computer in which all my app does is exit but the system doesn't shut down like it does when it's logged in.

View 2 Replies

Resolved Shut Down The Computer When System Is Locked?

Sep 21, 2010

In uTorrent the system shuts down whether the user is logged in or the system is locked, how is that possible?Also I would like to know how to detect if the system is locked or not because if they are logged in I, like uTorrent, would like to prompt the user that the system is about to shut down and give them 30 seconds to cancel it.

In addition to
Process.Start("shutdown.exe", "-s -t 05")
I also know about

[code].....

View 3 Replies

Start A Form When Computer Is Locked (2010)?

Dec 27, 2011

I want to know how i can make my application (which i created in visual basic 2010) start up when the computer is locked So as to act as a Lock Screen...

View 3 Replies

VS 2008 : Shut Down The Computer When System Is Locked?

Nov 12, 2009

I've noticed that a few download management programs do this, like uTorrent for example, where you can set it to shut down the system when the download(s) complete and I would like to implement this in my app as well.

Right now I'm using

Process.Start("shutdown.exe", "-s -t 05")

which works fine if the user is logged in, but my home computer has the screen saver set to lock the computer in which all my app does is exit but the system doesn't shut down like it does when it's logged in. In uTorrent the system shuts down whether the user is logged in or the system is locked Also I would like to know how to detect if the system is locked or not because if they are logged in I, like uTorrent, would like to prompt the user that the system is about to shut down and give them 30 seconds to cancel it.In addition to

Process.Start("shutdown.exe", "-s -t 05")

I also know about

<DllImport("user32.dll")> _
Public Shared Function ExitWindowsEx(ByVal uFlags As Integer, ByVal dwReason As Integer) As Integer
End Function
Call ExitWindowsEx(1I, 0I) 'Shut Down

but this doesn't shut down the system if it's locked either.

View 3 Replies

Designing A Windows Based Computer Program That Will Allow A User To Enter Some Number (n)?

Dec 10, 2010

I need designing a Windows based computer program that will allow a user to enter some number (n) and a choice of a count up or count down for that many numbers. So for example, the user enters 5 as their number and selects the count down option, the message box displayed would contain the message: "Here are your numbers: 5,4,3,2,1,0"

View 7 Replies

VS 2008 Catching If Windows Has Been Locked Then Unlocked?

Aug 23, 2009

My application i am using on another computer (Windows Vista) has got a screenshot code inside a timer of 10 seconds. It works perfectly until the user Locks Windows.

When the user locks windows or switches user then the application throws a hissy fit and errors because it cannot take screenshot pictures.

Is there a way i can tell if the computer has been locked and the been unlocked

This way i can have a timer of 1 second and if the computer has been locked then the timer for the screenshots can been stopped , and then when the user logs back in the timer can restart.

View 3 Replies

Access The Data Coming To The Computer From The In-built Bluetooth Module Of A Computer On Windows Platform?

Feb 4, 2011

i have encountered a problem, i want to access the data coming to the computer from the in-built bluetooth module of a computer on windows platform, this data has been sent by a remote bluetooth module say a by an autonomous device (just like a bluetooth mouse connecting to the computer). The to be sent is in the form of numbers and i need these to manipulate on the computer.

View 6 Replies

VB - Desktop Computer With Cable Connection On Back Allows To Watch TV On Computer Using Windows Media Center

Jun 12, 2010

I have a desktop computer with a cable connection on the back that allows me to watch TV on the computer using Windows Media Center. I had the idea of writing a program that would access this feed and send it to another computer (laptop) via my network. That way I would be able to watch TV from anywhere that my network spans. I have no idea if this is possible or how I would even do it,

So I have three questions.
1: Is it possible?
2: How would I go about access the feed?
3: How would I send it over the network?

My original thought was doing it in Flash, but I'm not very good at Flash so I wanted to do it in VB.Net.

View 2 Replies

Create A Hardware Locked For Program?

May 30, 2009

I have this delphi code that requires the hardware ID to match the hardware it is running on

Code:
program Project1;
uses
Windows;

[Code]....

How can i create one for VB 2008 or can anyone convert this to VB 2008?

View 4 Replies

Program To Ignore Size Set By Display On Windows?

Oct 5, 2009

Whenever a person adjusts how big they want there display, it will distort my application, it will make images overlap and will make text bigger.

Is there some code I can do to tell my program to ignore the size set by the display on windows?

View 4 Replies

Display Text On Image In Windows Based Application Using Program?

Dec 13, 2010

How can i display text on image with 270 degrees format in windows based application using vb.netv

View 3 Replies

Connect To Remote Computer And Display The Status Of Process Running On Remote Computer?

Dec 27, 2009

I'm trying to develop a windows application where i can get connected to remote server and look for process state going in remote server.We have many remote servers where automatic installation of software going on. We have an xml file(installstatus.xml) where it tells us at what stage the installation is (Example : Inprogress , Completed, Failed.)

So our aim is to develop a windows application where i can get connected to that servers and look for their installation status(may be we can use installstatus.xml to look for installation status). Every time i connect to a server, the server information should get stored in XML file(i want to create a xml file where all the servers list i connect to should get stored)

The UI at left side should will have list of servers i can connect to. When i get connected to server, at right side of UI, i want to display the status of installation (In progress, failed , completed).

View 1 Replies

How To Transfer Files From 1 Computer To Computer With Program

Nov 18, 2010

how to transfer files from 1. computer to the computer with the program made in visual studio 2008 (visual basic)

View 3 Replies

Tell When Remote Computer Is A Windows Computer?

May 3, 2010

We have an VB.NET VS 2005 application that goes out and connects to remote computers on the network to gather information about the running services, processes, etc.

However, not all of the computers and servers are Windows boxes, and this is causing us some grief.

Is there a way in VB .NET to determine if a computer is running a Windows OS before trying to make a connection to it?

View 6 Replies

Get An External Computer's Computer Name In Program?

May 2, 2012

This would be easier if I were able to have the external computer get its own name and just pass it to a web service as a variable, but I'm not able to do that right now. There are a variable number of computers from several different entities that regurarly access a web service on one of our servers. Changing only some VB.Net code on the server and nothing at all on any of those external computers, how would I be able to get their names programmatically in VB.Net?

View 2 Replies

WebBrowser And Locked Control - Click The Link With "target="_blank" The Program Will Open A New Tab?

Apr 27, 2011

1. on my properties form i do locked "True" but i can still resize or move the form so what's the problem?

2. I created a new Web browser with a tab control, Now if you click the link with "target="_blank" the program will open a new tab
It's my

[code]...

But then I have a problem, the second window i I opened shows a white page, and so on...

View 1 Replies

Computer Specs Display In Textbox

Jan 30, 2010

As a part of my project i need a Form which will display the users computer Stats.

E.g. Textbox1 will say howmuch ram they have.

E.g. Textbox2 will say they're current OS. You understand where im going here?

View 2 Replies

Display Text Like A Computer Was Typing It Itself?

Jan 7, 2012

I am createing a console application and I was wondering if there was a way to display text like a computer was typing it itself. In further detail, if i wrote the line,Console.writeline("pie")console.read, and then i started the app, it would type each letter a quarter second or so apart, not just display the text. So it would first display p, then a couple miliseconds later it displayer i, and then e.

P.S the video game fallout has a feature where there are computers in the game are displayed how i want my text to come out. Look up a video of it.

View 4 Replies

Calculate And Display The Current Frames Per Second On A Computer?

Apr 13, 2010

I want to be able to calculate and display the current Frames Per Second on a computer.Now I do have a bit of code, though, it seems to be locked at 65fps (screens refresh rate?).Here is what I have:

'calculate Frame Rate
Public Shared Function CalculateFrameRate() As Integer
If System.Environment.TickCount - lastTick >= 1000 Then
lastFrameRate = frameRate[code]....

on the fps form, it is just a simple form with a label in it.

View 6 Replies

Forms :: Listview And Columns - Display All Services On A Computer Into Column

Oct 16, 2009

I'm trying to display all services on a computer into column 1 under Processes and column 2 as services. I can't figure out how to do this with the WMI statements.

Here is my code......

Private Sub OKButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OKButton.Click

[CODE]..................................

View 4 Replies

Computer Back To Original Windows Xp?

Mar 26, 2012

wizards of the web i have a problem with my computer i no long have windows xp i have a beta product that is no good an i would like to return my computer back to its original windows xp how do i do that for my computer?19slim69

View 2 Replies

Get Physical Address Of Computer Having Windows 7?

Oct 10, 2009

how to get physical address of computer having Windows 7.

View 8 Replies

Log A Windows User Into A Remote Computer

Mar 27, 2012

Here is what I am doing: I have several servers that are used to run a piece of software. The software is started using a scheduled task. I can have up to three instances of the software running using three scheduled tasks, and three logged in users. Currently I am using a separate program running on two additional servers to make sure these two additional users are logged in, the scheduled task will not run if the user is not logged in. This separate program uses a saved Remote Desktop Session to make sure the users are logged in.

[Code]...

View 1 Replies

Unlock Computer / Windows Account?

Feb 26, 2009

I was wondering if anyone knows if there's a way to programatically unlock the currently logged in account (i.e. when the user hits Windows + L), or even to just unlock the screensaver password.

View 1 Replies

Communing With Remote Computer - Call And Display The Video With Audio On Form

May 19, 2009

I want to write an application which will call the remote computer. I mean when I click on call button on my form it should call the remote computer which I want to call and display the video with audio on my form. something like making video call.

View 8 Replies

Display A Windows Form BEFORE "Startup" Form Is Loaded In Program?

Dec 20, 2010

My company's main software package includes a hefty configuration library which loads on startup. This config library includes some mandatory settings which, if not supplied (via command line arguments), cause the entire application to exit.

This has never been an issue for our users, who launch the software via scripts which have the needed command line arguments supplied automatically. But sometimes when debugging our software we developers forget to specify the necessary arguments in Visual Studio's debug options; it's then very annoying to be greeted with the message Config specification invalid -- missing required parameters X, Y, and Z -- shutting down (I'm paraphrasing, of course).[code]...

View 2 Replies

Computer Is At Login Prompt - Windows Service?

Sep 17, 2010

I am writing a Windows Service that will shut the machines down in my domain at 6:00 PM every night. I just want to do an If/Then statement to see if someone is logged into the machine before I shut them down. For example: If Machine_Is_Logged_In = True Then

Do Nothing Else Shut Down The Machine I've been searching for the syntax but can't find it. I've tried both "isauthenticated" and "my.user.name = "" " but nether of these work.

View 5 Replies

Computer.FileSystem.FileExists Fails In Windows 7?

Aug 29, 2009

My.Computer.FileSystem.FileExists(g_DbFolder & "MyDB.sdf")returns false for this existing database in Windows 7 64bitYet when I boot back into Vista Ultimate/(rip off) 64bit the database is properly detected.

View 9 Replies







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