Click here to Skip to main content
15,916,945 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CAsyncSocket Prob Pin
led mike5-Nov-07 5:41
led mike5-Nov-07 5:41 
GeneralRe: CAsyncSocket Prob Pin
TheInfernalCrow5-Nov-07 19:15
TheInfernalCrow5-Nov-07 19:15 
Questionread only folder on Windows Pin
George_George5-Nov-07 3:05
George_George5-Nov-07 3:05 
AnswerRe: read only folder on Windows Pin
David Crow5-Nov-07 4:21
David Crow5-Nov-07 4:21 
GeneralRe: read only folder on Windows Pin
George_George5-Nov-07 17:54
George_George5-Nov-07 17:54 
GeneralRe: read only folder on Windows Pin
David Crow6-Nov-07 2:48
David Crow6-Nov-07 2:48 
GeneralRe: read only folder on Windows Pin
George_George6-Nov-07 5:15
George_George6-Nov-07 5:15 
GeneralRe: read only folder on Windows Pin
David Crow6-Nov-07 5:21
David Crow6-Nov-07 5:21 
GeneralRe: read only folder on Windows Pin
George_George6-Nov-07 16:20
George_George6-Nov-07 16:20 
AnswerRe: read only folder on Windows Pin
toxcct5-Nov-07 6:58
toxcct5-Nov-07 6:58 
AnswerRe: read only folder on Windows Pin
shpid3r5-Nov-07 10:20
shpid3r5-Nov-07 10:20 
GeneralRe: read only folder on Windows Pin
George_George5-Nov-07 17:59
George_George5-Nov-07 17:59 
GeneralRe: read only folder on Windows Pin
toxcct6-Nov-07 5:27
toxcct6-Nov-07 5:27 
AnswerRe: read only folder on Windows Pin
shpid3r6-Nov-07 5:59
shpid3r6-Nov-07 5:59 
GeneralRe: read only folder on Windows Pin
George_George6-Nov-07 16:33
George_George6-Nov-07 16:33 
GeneralRe: read only folder on Windows Pin
toxcct6-Nov-07 21:03
toxcct6-Nov-07 21:03 
GeneralRe: read only folder on Windows Pin
shpid3r7-Nov-07 6:15
shpid3r7-Nov-07 6:15 
GeneralRe: read only folder on Windows Pin
George_George7-Nov-07 17:10
George_George7-Nov-07 17:10 
QuestionFile Locking Pin
Imtiaz Murtaza5-Nov-07 2:09
Imtiaz Murtaza5-Nov-07 2:09 
AnswerRe: File Locking Pin
Daniel Kanev5-Nov-07 2:26
Daniel Kanev5-Nov-07 2:26 
AnswerRe: File Locking Pin
James R. Twine5-Nov-07 3:48
James R. Twine5-Nov-07 3:48 
 IIUC, you would have to manually set the security information on the file you are trying to "lock out".  This is not easy to do, as messing with NT Security Objects and APIs is tricky.

   It is also a sneaky thing to do, as a virus/malware application could do things like prevent task manager from running, to make it harder to kill the app.

   Not something I would recommend doing, because it looks suspicious as hell. Unsure | :~

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

AnswerRe: File Locking Pin
David Crow5-Nov-07 4:25
David Crow5-Nov-07 4:25 
GeneralRe: File Locking Pin
Imtiaz Murtaza5-Nov-07 4:27
Imtiaz Murtaza5-Nov-07 4:27 
GeneralRe: File Locking Pin
David Crow5-Nov-07 4:30
David Crow5-Nov-07 4:30 
QuestionJust a quick one Pin
thes3cr3t15-Nov-07 1:37
thes3cr3t15-Nov-07 1:37 

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.