VS 2010 Unlock Machine When The Application Receives The Unlock Command
May 13, 2010
My request is a difficult one. What I wish to do is unlock a machine when my program recieves a command. I have searced a lot and found nothing which helps. The reason I wish to do this is simple. I have created an application which allows me to send SMS messages to my computer via twitter. One of the commands is to lock the work station. This was implemented without any problem. However, I do not know how to unlock it when the application recieves the unlock command.
View 22 Replies
ADVERTISEMENT
Aug 7, 2010
At this moment, i am able to lock all the file path which taken from database. BUT, when i choose to unlock 1 particular file, it caused me some error.
View 7 Replies
Jul 9, 2009
Today i added the following method in office outlook 2007 visual basic IDE for 'ThisOutlookSession'.Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim strSubject As String
strSubject = Item.Subject
If Len(Trim(strSubject)) = 0 Then
[code].....
View 2 Replies
Jun 22, 2010
I have different query in access and vb.net.Sometimes record are inserted sometimes not.All coding is correct.when record is not inserted,it gives an exception that'could not open;database is locked'What is this exception???My database is not having password.
View 4 Replies
Jul 28, 2010
I would like to create a program which able to lock several files from unauthorized person to use and unlock it when the authorized person wants to use
View 12 Replies
Aug 30, 2009
How can we lock a file or folder so that it couldnot be opened by any1
View 6 Replies
May 2, 2010
I know how to display attached modules but how do i check if a file is locked by a dll.
View 1 Replies
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
Apr 22, 2009
is there a possible way using vb.net to lock and unlock PC Desktop? so that we will have restriction for each user? what code should i write?
View 4 Replies
Mar 5, 2009
i'm trying to Handle the Micosoft.Win32.SessionSwitch Event, so when Windows is going to be locked by the user, i will simply write a line to the console.When it's going to be unlocked, the same.
Here's the code:
Sub Main()
AddHandler Microsoft.Win32.SystemEvents.SessionSwitch,
_ SystemEvents_Sessionswitch()
Console.ReadLine()
[code]....
View 6 Replies
Feb 25, 2011
I want to find the wheather my machine(XP installed) is locked or unlocked today.
View 1 Replies
Feb 7, 2010
i want to build a software which can lock the computer (not to lock the computer as i lock in windows) and then another software that can unlock it.
View 5 Replies
Mar 25, 2009
I have a voice program that can compare voices to stored voice files and identify people based on that. It's not the most accurate thing, since being sick or other weird things can make it fail, but it does work for the most part. I was wondering if there was a way to keep the voice recognition running during an unlock and wait for the person who locked it to come back. Upon giving the command and voice verification, if it passes, the computer is unlocked by my program. Is there anyway to do this in VB.NET?Summary: Can a program unlock a computer after it's locked?
View 4 Replies
Jul 27, 2010
So far, i get know the way to lock and unlock file.. but in my project, i want to lock and unlock the *.exe program.
View 4 Replies
Dec 28, 2009
I'm trying to develop a decent answering software that can reply to anything that the person inputed. For example this would be in a chat software, when the user receives Hello? the chat program would reply to the sender "Hi, how are you?" or what ever the person away has set up.[code]
View 4 Replies
Jul 4, 2010
I want to make an app in VB Express 2010 that receives emails. Once an email is received the program would auto reply and send one line of text from a textbox. Then next to the line in the textbox it will put the email address of the recipient and a forward slash. So look at it this way.
Textbox1.text Contains
87077-91290-20228-65481-60901
69214-41847-57634-63453-48975
[Code]....
When that finishes then the next email that comes in would receive line 2 in the textbox and line 2 in the textbox would change like above. I think i can use a message queue from the tools in vb. And the email client is gmail.
View 3 Replies
Feb 20, 2009
I've had a search through a number of extremely useful articles on the forums, however rather than reinvent the wheel I thought I would ask if anyone already had what I am looking for..A simply little VB app that opens a session to a specific IP port and then writes to a test file everything it receives. If the connection drops, simply re-stablish it and keep listening for text to write to the file.
View 1 Replies
Jan 22, 2011
I have developed a VB 2010 express application that works on my windows 7 machine, but when I deploy it to other windows 7 machines the application will not run at all. I created an msi script to install the software on other machines and it includes the .NET 4.0 framework an all of my application dll's and such. Any idea what might be he problem?
View 2 Replies
Mar 11, 2010
I am trying to send a command to the external command line (cmd.exe) from the Windows form application that I'm writing in VB.NET (using VS2008).
I can only access the external program thru the command line (its not my program) and I must do so from a form app.
I am trying to use the following code. I am able to call a cmd.exe window, but I can't pass the command line my command.
Using mp As New Process
With mp.StartInfo
.FileName = "cmd.exe"
[Code].....
View 8 Replies
May 18, 2010
I have written a program and it seems to work fine when i am running it in the environment.When I create a program to distrubute to another computer it will not run.I thought it might be a problem with the other computer but I tried to install it on the same computer I designed it on and it will not run there either.When I run it a message box pops up saying "Application cannot be started. Contact to application vendor."[code]
View 5 Replies
Jun 5, 2010
I've compiled my application and started testing it on other machines.
It crashes instantly on every machine except the build machine - I'm fairly new to programing so any pointers as to where I would start would be great.
If I install VS2008 on the test machines it runs fine...
I'm using VS2008 on Windows 7 (x64)
Application is set to compile x86
An entry is made in the event log:
EventType clr20r3, P1 5xhruzlemrj2jn2wizvzp1qaljyuxwtl, P2 1.0.0.0, P3 4c0abff3,
P4 ssmc program,
P5 1.0.0.0, P6 4c0abff3, P7 12, P8 e9, P9 system.invalidoperationexception, P10 NIL.
[URL]
View 3 Replies
Sep 1, 2011
We are using a Windows 7 virtual machine as a testing platform for our VB 6 application. Th application utilizes an Access database.The application locates the database by looking at a configuration (ini) file.When I install the application on the virtual machine, it places a database where InstallShield directs it to and writes that path to the ini file. All well and good.However,somehow a second copy of the database is created in a user local folder.
If the user uses the "run as administrator" option, the application uses the database that is in the location designated in the ini file and that works fine. But if the user does not select the "run as administrator" option, the application apparently somehow attempts to use the local database and is unable to locate it.
Is this behavior is peculiar to the virtual machine, or is it something we need to be concerned about on "real" Windows 7 systems?If it is peculiar to the virtual machine, is there some way to get the virtual machine to behave more normally?
View 6 Replies
Jun 9, 2011
my database on sql server 2005.my application is completely working in my computer.but on other machine sql server 2005 login error.sql server does not allow remote server.please how can i load my application on other computer.
View 3 Replies
May 27, 2009
how to create a uninstall command for a Windows-based application in the Application Folder when creating a new setup project in visual studio 2008.
View 4 Replies
Jul 11, 2011
I have finish writing my codes for a project in VB, I now need to convert to an executable application that I can install on another machine.
View 2 Replies
Dec 15, 2011
I need to know how to run an application on client machines from a Central location for example from an application server?
View 3 Replies
Jul 14, 2010
When it is installed on a machine, it will run for all users. But for some users, it is unable to get some data from the database. I have found out that if it is run-as either administrator,or in winxp compatibility mode, it works. But if not, then some users have the problem.The database is in the same C: drive location as the exe, and it doesn't change from user to user.The computer is using windows 7 professional 32-bit.
View 4 Replies
Jun 2, 2011
how to deploy or to distribute the completed application in clients' machine in vb.net.. what if the dbms used in sql server 2005.. how about ms access.
View 1 Replies
Jun 14, 2011
My application works great on all computers here that has VS installed but it does not work on the machine that does not have VS.The app just crashes on start up with this message in the Event Viewer:
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException[code].....
View 4 Replies
Mar 17, 2010
We have a certain application installed on a single machine. I would like to enable/disable a button based on the existence of this application. Is there a way to check for its existence from asp.net?
the app is currently on an XP machine, but want to code for Win7 as well. VS2008 3.51. Asp.net
View 3 Replies