Click here to Skip to main content
15,891,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralColoring static group box Pin
balajeedurai3-Nov-04 0:29
balajeedurai3-Nov-04 0:29 
GeneralRe: Coloring static group box Pin
Ravi Bhavnani3-Nov-04 2:40
professionalRavi Bhavnani3-Nov-04 2:40 
GeneralRe: Coloring static group box Pin
Selvam R3-Nov-04 2:44
professionalSelvam R3-Nov-04 2:44 
GeneralHelp Files In a MFC Application Pin
sweep1232-Nov-04 23:31
sweep1232-Nov-04 23:31 
QuestionHow to write o soft keyboard Pin
ledallam2-Nov-04 23:31
ledallam2-Nov-04 23:31 
AnswerRe: How to write o soft keyboard Pin
vcplusplus2-Nov-04 23:54
vcplusplus2-Nov-04 23:54 
QuestionHow to hide a file (any file)? Pin
john_tran2-Nov-04 23:24
john_tran2-Nov-04 23:24 
AnswerRe: How to hide a file (any file)? Pin
jan larsen3-Nov-04 0:20
jan larsen3-Nov-04 0:20 
Smile | :)

HANDLE hFile;
TCHAR  fileName = TEXT("C:\\myfile.txt");

hFile = CreateFile(
   fileName,
   GENERIC_WRITE,
   FILE_SHARE_READ,
   NULL,
   CREATE_NEW,
   <code>FILE_ATTRIBUTE_HIDDEN</code>,
   NULL);


"After all it's just text at the end of the day. - Colin Davies

"For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus
GeneralRe: How to hide a file (any file)? Pin
john_tran4-Nov-04 3:25
john_tran4-Nov-04 3:25 
GeneralRe: How to hide a file (any file)? Pin
jan larsen4-Nov-04 3:32
jan larsen4-Nov-04 3:32 
GeneralRe: How to hide a file (any file)? Pin
john_tran4-Nov-04 3:45
john_tran4-Nov-04 3:45 
GeneralRe: How to hide a file (any file)? Pin
jan larsen4-Nov-04 3:47
jan larsen4-Nov-04 3:47 
GeneralRe: How to hide a file (any file)? Pin
jan larsen4-Nov-04 3:49
jan larsen4-Nov-04 3:49 
AnswerRe: How to hide a file (any file)? Pin
David Crow3-Nov-04 3:24
David Crow3-Nov-04 3:24 
Generalstrtok, Find the next token in a string Pin
gunnar662-Nov-04 23:07
gunnar662-Nov-04 23:07 
GeneralRe: strtok, Find the next token in a string Pin
GDavy3-Nov-04 0:02
GDavy3-Nov-04 0:02 
GeneralRe: strtok, Find the next token in a string Pin
Anonymous3-Nov-04 0:28
Anonymous3-Nov-04 0:28 
GeneralRe: strtok, Find the next token in a string Pin
jan larsen3-Nov-04 0:52
jan larsen3-Nov-04 0:52 
GeneralRe: strtok, Find the next token in a string Pin
GDavy3-Nov-04 0:59
GDavy3-Nov-04 0:59 
GeneralRe: strtok, Find the next token in a string Pin
jan larsen3-Nov-04 1:21
jan larsen3-Nov-04 1:21 
GeneralRe: strtok, Find the next token in a string Pin
jan larsen3-Nov-04 0:50
jan larsen3-Nov-04 0:50 
GeneralProblem CRichEditCtrl and scroll-messages Pin
maty22-Nov-04 22:50
maty22-Nov-04 22:50 
GeneralHelp on Command Line Parameters Pin
WinAPILearner2-Nov-04 21:45
WinAPILearner2-Nov-04 21:45 
GeneralRe: Help on Command Line Parameters Pin
vcplusplus3-Nov-04 0:18
vcplusplus3-Nov-04 0:18 
GeneralRe: Help on Command Line Parameters Pin
David Crow3-Nov-04 3:31
David Crow3-Nov-04 3:31 

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.