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

C / C++ / MFC

 
AnswerRe: Moving the text Pin
_AnsHUMAN_ 5-Jun-06 1:51
_AnsHUMAN_ 5-Jun-06 1:51 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 18:04
Member 30398435-Jun-06 18:04 
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 
Tried this one for you hehe it works,(If you actually mean a simpler one like this Big Grin | :-D )
Declare Globals:
<br />
CString cs="sruti";<br />
clickCount=0;<br />
//m_TextOut -> CEdit<br />
onToMoveLeft()<br />
{<br />
cs =" "+cs;<br />
clickCount++;<br />
m_TextOut.SetWindowText(cs);<br />
}<br />
<br />
<br />
onToMoveRight()<br />
{<br />
cs=cs.Right(clickCount);<br />
clickCount--;<br />
m_TextOut.SetWindowText(cs);<br />
}<br />

Now it simulates a movement., Is this you want?Unsure | :~




<marquee scrollamount="1" scrolldelay="1" direction="up" height="10" step="1">--[V]--

[My Current Status]

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 
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 

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.