Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Defining operator << Pin
Magnus Westin4-Jun-03 2:48
Magnus Westin4-Jun-03 2:48 
GeneralRe: Defining operator << Pin
Mike Nordell4-Jun-03 2:49
Mike Nordell4-Jun-03 2:49 
GeneralModifying window style Pin
Zizilamoroso4-Jun-03 0:19
Zizilamoroso4-Jun-03 0:19 
GeneralRe: Modifying window style Pin
Hans Ruck4-Jun-03 0:39
Hans Ruck4-Jun-03 0:39 
GeneralRe: Modifying window style Pin
Zizilamoroso4-Jun-03 1:28
Zizilamoroso4-Jun-03 1:28 
Generalembedding window into dialog Pin
Jump_Around4-Jun-03 0:17
Jump_Around4-Jun-03 0:17 
GeneralControlling Access To Temporary File Pin
Poul Haahr Klemmensen3-Jun-03 23:36
Poul Haahr Klemmensen3-Jun-03 23:36 
GeneralRe: Controlling Access To Temporary File Pin
BhaskarBora4-Jun-03 1:18
BhaskarBora4-Jun-03 1:18 
1. you can't do it directly in Windows. Windows does not support file locking or access validity of any form. Only access level rights of a file are checked while accessing a file, which comes from the current user's access rights and privileges.

Probable solution:
You need to put some sort of file encryption algo so that only authorize process/program can open it to read/write data from/into the file. but one draw back there in this. anyone can corrupt the file and data will be lost beyound recovery.

2. A
tmp files can be deleted by a countom made software that looks for special file name patters and if found can take appropriate action of deletion.. this SW can be put to start during Windows startup so that by teh time PC is ready to be used all tmp files are deleted.

2. B
also tmp file names can be logged in one common file with complete path. this file can be opened by a SW during Windows startup and all entries in that file can be deleted one by one. tmp file paths will be added to this log file by various processes/programs that require peroidic/auto deletion of log files.

techi !!
GeneralRe: Controlling Access To Temporary File Pin
Neville Franks4-Jun-03 2:47
Neville Franks4-Jun-03 2:47 
GeneralRe: Controlling Access To Temporary File Pin
BhaskarBora4-Jun-03 21:07
BhaskarBora4-Jun-03 21:07 
GeneralRe: Controlling Access To Temporary File Pin
Neville Franks4-Jun-03 2:58
Neville Franks4-Jun-03 2:58 
GeneralPointer to structure problem... Pin
IrishSonic3-Jun-03 23:09
IrishSonic3-Jun-03 23:09 
GeneralRe: Pointer to structure problem... Pin
jhwurmbach3-Jun-03 23:30
jhwurmbach3-Jun-03 23:30 
GeneralRe: Pointer to structure problem... Pin
Dominik Reichl3-Jun-03 23:35
Dominik Reichl3-Jun-03 23:35 
GeneralRe: Pointer to structure problem... Pin
jhwurmbach3-Jun-03 23:41
jhwurmbach3-Jun-03 23:41 
GeneralRe: Pointer to structure problem... Pin
RChin3-Jun-03 23:32
RChin3-Jun-03 23:32 
GeneralRe: Pointer to structure problem... Pin
BhaskarBora4-Jun-03 1:29
BhaskarBora4-Jun-03 1:29 
GeneralRe: Pointer to structure problem... Pin
Dominik Reichl3-Jun-03 23:32
Dominik Reichl3-Jun-03 23:32 
GeneralRe: Pointer to structure problem... Pin
IrishSonic4-Jun-03 0:07
IrishSonic4-Jun-03 0:07 
GeneralRe: Pointer to structure problem... Pin
Dominik Reichl4-Jun-03 0:48
Dominik Reichl4-Jun-03 0:48 
GeneralRe: Pointer to structure problem... Pin
Rage4-Jun-03 0:55
professionalRage4-Jun-03 0:55 
GeneralThanks guys, have it sorted now. Pin
IrishSonic4-Jun-03 2:48
IrishSonic4-Jun-03 2:48 
GeneralRe: Pointer to structure problem... Pin
John M. Drescher4-Jun-03 4:37
John M. Drescher4-Jun-03 4:37 
QuestionDoes the static variable modifier make variable access faster? Pin
Dominik Reichl3-Jun-03 22:48
Dominik Reichl3-Jun-03 22:48 
AnswerRe: Does the static variable modifier make variable access faster? Pin
FlyingDancer3-Jun-03 23:19
FlyingDancer3-Jun-03 23:19 

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.