Click here to Skip to main content
15,915,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Adding File names to list box. Pin
Mila02520-Dec-06 20:52
Mila02520-Dec-06 20:52 
GeneralRe: Adding File names to list box. Pin
Suresh H20-Dec-06 21:02
Suresh H20-Dec-06 21:02 
AnswerRe: Adding File names to list box. Pin
prasad_som20-Dec-06 20:53
prasad_som20-Dec-06 20:53 
GeneralRe: Adding File names to list box. Pin
Suresh H20-Dec-06 21:10
Suresh H20-Dec-06 21:10 
Questionprevent renaming an exe when it is running in windows Pin
seemadavid20-Dec-06 20:22
seemadavid20-Dec-06 20:22 
AnswerRe: prevent renaming an exe when it is running in windows Pin
nutkase20-Dec-06 20:28
nutkase20-Dec-06 20:28 
GeneralRe: prevent renaming an exe when it is running in windows Pin
seemadavid20-Dec-06 21:41
seemadavid20-Dec-06 21:41 
AnswerRe: prevent renaming an exe when it is running in windows Pin
Waldermort20-Dec-06 21:39
Waldermort20-Dec-06 21:39 
When your app launches, try opening itself with a call to OpenFile() and set the permissions very high. This should in effect lock the file preventing other processes from deleting or renaming it. Remember to release the handle when your program terminates.
GeneralRe: prevent renaming an exe when it is running in windows Pin
seemadavid21-Dec-06 0:59
seemadavid21-Dec-06 0:59 
QuestionUnhandled exception at .... Pin
Programm3r20-Dec-06 20:11
Programm3r20-Dec-06 20:11 
AnswerRe: Unhandled exception at .... Pin
Cedric Moonen20-Dec-06 20:16
Cedric Moonen20-Dec-06 20:16 
GeneralRe: Unhandled exception at .... Pin
Programm3r20-Dec-06 20:23
Programm3r20-Dec-06 20:23 
GeneralRe: Unhandled exception at .... Pin
kakan20-Dec-06 20:39
professionalkakan20-Dec-06 20:39 
GeneralRe: Unhandled exception at .... Pin
Programm3r20-Dec-06 20:48
Programm3r20-Dec-06 20:48 
AnswerRe: Unhandled exception at .... Pin
Programm3r20-Dec-06 20:51
Programm3r20-Dec-06 20:51 
GeneralRe: Unhandled exception at .... Pin
kakan20-Dec-06 21:07
professionalkakan20-Dec-06 21:07 
GeneralRe: Unhandled exception at .... Pin
Programm3r20-Dec-06 21:08
Programm3r20-Dec-06 21:08 
GeneralRe: Unhandled exception at .... Pin
kakan20-Dec-06 21:17
professionalkakan20-Dec-06 21:17 
Questionclass and functions Pin
cyn820-Dec-06 19:44
cyn820-Dec-06 19:44 
AnswerRe: class and functions Pin
nutkase20-Dec-06 20:24
nutkase20-Dec-06 20:24 
QuestionCopy constructor Pin
shadrach_india20-Dec-06 19:00
shadrach_india20-Dec-06 19:00 
AnswerRe: Copy constructor Pin
prasad_som20-Dec-06 19:09
prasad_som20-Dec-06 19:09 
QuestionDLL Initialization failed Pin
Parthiban20-Dec-06 17:49
Parthiban20-Dec-06 17:49 
AnswerRe: DLL Initialization failed Pin
shadrach_india20-Dec-06 18:44
shadrach_india20-Dec-06 18:44 
AnswerRe: DLL Initialization failed Pin
Stephen Hewitt20-Dec-06 19:00
Stephen Hewitt20-Dec-06 19:00 

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.