Click here to Skip to main content
15,899,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to put a progress in my project ? Pin
Sujan Christo12-Oct-04 18:19
Sujan Christo12-Oct-04 18:19 
AnswerRe: How to put a progress in my project ? Pin
ThatsAlok12-Oct-04 18:45
ThatsAlok12-Oct-04 18:45 
QuestionWhat does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 16:11
Rafferty Uy12-Oct-04 16:11 
AnswerRe: What does "const vector& vars" mean? Pin
Ryan Binns12-Oct-04 18:07
Ryan Binns12-Oct-04 18:07 
GeneralRe: What does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 20:41
Rafferty Uy12-Oct-04 20:41 
GeneralRe: What does "const vector& vars" mean? Pin
Ryan Binns13-Oct-04 1:59
Ryan Binns13-Oct-04 1:59 
GeneralFile access rights Pin
Anonymous12-Oct-04 16:04
Anonymous12-Oct-04 16:04 
GeneralRe: File access rights Pin
Ryan Binns12-Oct-04 18:12
Ryan Binns12-Oct-04 18:12 
Anonymous wrote:
Can I rename/delete a file another process has open?

Simple answer: No

Complex answer: You can't while it's open. You can use MoveFileEx() to delay the rename/delete until the next reboot, and let Windows do it for you at startup.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: File access rights Pin
Sudhir Mangla12-Oct-04 18:34
professionalSudhir Mangla12-Oct-04 18:34 
GeneralCString undeclared?! Pin
jadegal12-Oct-04 13:38
jadegal12-Oct-04 13:38 
GeneralRe: CString undeclared?! Pin
Christian Graus12-Oct-04 13:55
protectorChristian Graus12-Oct-04 13:55 
GeneralRe: CString undeclared?! Pin
Yulianto.12-Oct-04 19:52
Yulianto.12-Oct-04 19:52 
GeneralChanging Mouse Sensitivity Pin
Anonymous12-Oct-04 13:26
Anonymous12-Oct-04 13:26 
GeneralFreeLibrary question Pin
Brian Shifrin12-Oct-04 13:06
Brian Shifrin12-Oct-04 13:06 
GeneralRe: FreeLibrary question Pin
Blake Miller13-Oct-04 4:36
Blake Miller13-Oct-04 4:36 
Generalint to CString Pin
Jesus Choy Ley12-Oct-04 10:15
sussJesus Choy Ley12-Oct-04 10:15 
GeneralRe: int to CString Pin
Neville Franks12-Oct-04 10:20
Neville Franks12-Oct-04 10:20 
GeneralRe: int to CString Pin
vcplusplus12-Oct-04 11:03
vcplusplus12-Oct-04 11:03 
GeneralRe: int to CString Pin
nguyenvhn12-Oct-04 14:54
nguyenvhn12-Oct-04 14:54 
GeneralRe: int to CString Pin
Michael Dunn12-Oct-04 20:23
sitebuilderMichael Dunn12-Oct-04 20:23 
GeneralBlocking read at end of file required Pin
Anonymous12-Oct-04 8:53
Anonymous12-Oct-04 8:53 
GeneralRe: Blocking read at end of file required Pin
Neville Franks12-Oct-04 10:19
Neville Franks12-Oct-04 10:19 
GeneralRe: Blocking read at end of file required Pin
Anonymous12-Oct-04 10:44
Anonymous12-Oct-04 10:44 
GeneralRe: Blocking read at end of file required Pin
Neville Franks12-Oct-04 10:51
Neville Franks12-Oct-04 10:51 
Generalcan't set input focus Pin
hyling12-Oct-04 8:12
hyling12-Oct-04 8:12 

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.