Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get Title, Author, Subject, Keywords, Created, Modified....related information for a .pdf file? Pin
PankajB26-Jan-09 17:40
PankajB26-Jan-09 17:40 
GeneralRe: How to get Title, Author, Subject, Keywords, Created, Modified....related information for a .pdf file? Pin
PankajB26-Jan-09 18:08
PankajB26-Jan-09 18:08 
QuestionConvert MFC Application As MFC Dll Pin
VCsamir22-Jan-09 20:07
VCsamir22-Jan-09 20:07 
AnswerRe: Convert MFC Application As MFC Dll Pin
Nishad S23-Jan-09 1:54
Nishad S23-Jan-09 1:54 
QuestionProblem related to running VC++ project on x64 machine when compiled on x32 machine. Pin
Nilesh Hamane22-Jan-09 19:58
Nilesh Hamane22-Jan-09 19:58 
AnswerRe: Problem related to running VC++ project on x64 machine when compiled on x32 machine. Pin
Hamid_RT22-Jan-09 20:30
Hamid_RT22-Jan-09 20:30 
AnswerRe: Problem related to running VC++ project on x64 machine when compiled on x32 machine. Pin
«_Superman_»24-Jan-09 1:55
professional«_Superman_»24-Jan-09 1:55 
QuestionCharacter code for string in other language Pin
Andy Rama22-Jan-09 19:56
Andy Rama22-Jan-09 19:56 
Hi to all,

Someone helped me on other forum to convert a string in any language to it's bytes format, using following code.

string s = "François";
byte[] unicodeBytes = Encoding.Unicode.GetBytes(s);
byte[] aBytes = Encoding.Convert(Encoding.Unicode, Encoding.GetEncoding(28599), unicodeBytes);

He told me to use WideCharToMultiByte() in C++ for above C# code.
He help me a lot.

But I want to know that, is there any method to get the character code for given value in string s to convert that string in bytes?

Is there any software or dlls to release the application with some evalution period?

Regards,
Aniket A. Salunkhe
AnswerRe: Character code for string in other language Pin
«_Superman_»24-Jan-09 2:06
professional«_Superman_»24-Jan-09 2:06 
GeneralRe: Character code for string in other language Pin
Andy Rama26-Jan-09 19:43
Andy Rama26-Jan-09 19:43 
GeneralRe: Character code for string in other language Pin
«_Superman_»26-Jan-09 19:54
professional«_Superman_»26-Jan-09 19:54 
QuestionRe: Character code for string in other language Pin
Andy Rama27-Jan-09 22:27
Andy Rama27-Jan-09 22:27 
QuestionMP3 Plugins Pin
priyasethu22-Jan-09 19:35
priyasethu22-Jan-09 19:35 
AnswerRe: MP3 Plugins Pin
Code-o-mat22-Jan-09 21:42
Code-o-mat22-Jan-09 21:42 
QuestionProblem in MessageBox display Pin
Alex@9C22-Jan-09 19:30
Alex@9C22-Jan-09 19:30 
AnswerRe: Problem in MessageBox display Pin
Hamid_RT22-Jan-09 20:36
Hamid_RT22-Jan-09 20:36 
GeneralRe: Problem in MessageBox display Pin
Alex@9C22-Jan-09 20:45
Alex@9C22-Jan-09 20:45 
AnswerRe: Problem in MessageBox display Pin
Stuart Dootson22-Jan-09 20:50
professionalStuart Dootson22-Jan-09 20:50 
GeneralRe: Problem in MessageBox display Pin
Alex@9C22-Jan-09 21:23
Alex@9C22-Jan-09 21:23 
QuestionRe: Problem in MessageBox display Pin
David Crow23-Jan-09 3:17
David Crow23-Jan-09 3:17 
QuestionUnicode and Multicode Pin
Software200722-Jan-09 15:37
Software200722-Jan-09 15:37 
AnswerRe: Unicode and Multicode Pin
«_Superman_»22-Jan-09 16:04
professional«_Superman_»22-Jan-09 16:04 
QuestionC++ certification Pin
Oshtri Deka22-Jan-09 12:07
professionalOshtri Deka22-Jan-09 12:07 
AnswerRe: C++ certification Pin
bhawna1622-Jan-09 18:59
bhawna1622-Jan-09 18:59 
AnswerRe: C++ certification Pin
David Crow23-Jan-09 3:30
David Crow23-Jan-09 3:30 

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.