C# marquee control needed
-
Hi! I'm making a program in C# but have some trouble. I want to use marquee control, but .Net doesn't provide marquee control. I've searched for that, but I found some commercial controls or broken download link to free control - "Marquee Label .Net Component 1.0" by Ning Zhao. Is there anyone who has "Marquee Label .Net Component 1.0" or something like that? Thank you for any help.
-
Hi! I'm making a program in C# but have some trouble. I want to use marquee control, but .Net doesn't provide marquee control. I've searched for that, but I found some commercial controls or broken download link to free control - "Marquee Label .Net Component 1.0" by Ning Zhao. Is there anyone who has "Marquee Label .Net Component 1.0" or something like that? Thank you for any help.
Hi, you can use marque in aspx page. Its working fine, you will get red line (error underline) but it will work.
<marquee>Hello World!</marquee>
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Hi, you can use marque in aspx page. Its working fine, you will get red line (error underline) but it will work.
<marquee>Hello World!</marquee>
Thanks, Sun Rays To get something you must have to try once. My Articles
Sun Rays ou can use marque in aspx page.
Looks like OP is asking for windows applications.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi! I'm making a program in C# but have some trouble. I want to use marquee control, but .Net doesn't provide marquee control. I've searched for that, but I found some commercial controls or broken download link to free control - "Marquee Label .Net Component 1.0" by Ning Zhao. Is there anyone who has "Marquee Label .Net Component 1.0" or something like that? Thank you for any help.
Use a timer and move the label. It will look like a marquee.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi! I'm making a program in C# but have some trouble. I want to use marquee control, but .Net doesn't provide marquee control. I've searched for that, but I found some commercial controls or broken download link to free control - "Marquee Label .Net Component 1.0" by Ning Zhao. Is there anyone who has "Marquee Label .Net Component 1.0" or something like that? Thank you for any help.
Hi there, Found this the other day: http://www.codeproject.com/KB/miscctrl/csmarquee.aspx?df=100&forumid=14623&exp=0&select=424537[^] Danny
-
Hi! I'm making a program in C# but have some trouble. I want to use marquee control, but .Net doesn't provide marquee control. I've searched for that, but I found some commercial controls or broken download link to free control - "Marquee Label .Net Component 1.0" by Ning Zhao. Is there anyone who has "Marquee Label .Net Component 1.0" or something like that? Thank you for any help.
Just make a custom control to do it for you. Not that tough.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon