Click here to Skip to main content
15,918,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTransparent background in static text Pin
RadPC13-Nov-06 22:24
RadPC13-Nov-06 22:24 
AnswerRe: Transparent background in static text Pin
prasad_som13-Nov-06 22:41
prasad_som13-Nov-06 22:41 
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 
Poonamol wrote:
But still I am facing problrms while removing read only attribute from file properties


Can you show code ? you are using.
I'm sure this should work,
SetFileAttributes("filename",FILE_ATTRIBUTE_NORMAL);

See this[^] example for more info.


Poonamol wrote:
this file is not opened for writting data.


You need to mention this while opening file.

Poonamol wrote:
Using GetFileAttribute[^] is it possible to get the notification of file properties whether it is read only / write?

You can determine whether this file is readonly by using this API.

BTW, why you are mentining 'notifications" here ? Notification are different from what you had mentioned here.





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 
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 

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.