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

C#

 
GeneralRe: markquee in c# Pin
Bradml9-Aug-07 1:08
Bradml9-Aug-07 1:08 
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 
You're new in C#, and you're writing a stock application ? I assume this is for a class.

The advice you've been given is vaguely on the right track. You should create a label control which draws itself in the marquee fashion. It can draw it's text using an offset, or just shuffle the string it shows ( move a letter at a time ). You set the positions within a timer, so you have a chance to see each one, and you need to call Invalidate() each time, if you draw it yourself.

The code you were given isn't going to do anything useful, but it has got a rough idea right, that you need to change the location of text so it will move

Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: markquee in c# Pin
help as an alias9-Aug-07 0:16
help as an alias9-Aug-07 0:16 
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 

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.