:
Http://p.blog.csdn.net/images/p_blog_csdn_net/kevery_net/405371/o_ec123.JPG
Example: http://download.csdn.net/source/480743
Just write a few words: kevery
Language used: C #. net2003
Instructions for use:
1. In the form toolbox, add the control, browse> Add this file to the control box "schedule. dll ",
Or add this file to add reference.
There are three classes in this file:
Schedulemovecontrol> Control-type scroll bar. movable
Schedulecontrol> Control-type scroll bar. It cannot be moved.
Scheduleform> form-based scroll bar. movable
The three classes have the same method:
Startschedule (); >>> start to scroll
Endschedule (); >>> end scroll
Display information property: showtext
Test code:
Schedulecontrol1.showtext = "control-style scrolling cannot be moved ";
Schedulecontrol1.startschedule ();
Schedulemovecontrol1.showtext = "control-style scroll movable ";
Schedulemovecontrol1.startschedule ();
Kevery. scheduleform KSF = new kevery. scheduleform ();
KSF. showtext = "form-based scrolling 1234567890123456789abcdefg0123456789 ";
KSF. startschedule ();