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.
Printable View
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.
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.
(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