Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 1:25
protectorChristian Graus9-Aug-07 1:25 
GeneralRe: markquee in c# Pin
monuSaini8-Aug-07 23:56
monuSaini8-Aug-07 23:56 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:10
protectorChristian Graus9-Aug-07 0:10 
GeneralRe: markquee in c# Pin
help as an alias9-Aug-07 0:23
help as an alias9-Aug-07 0:23 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:29
protectorChristian Graus9-Aug-07 0:29 
GeneralRe: markquee in c# Pin
help as an alias9-Aug-07 0:33
help as an alias9-Aug-07 0:33 
AnswerRe: markquee in c# Pin
Christian Graus8-Aug-07 23:40
protectorChristian Graus8-Aug-07 23:40 
AnswerRe: markquee in c# Pin
help as an alias9-Aug-07 0:16
help as an alias9-Aug-07 0:16 
This will works it is tested
Try this.
<br />
private void timer1_Tick(object sender, EventArgs e)<br />
        {           <br />
            label1.Left = label1.Left + 20;<br />
            if (label1.Left >= 500)<br />
            {<br />
                label1.Left = label1.Left;<br />
            }<br />
        }<br />


timer must be enabled true
<br />
private void Form1_Load(object sender, EventArgs e)<br />
        {<br />
            timer1.Enabled = true;<br />
        }<br />



try this

Nikesh Kr. Yadav

Programing is easy in .Net

GeneralRe: markquee in c# Pin
monuSaini9-Aug-07 0:28
monuSaini9-Aug-07 0:28 
GeneralRe: markquee in c# Pin
help as an alias9-Aug-07 0:30
help as an alias9-Aug-07 0:30 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:34
protectorChristian Graus9-Aug-07 0:34 
GeneralRe: markquee in c# Pin
monuSaini9-Aug-07 0:35
monuSaini9-Aug-07 0:35 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:37
protectorChristian Graus9-Aug-07 0:37 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:33
protectorChristian Graus9-Aug-07 0:33 
GeneralRe: markquee in c# Pin
monuSaini9-Aug-07 0:41
monuSaini9-Aug-07 0:41 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:42
protectorChristian Graus9-Aug-07 0:42 
AnswerRe: markquee in c# Pin
Vasudevan Deepak Kumar9-Aug-07 0:20
Vasudevan Deepak Kumar9-Aug-07 0:20 
QuestionAPI & DLL Pin
Renuka Rajamanickam8-Aug-07 21:30
Renuka Rajamanickam8-Aug-07 21:30 
AnswerRe: API & DLL Pin
Tormod Fjeldskaar8-Aug-07 21:51
Tormod Fjeldskaar8-Aug-07 21:51 
GeneralRe: API & DLL Pin
Renuka Rajamanickam8-Aug-07 23:02
Renuka Rajamanickam8-Aug-07 23:02 
QuestionConversion Pin
M. J. Jaya Chitra8-Aug-07 21:22
M. J. Jaya Chitra8-Aug-07 21:22 
AnswerRe: Conversion Pin
Talal Sultan8-Aug-07 21:36
Talal Sultan8-Aug-07 21:36 
Questioncan we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias8-Aug-07 21:11
help as an alias8-Aug-07 21:11 
AnswerRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
Mark Churchill16-Aug-07 15:51
Mark Churchill16-Aug-07 15:51 
GeneralRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias16-Aug-07 17:59
help as an alias16-Aug-07 17:59 

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.