Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Timer Pin
Mavrock27-Sep-02 7:35
Mavrock27-Sep-02 7:35 
GeneralRe: Timer Pin
Daniel Lohmann23-Sep-02 7:14
Daniel Lohmann23-Sep-02 7:14 
QuestionHow to append to a file using CFile (CArchive) Pin
AcidJazz22-Sep-02 9:59
AcidJazz22-Sep-02 9:59 
AnswerRe: How to append to a file using CFile (CArchive) Pin
BlackSmith22-Sep-02 11:17
BlackSmith22-Sep-02 11:17 
GeneralRe: How to append to a file using CFile (CArchive) Pin
henryh25-Jul-11 8:55
henryh25-Jul-11 8:55 
QuestionHow to prevent Windows from running applications??? Pin
Vladimir Georgiev22-Sep-02 8:24
Vladimir Georgiev22-Sep-02 8:24 
AnswerRe: How to prevent Windows from running applications??? Pin
BlackSmith22-Sep-02 11:22
BlackSmith22-Sep-02 11:22 
AnswerRe: How to prevent Windows from running applications??? Pin
alex.barylski22-Sep-02 13:08
alex.barylski22-Sep-02 13:08 
I have wondered this myself and although I have never tried to implement anything I have considered the following as options.

1) Inject some machine code inside each exe calling PostQuitMessage(0)

2) Iterate the processes currently running using a timer and determine which should run or not.

3) You might be able to prevent users from running applications by clicking desktop icons, I think you would wanna read up on shell extensions for more info on how to do this...

Cheers!

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
AnswerRe: How to prevent Windows from running applications??? Pin
Paul M Watt22-Sep-02 16:37
mentorPaul M Watt22-Sep-02 16:37 
GeneralOpen .vcproj with msvs6 Pin
User 665822-Sep-02 8:06
User 665822-Sep-02 8:06 
GeneralRe: Open .vcproj with msvs6 Pin
Stephane Rodriguez.22-Sep-02 9:43
Stephane Rodriguez.22-Sep-02 9:43 
GeneralRe: Open .vcproj with msvs6 Pin
User 665822-Sep-02 10:08
User 665822-Sep-02 10:08 
GeneralRe: Open .vcproj with msvs6 Pin
Stephane Rodriguez.22-Sep-02 10:52
Stephane Rodriguez.22-Sep-02 10:52 
GeneralOverriding DC of WebBrowser Pin
Tili22-Sep-02 7:10
Tili22-Sep-02 7:10 
GeneralRe: Overriding DC of WebBrowser Pin
Stephane Rodriguez.22-Sep-02 7:31
Stephane Rodriguez.22-Sep-02 7:31 
GeneralRe: Overriding DC of WebBrowser Pin
Tili22-Sep-02 7:35
Tili22-Sep-02 7:35 
GeneralA Success Pin
Tili22-Sep-02 19:45
Tili22-Sep-02 19:45 
Generallose the right context menu sometimes. Pin
ns22-Sep-02 5:40
ns22-Sep-02 5:40 
GeneralRe: lose the right context menu sometimes. Pin
Ravi Bhavnani22-Sep-02 10:14
professionalRavi Bhavnani22-Sep-02 10:14 
Generalvery slow changes Pin
ns22-Sep-02 5:38
ns22-Sep-02 5:38 
GeneralMFC 7.0 and Office XP look Pin
Zinj22-Sep-02 4:42
sussZinj22-Sep-02 4:42 
Generalopen and print PDF Pin
pnpfriend22-Sep-02 4:15
pnpfriend22-Sep-02 4:15 
GeneralRe: open and print PDF Pin
alex.barylski22-Sep-02 13:15
alex.barylski22-Sep-02 13:15 
GeneralRe: open and print PDF :( Pin
pnpfriend25-Sep-02 3:46
pnpfriend25-Sep-02 3:46 
GeneralAppWizard error?(create a Custom AppWizard type project) Pin
Bing Ding22-Sep-02 4:07
Bing Ding22-Sep-02 4:07 

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.