There is a critical service in my machine which crashes once in a month. I want to write an application which monitors that process and if that crashes sends email, or SMS or if possible restarts the service. I am trying with Enumerating Process . But that doesn't seem to be the solution. thanx in advance
SiddharthAtw
Posts
-
Monitoring a process -
Application which shows graph of network traffic in a web browserif you familiar with any WebLanguage, I know perl/cgi just write the data into the file This I can do and notify that webpage about the data you have recieved from network to disply it on WebBrowser How to do this?
-
Application which shows graph of network traffic in a web browserHi! I want to develop an applcation in VC6, which detect and then plot the graph of network traffic. This graph should be avaialble to user on a web browser. I don't know where to start except somewhere I should be using winsock. I am Intermediate level in Win32SDK and beginner for MFC.I hate java and want to prove that better things can be accomplished using VC than that Lazy Java. Three Cheers for this forum and VC community
-
Terminal Across NetworkNeed suggestions for the problem preferrably in VC6: There are two machines A and B. A telnet(or SSH) to B.On logged in to B, B should give it's own window in Machine A. That is, B should be the owner of window in A. If it is something to do with XWindows or Xterm, I am not clear how exactly to hit the problem. :zzz: I hate that lazy Java
-
Windows across networkNeed suggestions for the problem preferrably in VC6: There are two machines A and B. A telnet(or SSH) to B.On logged in to B, B should give it's own window in Machine A. That is, B should be the owner of window in A. If it is something to do with XWindows or Xterm, I am not clear how exactly to hit the problem. I hate that lazy Java
-
Perl MessageboardOnce upon a time, people knew the earth was flat, once upon a time, people knew the no one can reach mars. once upon a time a frog of a well knew very well that his well satisfies his needs... One day there will be forum of Perl here as this is CodeProject not VC++CodeProject, and we both will charish it. God and dog both are made of three words. What matters is percpective. over and out. sidd
-
Perl Messageboard"CP is VC++ centric wheather you like it or not and you will hear the same thing from most of the ppl here." I waiting for the reply, by the way just got in support ;) "how many companies 1,2 or do they use DDK for Developing Device Drivers. I am not aware of DD being developed using Perl." I am not the right person to judge your awareness, but when you think about product development (which include search engines), perl,python and PHP is inevitable. But since microsoft support Perl, hence I suggested. "Then i would suggest forums for DDK, DirectX, ODBC, OpenGL, MFC, Win32SDK, GDI/GDI+, etc,etc." Ofcourse, you are welcome to give your suggestions a separate thread will be a better option. As at this depth, ur suggstion may not bubble out to the top. cheers Sid
-
Perl MessageboardThanx for supporting my views. Good to see some one listening to me.
-
Perl MessageboardMy dear Mr.Prakash! Since you don't know about Perl and guess you also have not a very good idea about codeproject. As U exclaim this to be VC++ centric website. I do appreciate your love for VC++ and CP, but just drum it into your mind that compnaies do use Perl for it's Windows device drivers. So if this site is promoted by MS, it should include Perl forum also. And one more tip to U Win32+Perl = you are king of system programming. cheers! siddharth
-
i have a simple question on terminating processesHi! But what Jeff Richter says, TerminateProcess() doesn't give a clean exit. Instead TerminateThread() or ExitProcess() can be used. TerminateProcess() is brutal.
-
Perl MessageboardHI! Why till now doesn't have a Perl messageboard.
-
urgent! plz helpIt has very severe error that it is without comments. And believe me my friend a code without comments is just a deadbody. cheers
-
Exe's involvedU mean to say that U don't have the code of the application. Then U are trying to do reverse Engineering. If yes? you are going to loose Ur hairs soon.
-
How to add toolbars to IE programaticallyUse the interface of IE explorer. It is well documented in MSDN.
-
recursive searching for a specific foldersearch for createtree view control in .net MSDN. Cheers
-
Windows MsgIf a new window is created it is WM_CREATE. No idea about application.
-
Exe's involvedBut breakpoints from the debugger. For more sophisticated debuggin use softice. Long live Matt Patrick
-
How to run a function every minute?Yes. this is should be the first choice, even before MSDN. Rather microsoft should trigger it with F1.:laugh::laugh::laugh:
-
Rmoving Sharing TabHi! As a system Administrator(for security) I want to remove the sharing tab (used for folder and file sharing) from a User enviornment. I know we have to set some parameter in Registry. Please tell me exact parameter to set or remove to make it happen. Is there any other way? According to my analysis it is the right which a user get by default. Hence I suppose above is the only way out
-
Making a macroU can't depend upon handle as they R dynmaic. So derive Windows handle from FindWindow(class name, WinText) kind of API. Use this handle in Ur SendMessage. Now U must be Pretty clear I think. Mind U there is no standard method of doing this. I derived this method after 2 months of shuffling with Charles Perzolt book. Highly recommended. One more just read the query posted by codeCharmer "Enumerating Dialog Controls". U have to adopt almost similar Algo. cheers Siddharth