Click here to Skip to main content
15,917,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to replace default keys behaivour in Edit control Pin
User 665820-Jun-03 11:23
User 665820-Jun-03 11:23 
GeneralSerialize Pin
Anthony988720-Jun-03 10:12
Anthony988720-Jun-03 10:12 
GeneralRe: Serialize Pin
Saqib Razzaq20-Jun-03 10:30
Saqib Razzaq20-Jun-03 10:30 
GeneralRe: Serialize Pin
Anthony988720-Jun-03 10:40
Anthony988720-Jun-03 10:40 
GeneralRe: Serialize Pin
basementman20-Jun-03 11:03
basementman20-Jun-03 11:03 
QuestionIs this possible? Pin
User 988520-Jun-03 9:38
User 988520-Jun-03 9:38 
AnswerRe: Is this possible? Pin
valikac20-Jun-03 10:48
valikac20-Jun-03 10:48 
GeneralSeraching a key(s) in ODBC Pin
Scozturk20-Jun-03 8:28
professionalScozturk20-Jun-03 8:28 
GeneralRe: Seraching a key(s) in ODBC Pin
Jeremy Falcon20-Jun-03 9:18
professionalJeremy Falcon20-Jun-03 9:18 
GeneralRe: Seraching a key(s) in ODBC Pin
Scozturk20-Jun-03 23:15
professionalScozturk20-Jun-03 23:15 
Questionhow to read first 4 bytes of the file in hex?? Pin
pnpfriend20-Jun-03 8:02
pnpfriend20-Jun-03 8:02 
AnswerRe: how to read first 4 bytes of the file in hex?? Pin
David Crow20-Jun-03 8:13
David Crow20-Jun-03 8:13 
AnswerRe: how to read first 4 bytes of the file in hex?? Pin
Johnny ²20-Jun-03 8:15
Johnny ²20-Jun-03 8:15 
AnswerRe: how to read first 4 bytes of the file in hex?? Pin
Dominik Reichl20-Jun-03 9:02
Dominik Reichl20-Jun-03 9:02 
GeneralDC size constraints Pin
alex.barylski20-Jun-03 7:21
alex.barylski20-Jun-03 7:21 
GeneralRe: DC size constraints Pin
Ryan Binns20-Jun-03 16:22
Ryan Binns20-Jun-03 16:22 
GeneralFont rotation question Pin
alex.barylski20-Jun-03 7:14
alex.barylski20-Jun-03 7:14 
This is the first of two questions I have...the other I will post as a seperate thread... Smile | :)

I have written a control which displays text at a 45 deg. angle and it appears really crappy, unless I make font larger than 20+ units CreateFont() param. This throws the control off a little, because all normal text that hasn't had it's orientation/escapement changed appears fine and smaller than it's rotated equivilent.

So my question is this...could I output the text as a non-rotated font...into say a temp bitmap...then rotate the bitmap and anti-alias the image once rotated??? And hope for better results...

I'm aware Windows supports anti-aliasing on fonts as an option...and I have that checked...however...it appears to only work when the font is a certain size...and currently 20 I much too large...

Just an Idea I have...i'd like to hear some opinions from the rest of you...perhaps you know of a better solution..???

Thanks u kindly Smile | :)

Cheers

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
Generalchange text color of a disabled CComboBox Pin
tomc20-Jun-03 7:00
tomc20-Jun-03 7:00 
GeneralRe: change text color of a disabled CComboBox Pin
alex.barylski20-Jun-03 7:07
alex.barylski20-Jun-03 7:07 
GeneralRe: change text color of a disabled CComboBox Pin
basementman20-Jun-03 9:06
basementman20-Jun-03 9:06 
GeneralGetting Started Pin
DaveB11th20-Jun-03 6:48
DaveB11th20-Jun-03 6:48 
GeneralRe: Getting Started Pin
David Crow20-Jun-03 7:18
David Crow20-Jun-03 7:18 
GeneralRe: Getting Started Pin
DaveE9th20-Jun-03 16:03
DaveE9th20-Jun-03 16:03 
QuestionIn a CListCtrl class, how to select a row from the list using the Up and Down arrows on the keyboard? Pin
ElizabethC20-Jun-03 6:47
ElizabethC20-Jun-03 6:47 
AnswerRe: In a CListCtrl class, how to select a row from the list using the Up and Down arrows on the keyboard? Pin
David Crow20-Jun-03 7:21
David Crow20-Jun-03 7:21 

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.