Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 7:58
crash8931-Jun-07 7:58 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 8:03
kubben1-Jun-07 8:03 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 8:10
crash8931-Jun-07 8:10 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 8:21
kubben1-Jun-07 8:21 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 8:45
crash8931-Jun-07 8:45 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 8:51
kubben1-Jun-07 8:51 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 17:37
crash8931-Jun-07 17:37 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben2-Jun-07 0:55
kubben2-Jun-07 0:55 
Well, not that this is a great solution, but since they are both running on the same box. You should be able to set up something like this:
The application in question writes out a datatime stamp to some file. The find and kill application checks after a few minutes if it still hasn't see anything from the app then it kills it. Now I know this is winword so maybe writing out that datetime will be hard, but you kind of need the application to regularly do something so you know it is there. If you are writing out to files, of course you need to make sure that you clean them up as well. Anyway, maybe not a great idea, but an idea.

Ben
GeneralRe: shortcut to trigger event when not in focus Pin
crash8932-Jun-07 6:52
crash8932-Jun-07 6:52 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben2-Jun-07 8:10
kubben2-Jun-07 8:10 
Questionlist all running proccess in a textbox Pin
crash8931-Jun-07 6:24
crash8931-Jun-07 6:24 
AnswerRe: list all running proccess in a textbox Pin
kubben1-Jun-07 6:30
kubben1-Jun-07 6:30 
GeneralRe: list all running proccess in a textbox Pin
crash8931-Jun-07 7:43
crash8931-Jun-07 7:43 
GeneralRe: list all running proccess in a textbox Pin
kubben1-Jun-07 7:44
kubben1-Jun-07 7:44 
GeneralRe: list all running proccess in a textbox Pin
crash8931-Jun-07 7:46
crash8931-Jun-07 7:46 
GeneralRe: list all running proccess in a textbox Pin
kubben1-Jun-07 7:47
kubben1-Jun-07 7:47 
GeneralRe: list all running proccess in a textbox Pin
crash8931-Jun-07 8:02
crash8931-Jun-07 8:02 
QuestionGiving read,write access to a file Pin
xbiplav1-Jun-07 6:15
xbiplav1-Jun-07 6:15 
AnswerRe: Giving read,write access to a file Pin
originSH1-Jun-07 6:27
originSH1-Jun-07 6:27 
GeneralRe: Giving read,write access to a file Pin
xbiplav1-Jun-07 6:39
xbiplav1-Jun-07 6:39 
GeneralRe: Giving read,write access to a file Pin
Dave Kreskowiak1-Jun-07 6:49
mveDave Kreskowiak1-Jun-07 6:49 
AnswerRe: Giving read,write access to a file Pin
kubben1-Jun-07 7:20
kubben1-Jun-07 7:20 
QuestionString.LastIndexOf(string character, int startIndex, int count) BUG ??? Pin
Stevo Z1-Jun-07 5:13
Stevo Z1-Jun-07 5:13 
AnswerRe: String.LastIndexOf(string character, int startIndex, int count) BUG ??? Pin
codemagus1-Jun-07 5:15
codemagus1-Jun-07 5:15 
GeneralRe: String.LastIndexOf(string character, int startIndex, int count) BUG ??? Pin
Stevo Z1-Jun-07 5:18
Stevo Z1-Jun-07 5:18 

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.