Click here to Skip to main content
15,916,692 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Convert CString tou double (not always...) Pin
ThatsAlok8-May-07 21:15
ThatsAlok8-May-07 21:15 
AnswerRe: Convert CString tou double (not always...) Pin
ThatsAlok16-May-07 20:26
ThatsAlok16-May-07 20:26 
QuestionMain Arguments Pin
TheDelChop8-May-07 8:51
TheDelChop8-May-07 8:51 
AnswerRe: Main Arguments Pin
Mark Salsbery8-May-07 9:30
Mark Salsbery8-May-07 9:30 
GeneralRe: Main Arguments Pin
toxcct8-May-07 13:37
toxcct8-May-07 13:37 
GeneralRe: Main Arguments Pin
Mark Salsbery8-May-07 13:45
Mark Salsbery8-May-07 13:45 
AnswerRe: Main Arguments Pin
ThatsAlok16-May-07 20:26
ThatsAlok16-May-07 20:26 
QuestionC#.net to C++ (simple code conversion) ? Pin
Software_Specialist8-May-07 8:39
Software_Specialist8-May-07 8:39 
AnswerRe: C#.net to C++ (simple code conversion) ? Pin
Hamid_RT8-May-07 9:02
Hamid_RT8-May-07 9:02 
GeneralRe: C#.net to C++ (simple code conversion) ? Pin
Software_Specialist8-May-07 9:09
Software_Specialist8-May-07 9:09 
GeneralRe: C#.net to C++ (simple code conversion) ? Pin
Hamid_RT8-May-07 9:21
Hamid_RT8-May-07 9:21 
AnswerRe: C#.net to C++ (simple code conversion) ? Pin
Mark Salsbery8-May-07 9:22
Mark Salsbery8-May-07 9:22 
GeneralRe: C#.net to C++ (simple code conversion) ? Pin
Software_Specialist8-May-07 10:09
Software_Specialist8-May-07 10:09 
GeneralRe: C#.net to C++ (simple code conversion) ? Pin
Mark Salsbery8-May-07 10:37
Mark Salsbery8-May-07 10:37 
What part didn't compile on Borland? You should be able to use Windows APIs - that's what .NET
is using under the hood. You may need to include the appropriate header files and link libraries.

For non-Unicode builds you can eliminate the "_T()" macros I used. Replace "LPCTSTR" with "const
char *", "LPSTR" with "char *", "TCHAR" with "char".

For the second part, what needs to happen? Do you load the image as a GDI+ Bitmap object?
Then format the file name into a string?

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

Questioncancel dialog Pin
deeps_cute8-May-07 7:52
deeps_cute8-May-07 7:52 
AnswerRe: cancel dialog Pin
Cedric Moonen8-May-07 7:53
Cedric Moonen8-May-07 7:53 
GeneralRe: cancel dialog Pin
deeps_cute8-May-07 7:58
deeps_cute8-May-07 7:58 
QuestionRe: cancel dialog Pin
David Crow8-May-07 8:11
David Crow8-May-07 8:11 
GeneralRe: cancel dialog Pin
Hamid_RT8-May-07 8:52
Hamid_RT8-May-07 8:52 
AnswerRe: cancel dialog Pin
KellyR8-May-07 10:56
KellyR8-May-07 10:56 
QuestionCDialog with CToolbar Pin
Andy H8-May-07 6:09
Andy H8-May-07 6:09 
AnswerRe: CDialog with CToolbar Pin
Hans Dietrich8-May-07 6:54
mentorHans Dietrich8-May-07 6:54 
GeneralRe: CDialog with CToolbar Pin
Andy H8-May-07 7:37
Andy H8-May-07 7:37 
QuestionRe: CDialog with CToolbar Pin
Mark Salsbery8-May-07 8:32
Mark Salsbery8-May-07 8:32 
AnswerRe: CDialog with CToolbar Pin
KellyR8-May-07 11:01
KellyR8-May-07 11:01 

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.