Shutting Down/restart Client System?

Jul 31, 2009

pls. I am currently developing a project to monitor client system from the server using Visual Basic 6. my question is How can i list the entire client on the network and possible track each actions on every system and possible shutdown/restart the client remotely from the server

View 3 Replies


ADVERTISEMENT

Deployment :: App Not Shutting Down On System Reboot End Now Message

Jun 29, 2009

I wrote a program that is a system tray app that has no user interface. The issue is that when you shutdown, log off, or restart the PC the app does not shutdown and the user has the "End Now" message box pop up.

The only thing running on this app is that it is listening to a port for communication.

I do not have any code in the form closing event as that is what I want just to close.

View 5 Replies

Unknown Software Error And Shutting Down The System?

Jun 16, 2010

We have a windows services created in .Net and it was working well. Suddenly it created the attached error and it shuts down the system. We are writing log files also and No error found in log file also

View 3 Replies

VS 2008 System Restart Corrupting Files?

Nov 30, 2011

I'm coding an application, it gets you some info and then saves in a .txt file like every 10 seconds on a timer. Testing the app, everything goes okay, on "accidental" application exit it goes well doesn't "corrupt" the file that I'm saving. But on "accidental" system restart the file just turns blank. 0kb, nothing in it. I don't get it. Here's my code about the file I'm talking about, it's a simple streamwrite function.

[Code]...

View 20 Replies

Php - Automatically Restarting A Chat Server Application On System Restart?

Jul 22, 2009

I developed a chat application with an attendant chat server. Everything is working fine. The issue now is the fact that whenever the chat server goes down (for instance, the server system shuts down as a result of power failure or some other problem), by the time the server system come back on, the chat server would have to be restarted manually.

I believe (and I know) it is more appropriate for the chat server application to restart itself when the computer comes back on (and of course regardless of who is logged in and of course, even before anyone logs in). I have a batch file that executes the chat server. My attempt was to create a windows service that start automatically and runs this batch file using a Network Service account on the server system. Although, I'm having a hard time with this (temporarily), I would love to ask if there are any alternatives to using a windows service.

View 3 Replies

Build System Inventory To Server - Client System

Jun 3, 2011

how to build system inventory that multiuser..1 server and 1 more is client using lan connection..i dont no keyword to search in google..

View 3 Replies

VS 2008 Turn Winsock Chat System Into A Multi-client Chat System?

Mar 25, 2011

i have made a client and server chat system in VB 2008 with winsock,it's a one to one chat and works perfect fine, but do anyone know how to turn it into a multi-client chat system? Code in below: Here is the code for the server:

[Code]...

View 3 Replies

Application Not Running On Client System

Jun 21, 2010

I have developed a vb.net database application(desktop application with sql 2005).I managed to create setup files(.msi) which is running on my pc.but when i install this application on my client system the application is running but all database operations fails.

View 6 Replies

Install On Client System To Run .net Application?

Jun 22, 2010

Is it necessary to install .net on client system to run .net application?

View 1 Replies

Server And Client Login System

Apr 30, 2010

I am trying to make an Instant messaging program for work purposes, and have decided on creating a server and client based system, but I dont have much experience with the namespace system.net.sockets. could anyone possibly link me to some source code or give an explanation of how this namespace operates and put me on the right path?

View 2 Replies

.net - Page Cannot Display Error On Client System?

Nov 25, 2010

I'm using windows server 2008 & IIS 7.0 to deploy the my vb.net 3.5 application. I'm successfully able to run the URL on my server.Same URL having IP address & port number configured is not working on client system.

It is showing IE default error message as "page cannot display"

View 1 Replies

Download The File Into The Server To Client System?

Feb 26, 2009

How I Can Download The File Into The Server To Client System In Vb.Net Appliction

View 1 Replies

How To Make A Server / Client Billing System

Dec 21, 2010

anyone can teach me how to make billing system which is server - client.i will put the sql database to one pc then clients - the gui system.i want to run may system from other pc then connect to sql database which in another pc..

View 1 Replies

Install A .NET Windows Service - This Is Not Available In The Client's System?

Feb 8, 2006

I have written a VB.NET windows service application. I installed it in my system using the Installutil.exe. But this is not available in the client's system because the .NET is not installed in that system.Is there any way to install the .NET windows service application without the Installutil ?

View 4 Replies

System.Net.Sockets Namespace - Use For A Chat Client?

May 31, 2009

How would I use this for a chat client? I'm not sure where to even start and the internet is helping me find much about it.

View 4 Replies

Writing A Telnet Client Using System.net.tcpclient

Aug 18, 2010

This isn't working for me when I connect to my solaris box

The server is sending back

Imports System.Net
Imports System.Net.Sockets
Imports System.Text

[Code]....

View 2 Replies

DB/Reporting :: System Data - SQL Client Permission Error

Oct 12, 2004

When I am trying to connect to database from VB.net, I am getting error.
This is my code.
Public g_Conn As new SqlClient.SqlConnection
With g_Conn
.ConnectionString = "user id=sa ;data source= CCTSRV8; " & _
"persist security info=True; " & _
"initial catalog=pubs ;password=mrwizard"
.Open()
End With
I am getting system.data.sqlclient.sqlclientpermission error.

View 11 Replies

Deployment :: System.invalidOperation On Client Computer Install?

May 4, 2009

I have converted a Windows Forms VS2003 application to VS2005 and then to VS2008. It includes a setup project for deploying on the client computer (the regular installer, not click once). It works fine when I run it on my computer, either in VS or if I install using the setup installer. But when I install it on the client computer and then try to run it, I immediately get a System.InvalidOperation exception. I put in debug code before my code but it fails before it gets to any of my code. Both computers are XP. The client comptuter actually has VS2003, though it is not used.

I have tried it with either the 2.0 framework or the 3.5 framework (and included those as prerequisities) but neither makes a difference (and I did set that in the Launch conditions, as well as in the Advanced Compile Options). The application uses CrytalReports for VS.

I don't think I can run JIT debugging on the user computer due to permission issues. Are there any other debugging things I can try to narrow this down or has anyone encountered this.

View 1 Replies

Install OracleClient In The Client System For Running Application?

Mar 4, 2010

I have developed a windows application which connects to Oracle Database and upload and retrieve data (using System.Data.OracleClient). It is working fine in my developement system. When I build a setup and deploy in another system, it is giving error that Oracle Client is missing.

Do I have to install Oracle Client in the client system to run my application?
(When I visit Oracle site for Oracle Client, it is asking me to download a 200 MB file)

Is there any other way to do this with out installing Oracle Client in the client system?

View 4 Replies

App Prevents WinXP From Shutting Down

Sep 16, 2010

My app is a tray icon which scans the Outlook Inbox periodically. It seems, from testing in my VMWare WinXP machine, that the app stops Windows from shutting down. I press StartShutdown but nothing happens. I have to exit the app first then StartShutdown will shutdown the PC.

[Code]...

View 1 Replies

Detect Windows Shutting Down In .net App?

Sep 5, 2011

I am using WM_QUERYENDSESSION to detect Windows shutting down in my vb.net app, but the complexity is that I need to quickly load a console application during this code to do some cleanup. It is looking like the console
application is not even loading, even though I can cause delays in the vb.net code. Is there a way to do this?

View 2 Replies

Shutdown -s -f -t 00 Is Not Shutting Down Completely

Jan 8, 2010

I have a program with the line process.start("shutdown", "-s -f -t 00") However, when it's executed, everything exits, and the logging off text appears, then the screen blackens out and there's only the mouse pointer. Nothing can be done like opening the task manager, I just have to shut it down using the main button, holding it for 7 sec.

View 12 Replies

Shutting Down All Processes Of Certain User

Sep 25, 2010

I need an example code which shuts down all processes of a certain user and where some processes can be excluded.

View 11 Replies

Shutting Down Network Computer Through WMI?

Jul 25, 2010

Im trying to shut down the other PC on my local network through VB.net.. But whenever I run it.. It always says " CANNOT CREATE ACTIVEX ".. How can i solved this problem? By the way im using Windows XP..

Dim strComputer
Do
strComputer = InputBox("Please enter the computer name you want to reboot", "Input")

[code].....

View 3 Replies

Stop Application From Shutting Down?

Jul 7, 2010

I have a windows forms application that has no form and it runs in the background. It using a webbrowser control to get information off the internet.The program is that when I add the event handler:webbrowser.documentcompleted the program just shuts down. If i put a message box after the event handler then it works just fine because the webrowser has time to load the document. How can I do some like console.readkey that you would do in a console application?

View 11 Replies

How To Install Application Project Into A Client System With Sqlserver Database

May 3, 2012

i am doing school software projects in windows application. now i want to install. this project to my client place. i can able to convert my application in to EXE using setup project. The problem for me is the database. i am using sqlserver 2005. i don't how to install my database and table into the client computer. is there any way to copy the database. if anyone have any idea about how to install my database i have create for that application into client computer.

View 1 Replies

Client-Server-Client Multithreading - Instant Message Another Client

Jun 21, 2010

We are creating a Who wants to be a millionaire style game in VB. Our server is pulling information such as questions and answers from a Access Database and sending them to the contestants (Clients). All transfer of information is directly from the server to each client. One of the "Life Lines" we want to use is "Ask a friend", where one client is able to Instant message another client for a short time to get help on the question.

[Code]...

View 2 Replies

Close Application When Computer Is Shutting Down?

Mar 17, 2009

I have written an application that sits in the systray and monitors a database for me. The problem is that this application is stopping some of my clients computers from shutting down, I assume because the app is still running when the computer is trying to shut down.

What I need to know is if there is a way that my application can tell when the computer is shutting down, so that I can close my application and therefore allow the computer to shut down.

I am only running my app on Windows O/S e.g. 2000, XP The application is written in VS 2005, .NET 2 and VB.Net language

View 2 Replies

Program Stops Windows XP From Shutting Down

May 7, 2009

I was in correspondence with someone using my program and he verified that on his system, XP won't shutdown/restart either if my program is running.

Basically what happens is when XP gets to my program in the shutdown process to terminate it, the whole shutdown/restart just stops. I have to exit my program, then start the shutdown again.

The person sent me an image of some threads that were still running after the shutdown process halted and I was curious if anyone might be able to shed some light on this info and what to do about these threads.

These are the threads that are running and what they do: mscoree.dll - a module containing the .NET Framework functions. mscorwks.dll - Microsoft .NET Runtime Common Language Runtime gdiplus.dll - contains libraries for the GDI graphics interface.

View 21 Replies

Windows Service Shutting Down Cause Of Being Idle

Jun 22, 2009

I've build a vb.net windows service which does nothing but ping a wcf webservice and handles sending a maintenance request to this same webservice at night time. It does both tasks using a timer event. If the service does nothing but these two things it says at startup that it's shutting down cause of being idle. The windows service thread needs something todo.[code]....

View 2 Replies







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