Split spin in two buttons

  • Thread starter Thread starter Ghost
  • Start date Start date
G

Ghost

Hi all I hope in an answer that could help me about my problem.

I'm creating a GUI in Visual C++ .NET and I'd like to split the "Spin
Control" in two buttons, has someone some ideas to do this?

The normal spin control
 
I don't think there exists a simple way. Because control draws those
buttons, and I don't think you can intervent that default behavior.
Theoretically, I can suggest you to try to use owner drawing. The best
is, I think, rolling-your-own split-spin control. I don't think it is
hard to implement.

Ismail
 
Back
Top