Click here to Skip to main content
15,881,248 members
Articles / Multimedia / GDI+

Cool Scrollbar - Scrollbar like Windows Media Player's

Rate me:
Please Sign up or sign in to vote.
4.15/5 (28 votes)
3 May 2005CPOL6 min read 259.1K   2.8K   47  
A cool scrollbar control.
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' ���򼯵ij�����Ϣͨ������
' ���Լ����ơ�������Щ����ֵ��
' �޸�����򼯹�������Ϣ��

' �����򼯵�����ֵ

<Assembly: AssemblyTitle("CoolBar")> 
<Assembly: AssemblyDescription("Bar Control")> 
<Assembly: AssemblyCompany("Liu,Qi")> 
<Assembly: AssemblyProduct("CoolBar")> 
<Assembly: AssemblyCopyright("Liu,Qi")> 
<Assembly: AssemblyTrademark("CBar")> 
<Assembly: CLSCompliant(True)> 

'�������Ŀ�� COM ������������ GUID �������Ϳ�� ID
<Assembly: Guid("734E25DB-B034-444B-9FA1-A18D153060BE")> 

' ���򼯵İ汾��Ϣ������ 4 ��ֵ��ɣ�
'
'      ���汾
'      �ΰ汾
'      �ڲ��汾��
'      �޶���
'
' ������ָ��������Щֵ��Ҳ����ʹ�á��ڲ��汾�š��͡��޶��š���Ĭ��ֵ�������ǰ�
' ������ʾʹ�� '*':

<Assembly: AssemblyVersion("0.2.0.1")> 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Web Developer
United States United States
Graduated from Wuhan University(EE), China in june 2004, I worked for Fiberhome Telecommunication Technologies, Co., LTD, WRI for one year, and now I am pursuing my graduate studies in Electrical Engineering. Basicly I wrote programs in my spare time.

Comments and Discussions