Click here to Skip to main content
15,918,243 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can you change process name at runtime? Pin
Daniel Lohmann6-Jul-02 7:06
Daniel Lohmann6-Jul-02 7:06 
GeneralSorry you misunderstood Pin
6-Jul-02 15:44
suss6-Jul-02 15:44 
GeneralRe: Sorry you misunderstood Pin
Daniel Lohmann7-Jul-02 2:27
Daniel Lohmann7-Jul-02 2:27 
GeneralI'm sure there was not... Pin
7-Jul-02 6:22
suss7-Jul-02 6:22 
GeneralRe: I'm sure there was not... Pin
Daniel Lohmann7-Jul-02 6:38
Daniel Lohmann7-Jul-02 6:38 
GeneralDES ECB encryption Pin
skysurfer5-Jul-02 13:59
skysurfer5-Jul-02 13:59 
GeneralRe: DES ECB encryption Pin
Chris Losinger5-Jul-02 18:45
professionalChris Losinger5-Jul-02 18:45 
GeneralDrawing unicode characters using TextOut and CString Pin
alibobba5-Jul-02 13:49
alibobba5-Jul-02 13:49 
Hi all - I'm trying to draw a unicode character (in a non-unicode application, i don't want to have to convert to unicode if I don't have to) using TextOut() in my OnPaint() in my CView.

If i do this:

CString str;
str += WCHAR(230);
TextOut(..., str);

it works fine. The unicode symbol appears properly. But when I try to do it programmatically, using this:

CString str;
str += WCHAR(someStructure.iSomeNumber);
TextOut(..., str);

it doesn't work. A normal character (in the 0-256 range) works.

Some casting going on there that I dont' understand??? Any ideas?

Thanks - A
GeneralRe: Drawing unicode characters using TextOut and CString Pin
Michael Dunn5-Jul-02 17:52
sitebuilderMichael Dunn5-Jul-02 17:52 
GeneralSaving and retrieving from registry Pin
Speedy5-Jul-02 12:21
Speedy5-Jul-02 12:21 
GeneralA method of handling an MS SQL Server stored procedure WITH multiple selects, reqested Pin
Archigal5-Jul-02 10:58
Archigal5-Jul-02 10:58 
GeneralRe: A method of handling an MS SQL Server stored procedure WITH multiple selects, reqested Pin
loket5-Jul-02 11:49
loket5-Jul-02 11:49 
GeneralA method of handling an MS SQL Server stored procedure WITH multiple selects, reqested Pin
Archigal8-Jul-02 5:19
Archigal8-Jul-02 5:19 
QuestionAre there any good Direct3D7 IM texture tutorials? Pin
Alan Chambers5-Jul-02 10:25
Alan Chambers5-Jul-02 10:25 
GeneralAuto detect proxy Pin
orcun colak5-Jul-02 9:22
orcun colak5-Jul-02 9:22 
GeneralRe: Auto detect proxy Pin
jmkhael5-Jul-02 10:30
jmkhael5-Jul-02 10:30 
GeneralCDialog doesn't run my init stuff etc. Pin
jimNLX5-Jul-02 9:14
jimNLX5-Jul-02 9:14 
GeneralRe: CDialog doesn't run my init stuff etc. Pin
Roger Stewart5-Jul-02 10:01
professionalRoger Stewart5-Jul-02 10:01 
GeneralLaunch application with Windows startup Pin
5-Jul-02 8:28
suss5-Jul-02 8:28 
GeneralRe: Launch application with Windows startup Pin
jmkhael5-Jul-02 10:37
jmkhael5-Jul-02 10:37 
GeneralRe: Launch application with Windows startup Pin
jmkhael5-Jul-02 10:38
jmkhael5-Jul-02 10:38 
General'MENUINFO' : undeclared identifier Pin
lucy5-Jul-02 7:28
lucy5-Jul-02 7:28 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
Michael Dunn5-Jul-02 8:14
sitebuilderMichael Dunn5-Jul-02 8:14 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
lucy5-Jul-02 9:35
lucy5-Jul-02 9:35 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
Aaron Schaefer12-Aug-02 9:18
Aaron Schaefer12-Aug-02 9:18 

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.