Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Can anyone provide Marquee Control in C# (dll File) so that I can include in project.
I recently searched for it and got one complete with source code, but there was a small problem in that.
I included that in my project and also used the control but after that my project started restarting. Whenever I Start my project in which I have included the Marquee Control , it automatically restarts. I thought that the problem is with visual studio, so I repaired it, but still the problem was same. then I worked on project in which marquee Control is not included, but that was working fine, then i recognized that the problem is with Marquee control (dll file) which I included in my project.
Than at last I removed the marquee control and reference of marquee control dll file from my project, then it started working fine.

So can anyone please provide me the dll file with source code.
Thanks In Advance.
Posted
Comments
Manfred Rudolf Bihy 18-Apr-11 7:24am    
So you got one and it wasn't a workin'. So why did you not tell us which one you got in order to avoid suggesting it to you again.
That really wasn't too hard to figure out now, or was it?

If you are using Windows Forms there is an excellent tutorial on MSDN which creates a Marquee Control[^]. If that is not exactly what you want then you should be able to modify it sufficiently, if you work through the examples to get an understanding of how it works.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Apr-11 15:05pm    
Good reference, it's good to be MSDN, a 5.
--SA
Ank_ush 21-Apr-11 1:31am    
The source code from where I got the Marquee Control, Here is link:-

http://www.codeproject.com/KB/miscctrl/MarqueeControl.aspx
Henry Minute 21-Apr-11 5:45am    
If you have problems with code from an article on The Code Project, the best place to ask your question would be the Messages section right at the bottom of the article. After all, nobody will know more about the inner workings than the author.
Sounds like this should help. Have a look at this: Easy to Use Marquee Control for Windows Form with Full Designer Support[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Apr-11 15:04pm    
Good reference, a 5.
--SA
Sandeep Mewara 19-Apr-11 0:16am    
Thanks SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900