Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to receive HTTP request? Pin
suzuuu21-Apr-10 21:23
suzuuu21-Apr-10 21:23 
AnswerRe: How to receive HTTP request? Pin
Moak21-Apr-10 21:56
Moak21-Apr-10 21:56 
GeneralRe: How to receive HTTP request? Pin
suzuuu22-Apr-10 0:55
suzuuu22-Apr-10 0:55 
QuestionParseDisplayName faild in Window Service Pack 2 Pin
kakalotasdf21-Apr-10 18:59
kakalotasdf21-Apr-10 18:59 
AnswerRe: ParseDisplayName faild in Window Service Pack 2 Pin
Stephen Hewitt21-Apr-10 21:35
Stephen Hewitt21-Apr-10 21:35 
GeneralRe: ParseDisplayName faild in Window Service Pack 2 Pin
kakalotasdf21-Apr-10 23:05
kakalotasdf21-Apr-10 23:05 
GeneralRe: ParseDisplayName faild in Window Service Pack 2 Pin
Stephen Hewitt22-Apr-10 5:07
Stephen Hewitt22-Apr-10 5:07 
QuestionTextout() alignment Pin
Anu_Bala21-Apr-10 18:16
Anu_Bala21-Apr-10 18:16 
Hi,In my vew class.Im drawing one rect and im displaying numbers in right side of corner.
Like
10.00
20.00
....
Like this.When the number is like more than five digits,then half then number get out of Rect.
Like
20.00|
20000|.00
500.0|0
Here '|' shows the rightside of rect.So i want to align the Numbers in Right Align,It should look like this
   20.00|
20000.00|
  500.00|

Now im using this code
pDC->TextOut(AlignX(x1+250),AlignY(y2+65),sPV);

here sPV contains that values.
How can i right align this?
Anu

AnswerRe: Textout() alignment Pin
dtsnagendra21-Apr-10 19:25
dtsnagendra21-Apr-10 19:25 
AnswerRe: Textout() alignment Pin
Richard MacCutchan21-Apr-10 21:01
mveRichard MacCutchan21-Apr-10 21:01 
GeneralRe: Textout() alignment Pin
sgrkadam21-Jul-10 20:48
sgrkadam21-Jul-10 20:48 
GeneralRe: Textout() alignment Pin
Richard MacCutchan21-Jul-10 21:30
mveRichard MacCutchan21-Jul-10 21:30 
QuestionForm View Properties in SplitterWnd Pin
hellogany21-Apr-10 17:26
hellogany21-Apr-10 17:26 
AnswerRe: Form View Properties in SplitterWnd Pin
Richard MacCutchan21-Apr-10 21:04
mveRichard MacCutchan21-Apr-10 21:04 
QuestionMemory leak! Pin
mostafa_pasha21-Apr-10 10:38
mostafa_pasha21-Apr-10 10:38 
AnswerRe: Memory leak! Pin
CPallini21-Apr-10 11:07
mveCPallini21-Apr-10 11:07 
GeneralRe: Memory leak! Pin
mostafa_pasha21-Apr-10 11:13
mostafa_pasha21-Apr-10 11:13 
GeneralRe: Memory leak! Pin
CPallini21-Apr-10 11:26
mveCPallini21-Apr-10 11:26 
GeneralRe: Memory leak! Pin
mostafa_pasha21-Apr-10 19:42
mostafa_pasha21-Apr-10 19:42 
GeneralRe: Memory leak! Pin
cmk21-Apr-10 13:45
cmk21-Apr-10 13:45 
AnswerRe: Memory leak! Pin
«_Superman_»21-Apr-10 12:10
professional«_Superman_»21-Apr-10 12:10 
AnswerRe: Memory leak! Pin
Adam Roderick J21-Apr-10 17:59
Adam Roderick J21-Apr-10 17:59 
QuestionHow do I check syntax in Visual Studio 2008? Pin
Member 86892621-Apr-10 8:36
Member 86892621-Apr-10 8:36 
GeneralRe: How do I check syntax in Visual Studio 2008? Pin
David Crow21-Apr-10 8:55
David Crow21-Apr-10 8:55 
GeneralRe: How do I check syntax in Visual Studio 2008? Pin
«_Superman_»21-Apr-10 9:05
professional«_Superman_»21-Apr-10 9:05 

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.