CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    rotating controls

    I am wondering if anyone knows how to create a rotating control (much like a volume control on a stereo). I would like my users to be able to use the mouse to turn the control clockwise or counter-clockwise. Any suggestions on how to do this or if someone knows of a library that contains this code?


  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: rotating controls

    A sample I found on MSDN called FWTEST has one.

    That code is kind of old and the last time I played with it I couldn't
    get it to run so it might take some work but the screen shot shows
    an oscilloscope display with knobs and switches.

    This could be a good topic for a codeguru article (hint, hint



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

Featured