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

C / C++ / MFC

 
AnswerRe: WDK 7600.16385.1 Compiler Pin
Richard MacCutchan19-Feb-13 3:05
mveRichard MacCutchan19-Feb-13 3:05 
QuestionInvoking a modal Dialog whitin a modal Pin
ForNow18-Feb-13 12:39
ForNow18-Feb-13 12:39 
AnswerRe: Invoking a modal Dialog whitin a modal Pin
Jibesh18-Feb-13 12:55
professionalJibesh18-Feb-13 12:55 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow18-Feb-13 13:42
ForNow18-Feb-13 13:42 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
«_Superman_»18-Feb-13 19:51
professional«_Superman_»18-Feb-13 19:51 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
Richard MacCutchan18-Feb-13 21:24
mveRichard MacCutchan18-Feb-13 21:24 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow19-Feb-13 2:29
ForNow19-Feb-13 2:29 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
Richard MacCutchan19-Feb-13 3:02
mveRichard MacCutchan19-Feb-13 3:02 
ForNow wrote:
I red-did the code with L" instead of T("")
So you think that randomly changing some strings to Unicode will fix the problem? My comment was made in the hope that you would actually think about what you are trying to do and whether your various parameters are correct. Read the documentation[^] and look more closely at the requirements for the different parameters on the CFIleDialog class.

You should also learn the difference between the _T() macro and the L prefix on strings. And finally you need to understand exactly what a cast, such as (LPCTSTR), does and how it affects the way your program runs.
GeneralRe: Invoking a modal Dialog whitin a modal Pin
David Crow19-Feb-13 9:42
David Crow19-Feb-13 9:42 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow19-Feb-13 11:33
ForNow19-Feb-13 11:33 
SuggestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 3:25
David Crow20-Feb-13 3:25 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow20-Feb-13 7:22
ForNow20-Feb-13 7:22 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 7:39
David Crow20-Feb-13 7:39 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
ForNow20-Feb-13 9:41
ForNow20-Feb-13 9:41 
QuestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 10:08
David Crow20-Feb-13 10:08 
AnswerRe: Invoking a modal Dialog whitin a modal Pin
ForNow20-Feb-13 10:43
ForNow20-Feb-13 10:43 
SuggestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow20-Feb-13 10:46
David Crow20-Feb-13 10:46 
QuestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow19-Feb-13 4:34
David Crow19-Feb-13 4:34 
AnswerRe: Invoking a modal Dialog whitin a modal Pin
ForNow19-Feb-13 6:10
ForNow19-Feb-13 6:10 
GeneralRe: Invoking a modal Dialog whitin a modal Pin
Richard MacCutchan19-Feb-13 8:50
mveRichard MacCutchan19-Feb-13 8:50 
QuestionRe: Invoking a modal Dialog whitin a modal Pin
David Crow19-Feb-13 9:36
David Crow19-Feb-13 9:36 
QuestionCreate a program to encrypt and decrypt binary files using S-DES (Simplified DES) in the Cipher Block Chaining mode. Pin
franksilva14318-Feb-13 7:16
franksilva14318-Feb-13 7:16 
AnswerRe: Create a program to encrypt and decrypt binary files using S-DES (Simplified DES) in the Cipher Block Chaining mode. Pin
Richard MacCutchan18-Feb-13 7:56
mveRichard MacCutchan18-Feb-13 7:56 
QuestionProblem with extra extensions in File Dialog Pin
tgtracey18-Feb-13 6:37
tgtracey18-Feb-13 6:37 
AnswerRe: Problem with extra extensions in File Dialog Pin
Richard MacCutchan18-Feb-13 7:58
mveRichard MacCutchan18-Feb-13 7:58 

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.