Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about static member of class Pin
tuqu4-Jun-07 21:40
tuqu4-Jun-07 21:40 
Questionwhy it can't work in server program Pin
CNJXRZ4-Jun-07 20:44
CNJXRZ4-Jun-07 20:44 
AnswerRe: why it can't work in server program Pin
messages4-Jun-07 20:52
messages4-Jun-07 20:52 
GeneralRe: why it can't work in server program Pin
CNJXRZ4-Jun-07 20:58
CNJXRZ4-Jun-07 20:58 
QuestionRe: why it can't work in server program Pin
David Crow5-Jun-07 3:07
David Crow5-Jun-07 3:07 
AnswerRe: why it can't work in server program [modified] Pin
Mark Salsbery5-Jun-07 5:13
Mark Salsbery5-Jun-07 5:13 
QuestionLinking to lib file (catch) Pin
Programm3r4-Jun-07 20:41
Programm3r4-Jun-07 20:41 
Answer#pragma comment ( lib, libpath) Pin
CNJXRZ4-Jun-07 20:54
CNJXRZ4-Jun-07 20:54 
QuestionRe: #pragma comment ( lib, libpath) Pin
Programm3r4-Jun-07 21:01
Programm3r4-Jun-07 21:01 
GeneralRe: #pragma comment ( lib, libpath) Pin
Programm3r4-Jun-07 21:18
Programm3r4-Jun-07 21:18 
AnswerRe: Linking to lib file (catch) Pin
Programm3r4-Jun-07 21:34
Programm3r4-Jun-07 21:34 
QuestionWebbrowser - simulate user actions on website-controls via QueryInterface Pin
Mathefreak4-Jun-07 20:35
Mathefreak4-Jun-07 20:35 
AnswerRe: Webbrowser - simulate user actions on website-controls via QueryInterface Pin
Rajkumar R4-Jun-07 21:18
Rajkumar R4-Jun-07 21:18 
Questionnewbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:24
Mckinnon Mitchell4-Jun-07 20:24 
AnswerRe: newbie needs help Pin
_AnsHUMAN_ 4-Jun-07 20:28
_AnsHUMAN_ 4-Jun-07 20:28 
GeneralRe: newbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:31
Mckinnon Mitchell4-Jun-07 20:31 
AnswerRe: newbie needs help Pin
CPallini4-Jun-07 20:32
mveCPallini4-Jun-07 20:32 
AnswerRe: newbie needs help Pin
Hamid_RT4-Jun-07 20:32
Hamid_RT4-Jun-07 20:32 
AnswerRe: newbie needs help Pin
MANISH RASTOGI4-Jun-07 20:49
MANISH RASTOGI4-Jun-07 20:49 
GeneralRe: newbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:38
Mckinnon Mitchell4-Jun-07 20:38 
Generalnewbie needs help Pin
Mckinnon Mitchell4-Jun-07 20:56
Mckinnon Mitchell4-Jun-07 20:56 
Questionhidden files Pin
saisp4-Jun-07 19:59
saisp4-Jun-07 19:59 
AnswerRe: hidden files Pin
Hamid_RT4-Jun-07 20:27
Hamid_RT4-Jun-07 20:27 
AnswerRe: hidden files Pin
CPallini4-Jun-07 20:41
mveCPallini4-Jun-07 20:41 
saisp wrote:
Hi my program will create some text files at runtime. this should not be edited by the user. what i have to do?


Probably the above has nothing to do with the title of you post.
If you don't want to allow access to your files, then create those files without allowing sharing. If you really need to make the files hidden, then use FILE_ATTRIBUTE_HIDDEN in the creation flags.

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionRe: hidden files Pin
MANISH RASTOGI4-Jun-07 20:53
MANISH RASTOGI4-Jun-07 20:53 

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.