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

C / C++ / MFC

 
QuestionRe: CComboBox and control Modeless Pin
David Crow23-Feb-09 3:13
David Crow23-Feb-09 3:13 
JokeRe: CComboBox and control Modeless Pin
CPallini23-Feb-09 3:19
mveCPallini23-Feb-09 3:19 
QuestionHow to convert color EMF spool file to grayscale or Black /white spool file? Pin
GAJERA23-Feb-09 0:26
GAJERA23-Feb-09 0:26 
QuestionHow to get a value (in C++ code) returned by a Stored procedure? Pin
PankajB22-Feb-09 23:58
PankajB22-Feb-09 23:58 
QuestionRe: How to get a value (in C++ code) returned by a Stored procedure? Pin
CPallini23-Feb-09 0:14
mveCPallini23-Feb-09 0:14 
AnswerRe: How to get a value (in C++ code) returned by a Stored procedure? Pin
PankajB23-Feb-09 0:23
PankajB23-Feb-09 0:23 
GeneralRe: How to get a value (in C++ code) returned by a Stored procedure? Pin
PankajB23-Feb-09 0:35
PankajB23-Feb-09 0:35 
QuestionI have a problem with Cyrillic Characters in C++ MFC (Visual Studio 6) Pin
micutzu22-Feb-09 23:49
micutzu22-Feb-09 23:49 
Hello,

I have to customize a old project to work with Cyrillic Characters. I have the following code:

CString MyText; 
TCHAR buf[512];
SendMessage(lCurHwnd,WM_GETTEXT,sizeof(buf)/sizeof(TCHAR),(LPARAM)(void*)buf);
MyText.Format("%s",buf);


If the buf contains Cyrillic Characters (like Привет) this will be replaced with ??????.

Do you know a way to solve this problem? This is my first meeting Smile | :) with Cyrillic Characters in a project and I do not know how to correct it.

I am using Windows XP, SP2, Visual Studio in English.

Thank you!
AnswerRe: I have a problem with Cyrillic Characters in C++ MFC (Visual Studio 6) Pin
Code-o-mat23-Feb-09 0:31
Code-o-mat23-Feb-09 0:31 
QuestionSetfont not working properly in Wizard Mode property Sheet. Pin
Le@rner22-Feb-09 23:35
Le@rner22-Feb-09 23:35 
AnswerRe: Setfont not working properly in Wizard Mode property Sheet. Pin
Iain Clarke, Warrior Programmer23-Feb-09 4:31
Iain Clarke, Warrior Programmer23-Feb-09 4:31 
QuestionHow to make the buttons as high as the toolbar control? Pin
kcynic22-Feb-09 22:37
kcynic22-Feb-09 22:37 
QuestionDifference between MS C++ and "normal" C++? Pin
Megidolaon22-Feb-09 22:32
Megidolaon22-Feb-09 22:32 
AnswerRe: Difference between MS C++ and "normal" C++? Pin
«_Superman_»22-Feb-09 22:37
professional«_Superman_»22-Feb-09 22:37 
AnswerRe: Difference between MS C++ and "normal" C++? Pin
CPallini22-Feb-09 22:45
mveCPallini22-Feb-09 22:45 
AnswerRe: Difference between MS C++ and "normal" C++? Pin
Megidolaon23-Feb-09 0:06
Megidolaon23-Feb-09 0:06 
GeneralRe: Difference between MS C++ and "normal" C++? Pin
CPallini23-Feb-09 0:16
mveCPallini23-Feb-09 0:16 
GeneralRe: Difference between MS C++ and "normal" C++? Pin
tyr200023-Feb-09 1:02
tyr200023-Feb-09 1:02 
GeneralRe: Difference between MS C++ and "normal" C++? Pin
kamalesh8223-Feb-09 1:27
kamalesh8223-Feb-09 1:27 
GeneralRe: Difference between MS C++ and "normal" C++? Pin
grassrootkit23-Feb-09 1:39
grassrootkit23-Feb-09 1:39 
GeneralRe: Difference between MS C++ and "normal" C++? Pin
toxcct23-Feb-09 1:44
toxcct23-Feb-09 1:44 
AnswerRe: Difference between MS C++ and "normal" C++? Pin
grassrootkit23-Feb-09 1:14
grassrootkit23-Feb-09 1:14 
AnswerRe: Difference between MS C++ and "normal" C++? Pin
toxcct23-Feb-09 1:42
toxcct23-Feb-09 1:42 
AnswerRe: Difference between MS C++ and "normal" C++? Pin
Megidolaon23-Feb-09 2:46
Megidolaon23-Feb-09 2:46 
GeneralRe: Difference between MS C++ and "normal" C++? Pin
toxcct23-Feb-09 5:20
toxcct23-Feb-09 5:20 

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.