Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: StretchBlt replacement Pin
Prakash Nadar31-Mar-04 2:12
Prakash Nadar31-Mar-04 2:12 
GeneralSpecified driver could not be located due to system error 5 Pin
ElizabethC30-Mar-04 8:30
ElizabethC30-Mar-04 8:30 
GeneralRe: Specified driver could not be located due to system error 5 Pin
Antti Keskinen30-Mar-04 8:40
Antti Keskinen30-Mar-04 8:40 
GeneralRe: Specified driver could not be located due to system error 5 Pin
ElizabethC30-Mar-04 8:53
ElizabethC30-Mar-04 8:53 
GeneralRe: Specified driver could not be located due to system error 5 Pin
Antti Keskinen30-Mar-04 21:22
Antti Keskinen30-Mar-04 21:22 
GeneralRe: Specified driver could not be located due to system error 5 Pin
ElizabethC31-Mar-04 7:18
ElizabethC31-Mar-04 7:18 
Questionhow to draw a font with outline effect Pin
Cleung30-Mar-04 8:21
Cleung30-Mar-04 8:21 
AnswerRe: how to draw a font with outline effect Pin
basementman30-Mar-04 11:25
basementman30-Mar-04 11:25 
Typically, special effects text drawing is accomplished by drawing the text more than once. Examples include shadowed text and sunken text (embossed).

For outlined text, a slightly larger font is created and the text drawn using the larger font prior to the normal text being drawn.

For shadowed text, the text is drawn using a grey color in a rectangle offset down and right by 2x2 or 4x4 (depending on the depth of the shadow) prior to the normal text being drawn.

For embossed text, the text is drawn using a white or grey color in a rectangle offset up and left by 2x2 or 4x4 (depending on the depth of the embossing) prior to the normal text being drawn.


 onwards and upwards... 
GeneralColeDateTime Pin
aman200630-Mar-04 8:15
aman200630-Mar-04 8:15 
GeneralRe: ColeDateTime Pin
Prakash Nadar30-Mar-04 14:54
Prakash Nadar30-Mar-04 14:54 
GeneralCHtmlView_Search_demo.zip sample Pin
includeh1030-Mar-04 8:10
includeh1030-Mar-04 8:10 
GeneralRe: CHtmlView_Search_demo.zip sample Pin
Alexander M.,30-Mar-04 8:26
Alexander M.,30-Mar-04 8:26 
GeneralRe: CHtmlView_Search_demo.zip sample Pin
Neville Franks30-Mar-04 9:41
Neville Franks30-Mar-04 9:41 
GeneralRe: CHtmlView_Search_demo.zip sample Pin
Prakash Nadar30-Mar-04 14:52
Prakash Nadar30-Mar-04 14:52 
Generalapplication skin Pin
ppp00130-Mar-04 7:51
ppp00130-Mar-04 7:51 
GeneralRe: application skin Pin
David Crow30-Mar-04 7:54
David Crow30-Mar-04 7:54 
GeneralRe: application skin Pin
Alexander M.,30-Mar-04 8:25
Alexander M.,30-Mar-04 8:25 
GeneralTransparent line & Status bar gripper Pin
sschilachi30-Mar-04 7:33
sschilachi30-Mar-04 7:33 
GeneralRe: Transparent line & Status bar gripper Pin
David Crow30-Mar-04 7:52
David Crow30-Mar-04 7:52 
GeneralRe: Transparent line & Status bar gripper Pin
sschilachi30-Mar-04 9:10
sschilachi30-Mar-04 9:10 
GeneralProject planning Pin
Alexander M.,30-Mar-04 7:31
Alexander M.,30-Mar-04 7:31 
GeneralRe: Project planning Pin
Prakash Nadar30-Mar-04 8:05
Prakash Nadar30-Mar-04 8:05 
GeneralRe: Project planning Pin
Alexander M.,30-Mar-04 8:19
Alexander M.,30-Mar-04 8:19 
GeneralRe: Project planning Pin
Antti Keskinen30-Mar-04 8:46
Antti Keskinen30-Mar-04 8:46 
GeneralRe: Project planning Pin
Neville Franks30-Mar-04 9:44
Neville Franks30-Mar-04 9:44 

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.