Click here to Skip to main content
Licence 
First Posted 20 Mar 2002
Views 54,245
Bookmarked 11 times

Multislider ActiveX Control

By | 20 Mar 2002 | Article
This ActiveX control presents three sliding range selectors of decreasing resolution

Sample Image - Multislider.gif

Introduction

This control presents three sliding range selectors of decreasing resolution. This can be used for tuning values within a text boxes (or a cells of the grid in the CGridCtrl class) for three ranges:

  • rough(+-100%)
  • medium(+-10%)
  • fine (+-1%)

How to use the Multislider ActiveX Control

  • Download the source files and compile a project for ActiveX registration.
  • In your project select the menu "Project->Add To Project->Components and Controls"
  • In "Components and Controls Gallery" box select "Registered ActiveX Controls".
  • From the list of controls select "TunerActiveX Control"
  • Use the MS Visual C++ dialog editor to place a TunerActiveX control on a dialog.
    Cancel the "Visible" option in the "Properties" window
  • Use ClassWizard to add CTunerActiveX member variable
  • Use ClassWizard to add handler function for any event (WM_LBUTTONDBLCLK in the demo project)
  • Initialize the new control in this handler
    void SetParentWndName(CString sName );
    void SetFirstValue(double value);
    void SetShowTuner(BOOL bShow);
    
  • Use Class Wizard to add handler functions for WM_COPYDATA to your dialog's source file
  • Update the selected value in this handler:
    double nValue;
    nValue = *((double*)(pCopyDataStruct->lpData));
    m_Value = nValue; 
    

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Vadim Gorodnitsky



Israel Israel

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralNo picture/zips PinmemberJonny Newman1:05 21 Mar '02  
GeneralRe: No picture/zips PinadminChris Maunder1:16 21 Mar '02  
GeneralRe: No picture/zips PinmemberNish [BusterBoy]1:17 21 Mar '02  
GeneralRe: No picture/zips PinmemberNish [BusterBoy]1:16 21 Mar '02  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 21 Mar 2002
Article Copyright 2002 by Vadim Gorodnitsky
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid