Results 1 to 9 of 9

Thread: [VB6] Slider User Control

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    [VB6] Slider User Control

    Hello Everyone.
    This is my first ever post in Utility Bank. And this is my first ever User Control. Use this control as you want and modify as you like. I have tested this and works fine for now. How ever, bugs/ errors could occur when you execute this. Please give your feed back after using.



    Title : Slider Control
    Description : This control can be used as a silder control to get values between give Minimum Value and a Given Maximum Value. Control can handle Singel Pricision Floating Point Numbers , both positive and Negative. It can also be used in two orientations - Horizontal or Vertical. Check the Demo Project for more features

    Feature list :
    1. Generate Numbers From given Minimum Amount to given Maximum Amount
    2. Supports for Single Pricision Floating Point Numbers
    3. Supports Value rounding to given number of Decimal; Points
    4. Supports For Negative Numbers
    5. Supports Horizontol or Vertical Orientaion
    6. Supports Key Board Navigation- Arrow keys and PageUp PageDown Keys
    7. Back Colour and Slider Colour can be changed
    8. Border Can Be Changed
    9. Mouse Pointer Can be Changed
    10. Increment Values can be changed


    Screen-shots


    Author name : Zeezee

    System Requirements : Works in XP Professional with VB 6.0 SP5. Should work in Other Windows Versions also.

    License info : Feels free to use or modify as you need. Give credit when used.
    Code is supplied 'AS IS'. I will not be liable for any Loss of work or any damage occured by using this code/control.
    No Malware/Spyware/Virus .





    Last Update Date : 2007-11-11
    Current Version : zzSlider Ver 1.02 Beta

    Known Bugs :
    1. ToolTip Doesnt Work
    2. Smooth Scrolling not working. The test project, before the use control, changed values when the mouse was moving.
      In the user control, the slider movement is visible but value change only occurs when the mouse is released.
      Change event is raised in Value Change but still not working. needs to fix this.
    Attached Images Attached Images  
    Attached Files Attached Files
    Last edited by zeezee; Nov 11th, 2007 at 08:59 AM.
    IIF(Post.Rate > 0 , , )

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: [VB6] Slider User Control

    ******** Reserved *************
    IIF(Post.Rate > 0 , , )

  3. #3
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: [VB6] Slider User Control

    Hey, Great work !!!

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: [VB6] Slider User Control

    Thanks Fazi


    IIF(Post.Rate > 0 , , )

  5. #5
    New Member
    Join Date
    Jul 2012
    Location
    Grenada
    Posts
    12

    Re: [VB6] Slider User Control

    Quote Originally Posted by zeezee View Post
    Hello Everyone.
    This is my first ever post in Utility Bank. And this is my first ever User Control. Use this control as you want and modify as you like. I have tested this and works fine for now. How ever, bugs/ errors could occur when you execute this. Please give your feed back after using.





    Last Update Date : 2007-11-11
    Current Version : zzSlider Ver 1.02 Beta



    I can't get it to work with vb 2010.

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: [VB6] Slider User Control

    This is VB6, not VB.Net 2010 code.

  7. #7
    New Member
    Join Date
    Nov 2014
    Posts
    2

    Re: [VB6] Slider User Control

    Quote Originally Posted by dilettante View Post
    This is VB6, not VB.Net 2010 code.
    of course its vb6, it was posted in 2007, so how can it be for VB.NET 2010? lol

  8. #8
    Sinecure devotee
    Join Date
    Aug 2013
    Location
    Southern Tier NY
    Posts
    6,582

    Re: [VB6] Slider User Control

    Quote Originally Posted by bluemoon4ever View Post
    of course its vb6, it was posted in 2007, so how can it be for VB.NET 2010? lol
    Well technically, VB.Net code written in 2007 would most likely work without issue in VB.Net 2010, so the date has less to do with the issue than the language.
    This was written for VB6, not VB.Net is the issue.
    If it was VB.Net code in 2007 (VB.Net 2005, being the latest at that point), it probably would work in any of the last five versions of .Net since then.

  9. #9
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [VB6] Slider User Control

    Quote Originally Posted by bluemoon4ever View Post
    of course its vb6, it was posted in 2007, so how can it be for VB.NET 2010? lol
    You do realize that the .NET project can work in other versions of VB.NET too not just 2010?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width