come into possession of the operating system
-
not virus , a user run my application ,don't ask him to run others ,the clients sue .this is for MIS . Do you understand ?
No, I don't understand. What does 'don't ask him to run others' mean ? What's MIS ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
You're writing a virus ? What is your question ? What does your program do ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
No, I don't understand. What does 'don't ask him to run others' mean ? What's MIS ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
After you run my application ,the other application will be stoped .MIS(manager Information System).thank you .
Stopped as in a killed process, or as in stops doing anything ? What is Manager Information System ? What does this app of yours do ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Stopped as in a killed process, or as in stops doing anything ? What is Manager Information System ? What does this app of yours do ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Let's see - an anonymous guy won't tell me what his app is, or answer my other questions to try and figure out what his problem is. Should I be trying to help here ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Let's see - an anonymous guy won't tell me what his app is, or answer my other questions to try and figure out what his problem is. Should I be trying to help here ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Check how many articles I have on this site and then you decide. The problem is not who is and isn't a programmer, it's that you can't speak English ( which is not a crime ), and, more importantly, won't answer my questions. I still don't know if your program stops other processes from responding, or kills them. Did you understand when I asked you that ? Are you a programmer ? Apart from that, you're secretive about what your program does, and you're posting anonymously. You need to be less rude if you want to act like that and still get people to help you. Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Let's see - an anonymous guy won't tell me what his app is, or answer my other questions to try and figure out what his problem is. Should I be trying to help here ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
hmm my guess is that, he wants his users not be able to run any other applications while his application is running, it probably works like a "lock" on the clients' machines: while my app is running, you cannot alt-tab out, cannot browse files/folders on the hard disks, cannot access "my computer" or "control panel", cannot do whatever until my app is terminated. That I think is reasonable since computers in some public environments such as libraries or internet bars are acting like this, in a library you can use their computers to search for some particular books you needed, but you can't delete their files or run you own programs on that machine right? Anyway, to the original poster, I think you might want to develop a program that runs in "full screen" and "exclusive" screen mode and install global hooks to disable system keys, such as "alt-tab", "ctrl-alt-del", etc... I'm not good on those stuff, though.
-
hmm my guess is that, he wants his users not be able to run any other applications while his application is running, it probably works like a "lock" on the clients' machines: while my app is running, you cannot alt-tab out, cannot browse files/folders on the hard disks, cannot access "my computer" or "control panel", cannot do whatever until my app is terminated. That I think is reasonable since computers in some public environments such as libraries or internet bars are acting like this, in a library you can use their computers to search for some particular books you needed, but you can't delete their files or run you own programs on that machine right? Anyway, to the original poster, I think you might want to develop a program that runs in "full screen" and "exclusive" screen mode and install global hooks to disable system keys, such as "alt-tab", "ctrl-alt-del", etc... I'm not good on those stuff, though.
-
hmm my guess is that, he wants his users not be able to run any other applications while his application is running, it probably works like a "lock" on the clients' machines: while my app is running, you cannot alt-tab out, cannot browse files/folders on the hard disks, cannot access "my computer" or "control panel", cannot do whatever until my app is terminated. That I think is reasonable since computers in some public environments such as libraries or internet bars are acting like this, in a library you can use their computers to search for some particular books you needed, but you can't delete their files or run you own programs on that machine right? Anyway, to the original poster, I think you might want to develop a program that runs in "full screen" and "exclusive" screen mode and install global hooks to disable system keys, such as "alt-tab", "ctrl-alt-del", etc... I'm not good on those stuff, though.