Click here to Skip to main content
16,010,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDocking Bar from DLL Pin
Steve The Plant17-Jul-01 9:52
Steve The Plant17-Jul-01 9:52 
GeneralRe: Docking Bar from DLL Pin
Steve The Plant17-Jul-01 16:12
Steve The Plant17-Jul-01 16:12 
GeneralRe: Docking Bar from DLL Pin
Tomasz Sowinski17-Jul-01 23:09
Tomasz Sowinski17-Jul-01 23:09 
GeneralRe: Docking Bar from DLL Pin
Steve The Plant18-Jul-01 4:00
Steve The Plant18-Jul-01 4:00 
GeneralRe: Docking Bar from DLL Pin
Tomasz Sowinski18-Jul-01 4:09
Tomasz Sowinski18-Jul-01 4:09 
GeneralRich Edit Control Pin
17-Jul-01 9:33
suss17-Jul-01 9:33 
GeneralRe: Rich Edit Control Pin
17-Jul-01 11:51
suss17-Jul-01 11:51 
GeneralFont accent char and Win2000! Pin
Kalai Kandasamy17-Jul-01 8:27
Kalai Kandasamy17-Jul-01 8:27 
I am building application in Win98 using RichEdit it works
fine on Win98,Win95 and Win Nt 4.0 but it gives the
follwing problem in Win 2000.

My program uses a font which has a accent like charecter.
What is accent charecter?
Accent char is a char drawn on a main char like (A`)
here main char is "A" and accent char is "`" drawn on top
of "A".
Now combained main and accent char is one char.

In Win95/98/NT 4.0/ it works fine but in Win2000 I am
seeing the following display problem:

Whenever a accent char is diplayed in Win2000 I am seeing
an Extra space. (example: this should displayed like "A`a"
instead in Win2000 it displayed like "A` a")

Here is how to reproduced the problem:
To reproduce this problem I am attaching a TTF font(which
is availabale for free from www.tamilnet99.org)

0) download font from: http://www.tamilnet99.org/font.htm

1) Install TABAnna.ttf into Win98 and Win2000.

2) use Charecter Map tool and choose the main charecter
says ("a")[U+0061] then choose the dot char (.)[U+00A2]
(i.e third char from "~")

3) Now it will display "a" and "dot" on top of it.
But if you choose one more char (say "b") now you will
see the extra SPACE between charecters.

4) It should be:"a(dot on top)b"
but itdisplayes: "a(dot on top)<space>b"

5)From charecter map tool copy and past the string to
WordPad it also shows the extra space between chareters.

6)Even a simple MFC (generated) program which uses
CRichEditView shows this problem.

7)Copy/past to MS word it looks FINE

8)If I display the string in a dialog, Edit Box or combo
box it looks fine.

Again this diaplay problem appears only of Win2000 not on
Win98 or Win NT 4.0.

NOTE:
This is not a UNICODE program and enableing and disabling
_MBCS does not make any difference!

Thanks...
Kalai
Smile | :)
QuestionHow do I: Resolve undefined classes when... Pin
CMFC6.0VS.NETUser17-Jul-01 7:54
CMFC6.0VS.NETUser17-Jul-01 7:54 
AnswerRe: How do I: Resolve undefined classes when... Pin
Chris Losinger17-Jul-01 8:06
professionalChris Losinger17-Jul-01 8:06 
GeneralRe: How do I: Resolve undefined classes when... Pin
17-Jul-01 9:48
suss17-Jul-01 9:48 
AnswerRe: How do I: Resolve undefined classes when... Pin
CMFC6.0VS.NETUser17-Jul-01 9:27
CMFC6.0VS.NETUser17-Jul-01 9:27 
Generalsocket question Pin
Steven Edison17-Jul-01 7:11
Steven Edison17-Jul-01 7:11 
Generalchtmlview question Pin
17-Jul-01 5:55
suss17-Jul-01 5:55 
GeneralRe: chtmlview question Pin
17-Jul-01 7:35
suss17-Jul-01 7:35 
GeneralCosine Rounding Problem Pin
AndyC17-Jul-01 5:44
AndyC17-Jul-01 5:44 
GeneralRe: Cosine Rounding Problem Pin
Tomasz Sowinski17-Jul-01 5:57
Tomasz Sowinski17-Jul-01 5:57 
GeneralRe: Cosine Rounding Problem Pin
Paolo Messina17-Jul-01 10:51
professionalPaolo Messina17-Jul-01 10:51 
GeneralRegistry Question Pin
Fady Elias17-Jul-01 5:33
Fady Elias17-Jul-01 5:33 
GeneralRe: Registry Question Pin
Ollie17-Jul-01 6:08
Ollie17-Jul-01 6:08 
GeneralRe: Registry Question Pin
17-Jul-01 7:38
suss17-Jul-01 7:38 
GeneralRe: Registry Question Pin
Fady Elias17-Jul-01 7:47
Fady Elias17-Jul-01 7:47 
GeneralAbstract class members assistance Pin
Chris Meech17-Jul-01 5:11
Chris Meech17-Jul-01 5:11 
GeneralRe: Abstract class members assistance Pin
Tomasz Sowinski17-Jul-01 5:21
Tomasz Sowinski17-Jul-01 5:21 
GeneralRe: Abstract class members assistance Pin
Chris Meech17-Jul-01 5:28
Chris Meech17-Jul-01 5:28 

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.