Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SDK Timer Syntax Error Please Help Pin
Joaquín M López Muñoz17-Jun-02 22:28
Joaquín M López Muñoz17-Jun-02 22:28 
GeneralWhen to know when button has been pressed Pin
17-Jun-02 18:03
suss17-Jun-02 18:03 
Generalstupid question Pin
17-Jun-02 17:56
suss17-Jun-02 17:56 
GeneralRe: stupid question Pin
17-Jun-02 17:58
suss17-Jun-02 17:58 
GeneralRe: stupid question Pin
17-Jun-02 18:30
suss17-Jun-02 18:30 
GeneralRe: stupid question Pin
17-Jun-02 18:26
suss17-Jun-02 18:26 
QuestionCatch a file notification ? Pin
dgtuan17-Jun-02 17:52
dgtuan17-Jun-02 17:52 
AnswerRe: Catch a file notification ? Pin
perlmunger19-Jun-02 10:22
perlmunger19-Jun-02 10:22 
This is a pretty low-level operation that most people shouldn't need to perform. If it's security you're concerned about, there are other ways to protect the file depending on the user currently logged in. I'll leave researching that option up to you. However, if you insist on being able intercept every single open file message (which is probably far more file access than you believe), you can look at Mark Russinovich and Bryce Cogswell's http://www.sysinternals.com. In the "Source" link under the Windows NT/2K/XP navigation item, you'll find source code for an application called filemon (means "file monitor"). Download and run this app to see exactly how much file access occurs every second. If this still doesn't convince you to try another route, read the source code. It's not for the faint of heart!!

Best of luck.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralDeleting Executable Files In Windows... Pin
cyberm3k17-Jun-02 16:29
cyberm3k17-Jun-02 16:29 
GeneralRe: Deleting Executable Files In Windows... Pin
perlmunger19-Jun-02 10:27
perlmunger19-Jun-02 10:27 
GeneralCArray problem Pin
17-Jun-02 15:44
suss17-Jun-02 15:44 
GeneralRe: CArray problem Pin
Martin Marvinski17-Jun-02 16:36
Martin Marvinski17-Jun-02 16:36 
GeneralRe: CArray problem Pin
Renjith Ramachandran17-Jun-02 17:48
Renjith Ramachandran17-Jun-02 17:48 
GeneralRe: CArray problem Pin
17-Jun-02 23:07
suss17-Jun-02 23:07 
GeneralRe: CArray problem Pin
Christian Graus17-Jun-02 23:32
protectorChristian Graus17-Jun-02 23:32 
GeneralRe: CArray problem Pin
Sprudling18-Jun-02 2:13
Sprudling18-Jun-02 2:13 
GeneralSTL Pin
wilche17-Jun-02 14:35
wilche17-Jun-02 14:35 
GeneralRe: STL Pin
Le centriste17-Jun-02 16:17
Le centriste17-Jun-02 16:17 
GeneralRe: STL Pin
Christian Graus17-Jun-02 20:32
protectorChristian Graus17-Jun-02 20:32 
GeneralCan't profile from MSDEV98 Pin
Jonathan Gilligan17-Jun-02 13:27
Jonathan Gilligan17-Jun-02 13:27 
GeneralProblem Addressed Pin
Jonathan Gilligan17-Jun-02 14:26
Jonathan Gilligan17-Jun-02 14:26 
GeneralRe: Problem Addressed Pin
17-Jun-02 14:43
suss17-Jun-02 14:43 
GeneralFiltering a image ! :suss: Pin
Hadi Rezaee17-Jun-02 12:22
Hadi Rezaee17-Jun-02 12:22 
GeneralRe: Filtering a image ! :suss: Pin
Christian Graus17-Jun-02 12:54
protectorChristian Graus17-Jun-02 12:54 
GeneralRe: Filtering a image ! :suss: Pin
Hadi Rezaee19-Jun-02 4:30
Hadi Rezaee19-Jun-02 4:30 

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.