User Profile
Collapse
-
i am sorry i cannot understand that what type of application should i install on every machine. please give me information taht what technology of .NET should i use to develop this application. -
how do i check check system is running of off.
i want to check in minimum possible time by transfering minimum data to other system to check that the sytem is running or it is off.
For example:
i have IP Address: 198.162.11.200 and i want to check that the other systems with IP Address 192.168.11.84 to 87 are running or off,
Beside this i would also be able to check this status from any system.
i donn't know how is it possible some body please help... -
have u found out top process by wmi -
thanks for help, i got your point, and now i am doing research to get SDK of my cell phone and later i will post question in case of any problem.
thanksLeave a comment:
-
thanks for reply, obviously i can send sms via connecting my blue tooth device with my cell phone, but i donot know how to dial cell number from c# application.Leave a comment:
-
how do i dial a cell number from c# application.
how can i dial a cell number from c# application regardless whether it is console or window application, i also want that the number dialed from application should be visible on screen of my cell phone.
how could i do it
thanks -
balach replied to what is the wmi query to get top most process that is taking max cpu and memoery usagin C Sharpi don't want to close any thing, but i want to get the process name that is taking maximum cpu usage and also memory usage.
i want to get some help regarding its query mostly we use this query
Select * from Win32_Process where name = 'googletalk.exe ' '");
to check if this process is running.
i want to check the process name that is taking maximum utilization of system memory.Leave a comment:
-
balach started a topic what is the wmi query to get top most process that is taking max cpu and memoery usagin C Sharpwhat is the wmi query to get top most process that is taking max cpu and memoery usag
hi,
what is WMI Query to get top most process name that is taking maximum cpu usage and memory usage.
what is the syntax for wmi query and also which of win32 api will be used to call that process.
thanks -
hi,
what is WMI Query to get top most process name that is taking maximum cpu usage and memory usage.
what is the query and also which of win32 api will be used to call it, -
hi,
what is WMI Query to get top most process name that is taking maximum cpu usage and memory usage.
what is the query and also which of win32 api will be used to call it, -
balach started a topic how do i abort a process of any thread that is taking time more than 8 seconds.in .NEThow do i abort a process of any thread that is taking time more than 8 seconds.
hi all,
i am using this code to initialize and assign it to a process, i am calling a thread on every 10 Seconds to fire vbscript file, this activity is performed on "timer1_Tic k( )" event and give me required information. some times i face problem that the second thread associated with "Dummy.vbs" script file, do not reach at specified remote machine, and give error message after 45 seconds to 1 minute,
... -
balach started a topic how to get the value returned by runing this script in textbox or label of HTML pagein .NEThow to get the value returned by runing this script in textbox or label of HTML page
hi dear,
some body please guide me in this problem that,i am using the following "vbscript" to get the free space of "C" Drive in Megabytes. when i copy this code and save as "Diskspace. vbs" then scipt file will be created as like "Mydisk.vbs ". the following is vbscript code.
vbscript code:
Const CONVERSION_FACT OR = 1048576
Set objWMIService = GetObject("winm gmts://102.223.141.126 ")... -
thank you very much to all, giving me best possible cases for accessing remote system's information, but i do not wnat to do any configuration on remote system, as mentioned in the last post, sent by "DeepBlue".
here, what i desire, without doing any configuration on remote system, by using any method of c#.NET, how do i get remote System information as like CPU usage, Memory Usage of remote system.
...Leave a comment:
-
thanks for answers, but unfortunately problem is still there, i have checked all of the scenarios delivered by "jg007" and "plater" with this additional scenario, as given at this url
Even this url has also not solved my problem
my program is still giving this error "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)"
this error is generated on this line of code...Leave a comment:
-
thanks alot ''Dirtbag" for answer but, when i give the IP address(10.15.2 4.30) of my friend's computer in "management scope" as like in code below to check my friend's memory usage at that specific time, then it gives error that" RPC server is not connected or not responding" i think that it is an exception that is fired, and i am unaware to handle this exception to fulfil my requirement that is named as the title of this...Leave a comment:
-
i require MAC address of client not server.
hi all;
i require that after click on button of page the "lblCLMAC.T ext" should get populated the MAC address of that system on which the button of that page is pressed, not the MAC address of Server.
...Code:// This code i am doing on Button click event Button_click() { ManagementClass mgmt = new ManagementClass("Win32_NetworkAdapterConfiguration"); -
i want to get memory usage of client through IP address.
hi all;
i am new in .NET and i am assigned work like this.
my question is that, 3 clients are connected wtih server on LAN, i want to get the cpu usage and physical memory usage of one client on another client,
i more specify my questin that, i have IP address 10.15.24.10 and the IP of my friend is 10.15.24.30, from my system i just pass IP Address of my friend's system and i get cpu usage and physical memory... -
thanks alot "dirtbag", i was missing to add reference in my project. this was little thing but i was much confused.
GOD BLESS ULeave a comment:
-
thanks, for answer but i am unable to use "System.Managem ent" in .aspx pageLeave a comment:
-
No activity results to display
Show More
Leave a comment: