Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Moving the text Pin
_AnsHUMAN_ 5-Jun-06 18:15
_AnsHUMAN_ 5-Jun-06 18:15 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 18:37
ThatsAlok5-Jun-06 18:37 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 20:13
Member 30398435-Jun-06 20:13 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 22:11
ThatsAlok5-Jun-06 22:11 
AnswerRe: Moving the text Pin
Nishad S5-Jun-06 1:52
Nishad S5-Jun-06 1:52 
AnswerRe: Moving the text Pin
Eytukan5-Jun-06 2:00
Eytukan5-Jun-06 2:00 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 18:19
Member 30398435-Jun-06 18:19 
AnswerRe: Moving the text Pin
ThatsAlok5-Jun-06 2:00
ThatsAlok5-Jun-06 2:00 
sruti_p wrote:
want my text to be moved rom left to right and come back to left.

 What About
 
 CPaintDC dc(this)
 
 for(x = 100 ;x<300;x+=5)
 {
   dc.TextOut(x,100,"Alok");
 }


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You
AnswerRe: Moving the text Pin
yang__lee5-Jun-06 2:20
yang__lee5-Jun-06 2:20 
GeneralRe: Moving the text Pin
Nishad S5-Jun-06 2:05
Nishad S5-Jun-06 2:05 
GeneralRe: Moving the text Pin
Eytukan5-Jun-06 2:39
Eytukan5-Jun-06 2:39 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 2:21
ThatsAlok5-Jun-06 2:21 
GeneralRe: Moving the text Pin
Nishad S5-Jun-06 17:34
Nishad S5-Jun-06 17:34 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 18:26
ThatsAlok5-Jun-06 18:26 
GeneralRe: Moving the text Pin
Nishad S5-Jun-06 18:35
Nishad S5-Jun-06 18:35 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 18:41
ThatsAlok5-Jun-06 18:41 
GeneralRe: Moving the text Pin
Nishad S5-Jun-06 18:50
Nishad S5-Jun-06 18:50 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 18:55
ThatsAlok5-Jun-06 18:55 
GeneralRe: Moving the text Pin
Stephen Hewitt5-Jun-06 4:23
Stephen Hewitt5-Jun-06 4:23 
Questionvc++, Pin
yogendra kaushik5-Jun-06 1:37
yogendra kaushik5-Jun-06 1:37 
AnswerRe: vc++, Pin
_AnsHUMAN_ 5-Jun-06 1:49
_AnsHUMAN_ 5-Jun-06 1:49 
AnswerRe: vc++, Pin
Tara145-Jun-06 2:01
Tara145-Jun-06 2:01 
GeneralRe: vc++, Pin
David Crow5-Jun-06 3:15
David Crow5-Jun-06 3:15 
GeneralRe: vc++, Pin
Tara145-Jun-06 3:17
Tara145-Jun-06 3:17 
AnswerRe: vc++, Pin
ThatsAlok5-Jun-06 2:21
ThatsAlok5-Jun-06 2: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.