Click here to Skip to main content
15,900,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I append LPTSTR to CStirng Pin
toxcct9-Jun-06 1:39
toxcct9-Jun-06 1:39 
AnswerRe: How can I append LPTSTR to CStirng Pin
ThatsAlok11-Jun-06 22:18
ThatsAlok11-Jun-06 22:18 
QuestionStreaming Video in MFC or any language [modified] Pin
UCFSeniorBen8-Jun-06 21:26
UCFSeniorBen8-Jun-06 21:26 
AnswerRe: Streaming Video in MFC or any language [modified] Pin
Sarath C8-Jun-06 22:37
Sarath C8-Jun-06 22:37 
QuestionFiledialog and DLL Pin
Nicolai M8-Jun-06 20:52
Nicolai M8-Jun-06 20:52 
AnswerRe: Filedialog and DLL Pin
Cedric Moonen8-Jun-06 20:57
Cedric Moonen8-Jun-06 20:57 
GeneralRe: Filedialog and DLL Pin
Nicolai M8-Jun-06 22:56
Nicolai M8-Jun-06 22:56 
GeneralRe: Filedialog and DLL Pin
Viorel.9-Jun-06 0:03
Viorel.9-Jun-06 0:03 
Since your application seems to be a non-MFC one, I suppose that CFileDialog does not work because of some missing initialization stuff, required by MFC. Maybe you should call AfxMainInit once in your DLL?

The variant without MFC, based on GetOpenFileName, probably requires a previous call of InitCommonControlsEx initialization function.

See also a related comment here[^].
GeneralRe: Filedialog and DLL Pin
Nicolai M9-Jun-06 2:02
Nicolai M9-Jun-06 2:02 
AnswerRe: Filedialog and DLL Pin
Hamid_RT8-Jun-06 21:06
Hamid_RT8-Jun-06 21:06 
AnswerRe: Filedialog and DLL Pin
Viorel.8-Jun-06 21:17
Viorel.8-Jun-06 21:17 
AnswerRe: Filedialog and DLL Pin
Sarath C8-Jun-06 22:01
Sarath C8-Jun-06 22:01 
GeneralRe: Filedialog and DLL Pin
Viorel.8-Jun-06 22:25
Viorel.8-Jun-06 22:25 
QuestionDateTimePicker Pin
ensger8-Jun-06 20:32
ensger8-Jun-06 20:32 
AnswerRe: DateTimePicker Pin
Monty28-Jun-06 21:16
Monty28-Jun-06 21:16 
GeneralRe: DateTimePicker Pin
ensger8-Jun-06 21:56
ensger8-Jun-06 21:56 
GeneralRe: DateTimePicker Pin
Nishad S8-Jun-06 22:10
Nishad S8-Jun-06 22:10 
AnswerRe: DateTimePicker [modified] Pin
_AnsHUMAN_ 8-Jun-06 22:46
_AnsHUMAN_ 8-Jun-06 22:46 
GeneralRe: DateTimePicker [modified] Pin
ensger9-Jun-06 3:27
ensger9-Jun-06 3:27 
GeneralRe: DateTimePicker [modified] Pin
_AnsHUMAN_ 9-Jun-06 3:40
_AnsHUMAN_ 9-Jun-06 3:40 
GeneralRe: DateTimePicker Pin
ensger9-Jun-06 9:18
ensger9-Jun-06 9:18 
AnswerRe: DateTimePicker Pin
Michael Dunn9-Jun-06 1:14
sitebuilderMichael Dunn9-Jun-06 1:14 
QuestionProblem in creating Popup Pin
Raja Bose C Leo8-Jun-06 20:15
Raja Bose C Leo8-Jun-06 20:15 
AnswerRe: Problem in creating Popup Pin
Nishad S8-Jun-06 20:37
Nishad S8-Jun-06 20:37 
GeneralRe: Problem in creating Popup [modified] Pin
Raja Bose C Leo8-Jun-06 20:43
Raja Bose C Leo8-Jun-06 20:43 

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.