Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Transparent background in static text Pin
RadPC13-Nov-06 22:59
RadPC13-Nov-06 22:59 
AnswerRe: Transparent background in static text Pin
Hamid_RT15-Nov-06 7:05
Hamid_RT15-Nov-06 7:05 
QuestionHow to change file permission/property in VC++? Pin
Poonamol13-Nov-06 22:08
Poonamol13-Nov-06 22:08 
AnswerRe: How to change file permission/property in VC++? Pin
prasad_som13-Nov-06 23:01
prasad_som13-Nov-06 23:01 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 0:57
Poonamol14-Nov-06 0:57 
GeneralRe: How to change file permission/property in VC++? Pin
prasad_som14-Nov-06 1:04
prasad_som14-Nov-06 1:04 
GeneralRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 6:48
Hamid_RT15-Nov-06 6:48 
AnswerRe: How to change file permission/property in VC++? Pin
VonHagNDaz14-Nov-06 3:13
VonHagNDaz14-Nov-06 3:13 
This may be a naive answer, but you could use CreateFile() and set to read only access, then close the HANDLE to the file, and then reopen the file using CreateFile() and set the attributes to what ever you need them to be.

That might be a lot of opening and closing though.

I win because I have the most fun in life...

GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:43
Poonamol14-Nov-06 16:43 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:43
Poonamol14-Nov-06 16:43 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:45
Poonamol14-Nov-06 16:45 
AnswerRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 6:49
Hamid_RT15-Nov-06 6:49 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol15-Nov-06 17:07
Poonamol15-Nov-06 17:07 
GeneralRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 18:36
Hamid_RT15-Nov-06 18:36 
QuestionHow do VC++ set the Size and 'Topmost' of a console window? Pin
mathewzhao13-Nov-06 22:06
mathewzhao13-Nov-06 22:06 
AnswerRe: How do VC++ set the Size and 'Topmost' of a console window? Pin
Nibu babu thomas13-Nov-06 23:43
Nibu babu thomas13-Nov-06 23:43 
AnswerRe: How do VC++ set the Size and 'Topmost' of a console window? Pin
includeh1014-Nov-06 0:10
includeh1014-Nov-06 0:10 
Questionsending email without specifing email address Pin
neha.agarwal2713-Nov-06 21:14
neha.agarwal2713-Nov-06 21:14 
AnswerRe: sending email without specifing email address Pin
Rajesh R Subramanian13-Nov-06 21:46
professionalRajesh R Subramanian13-Nov-06 21:46 
AnswerRe: sending email without specifing email address Pin
toxcct13-Nov-06 22:05
toxcct13-Nov-06 22:05 
GeneralRe: sending email without specifing email address Pin
Rajesh R Subramanian13-Nov-06 23:51
professionalRajesh R Subramanian13-Nov-06 23:51 
AnswerRe: sending email without specifing email address Pin
includeh1014-Nov-06 0:19
includeh1014-Nov-06 0:19 
GeneralRe: sending email without specifing email address Pin
neha.agarwal2714-Nov-06 0:28
neha.agarwal2714-Nov-06 0:28 
GeneralRe: sending email without specifing email address Pin
toxcct14-Nov-06 0:38
toxcct14-Nov-06 0:38 
QuestionAlgorithms for incremental and differential backup? Pin
Banks K13-Nov-06 20:57
Banks K13-Nov-06 20:57 

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.