Thread: Knob

  1. #1
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735

    Knob

    I'm making an application using Windows Forms (.NET) in Visual C++ 2003. Is there any way to make a circular knob thing? All I can figure out how to do is just whats listed in the toolbox like buttons, labels, and group boxes.

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    In addition to this problem, I am now having two more.

    1) I am unable to obtain a char * from a DragEventArgs. .NET and c++ don't seem to want to coexcist happily.
    2) The minimum value of a vertical scroll bar is at the top of the bar. I need the minimum to be at the bottom.

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Juneda
    Posts
    291
    (sorry for my rooky question) what's a knob? is a radio button? If yes try to use the button class with the style BS_RADIOBUTTON or BS_AUTORADIOBUTTON.
    Niara

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. "void* is not a pointer-to-object type"
    By Envergure in forum C++ Programming
    Replies: 3
    Last Post: 01-18-2009, 08:21 AM