Click here to Skip to main content
16,005,209 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralChange the icon Pin
dnsl24-Feb-08 20:15
dnsl24-Feb-08 20:15 
GeneralRe: Change the icon Pin
Smithers-Jones24-Feb-08 21:23
Smithers-Jones24-Feb-08 21:23 
Generaldoubt in VB.Net "split" method Pin
MS Lee24-Feb-08 19:40
MS Lee24-Feb-08 19:40 
GeneralRe: doubt in VB.Net "split" method Pin
Mycroft Holmes24-Feb-08 19:57
professionalMycroft Holmes24-Feb-08 19:57 
GeneralRe: doubt in VB.Net "split" method Pin
MS Lee24-Feb-08 20:24
MS Lee24-Feb-08 20:24 
GeneralRe: doubt in VB.Net "split" method Pin
Mycroft Holmes24-Feb-08 20:41
professionalMycroft Holmes24-Feb-08 20:41 
Generalvb.net Pin
Member 125837324-Feb-08 13:50
Member 125837324-Feb-08 13:50 
GeneralRe: vb.net Pin
Dave Kreskowiak25-Feb-08 10:39
mveDave Kreskowiak25-Feb-08 10:39 
Member 1258373 wrote:
1)I want to see the Client Machines Performance and Networking details like what you get in windows Task manager using vb.net.


This can be done using the Process class, Performance Counters, and WMI. If the remote machines are in a domain environment, then the account your code is running under should have the appropriate permissions to the remote machines. If in a workgroup configuration, then you'll have to supply an appropriate username and password for EACH machine you want to connect to to get this data.


Member 1258373 wrote:
2) How to find the passives client. and From server I want to shout down these machines.


What do you mean by "passive client"?? Shutting down machines remotely has it's issues, since you'll need admin rights to the machines. Also, forcing a shutdown without knowing what the machine, and it's users, are doing is a "data loss" concern. You don't know, and can't find out, what the machine is doing or waiting for.


Member 1258373 wrote:
3.If any Illegal process started (Virus) the I want sent server to pop up alert Message for client machines.


There is no way for you to know that any code is virus related. This is better left up to a professional, enterprise virus scanning package that reports back to a central server. You'll have to keep this virus software up-to-date on a daily basis. If you attempt to write this code youreself, you will be greatly disappointed in the amount of work you have to put in to maintain it and keep it updated with the latest techniques for getting bad code to run. This is something that a single person, such as yourself, simply cannot do due to the number of viruses discovered every day.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




QuestionHow do you get environment params assigned to a user who's not logged in? Pin
rasarx24-Feb-08 11:05
rasarx24-Feb-08 11:05 
AnswerRe: How do you get environment params assigned to a user who's not logged in? Pin
Mycroft Holmes24-Feb-08 20:03
professionalMycroft Holmes24-Feb-08 20:03 
Generalobject linked Collection Pin
Eli Nurman24-Feb-08 9:07
Eli Nurman24-Feb-08 9:07 
GeneralRe: object linked Collection Pin
Mycroft Holmes24-Feb-08 20:06
professionalMycroft Holmes24-Feb-08 20:06 
QuestionCalculations on Input Form Pin
IvanIT24-Feb-08 4:57
IvanIT24-Feb-08 4:57 
GeneralRe: Calculations on Input Form Pin
Luc Pattyn24-Feb-08 5:06
sitebuilderLuc Pattyn24-Feb-08 5:06 
QuestionRe: Calculations on Input Form Pin
IvanIT24-Feb-08 5:12
IvanIT24-Feb-08 5:12 
GeneralRe: Calculations on Input Form Pin
Luc Pattyn24-Feb-08 5:28
sitebuilderLuc Pattyn24-Feb-08 5:28 
GeneralRe: Calculations on Input Form Pin
IvanIT24-Feb-08 7:39
IvanIT24-Feb-08 7:39 
GeneralRe: Calculations on Input Form Pin
Luc Pattyn24-Feb-08 7:52
sitebuilderLuc Pattyn24-Feb-08 7:52 
GeneralRe: Calculations on Input Form Pin
Mycroft Holmes24-Feb-08 20:13
professionalMycroft Holmes24-Feb-08 20:13 
GeneralRe: Calculations on Input Form Pin
Luc Pattyn25-Feb-08 2:07
sitebuilderLuc Pattyn25-Feb-08 2:07 
GeneralChoosing a Default Date in a Date Time Picker Pin
AAGTHosting23-Feb-08 14:17
AAGTHosting23-Feb-08 14:17 
GeneralRe: Choosing a Default Date in a Date Time Picker Pin
Christian Graus23-Feb-08 14:32
protectorChristian Graus23-Feb-08 14:32 
GeneralRe: Choosing a Default Date in a Date Time Picker Pin
darkelv23-Feb-08 18:26
darkelv23-Feb-08 18:26 
General"Snap" to other forms with UpdateLayeredWindow and WndProc Pin
winmedia23-Feb-08 9:29
winmedia23-Feb-08 9:29 
Questionsimulated table Pin
Aaliyaa23-Feb-08 5:52
Aaliyaa23-Feb-08 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.